2009-06-26 22:30:16 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
You can't return from a void function. Fixes Solaris build and gives 999
dependant packages a chance to build.
|
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-08 11:04:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.15.10. No release announcement available yet.
|
2009-06-07 00:28:41 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 0.15.8:
0.15.8:
- Phase three of the refactoring [Søren Sandmann Pedersen]
- Fixes for refactoring fallout [Jonathan Morton, Jeff Muizelaar,
Luca Barbato, Magnus Kessler]
- Improved testing code [Siarhei Siamashka]
0.15.6:
Apart from a few bug fixes, this release contains phase two of the
refactoring; in this phase the various types of images are split
into their own files.
0.15.4:
A new pixman release 0.15.4 is now available. This is a development
release leading up to a stable 0.16.0 release. News:
- New ARM NEON fast paths [Ian Rickards, Jeff Muizelaar]
- The first part of a large refactoring of the pixman code
base [Søren Sandmann]
- Bug fixes [Adam Jackson, Alan Coopersmith, Siarhei
Siamashka, Jonathan Morton]
|
2009-05-17 13:01:11 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Fixing wrong target location for copying missing solaris-hwcap.mapfile
reported through PR pkg/41287.
|
2009-05-02 09:56:54 by Jens Rehsack | Files touched by this commit (4) |
Log message:
Redo patch for PR pkg/41287 to get it formal correct (suggested by joerg@)
|
2009-04-28 13:31:39 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Adding file pixman/solaris-hwcap.mapfile imported by Alan Coopersmith to
pixman but wasn't labeled for 0.15.2 to fix PR pkg/41287
Bug upstream reported https://bugs.freedesktop.org/show_bug.cgi?id=21429
|
2009-04-23 10:30:53 by Jens Rehsack | Files touched by this commit (7) |
Log message:
Update to pixman-0.15.2 from 0.12.0
Upstream changes (since 0.12.0):
- Fix MMX & SSE intrinsics to work with Sun compilers & Solaris
- More SSE2 optimizations
- Optimize rectilinear nearest-neighbour scaling
- Add support for BGRA and BGRx formats
and a lot of minor bug fixes and optimizations
Oked by wiz@
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-10-15 02:56:45 by Blair Sadewitz | Files touched by this commit (6) |
Log message:
Update to pixman-0.12.0 from 0.11.10.
In addition to many bug fixes, new features [since approximately 0.10.0]
include:
- New image formats with 10 bits per channel
- SSE2 optimizations for many operations
- Opacity based optimizations for operators
- Altivec optimizations for many operations
- A 32 bit region implementation
|