summaryrefslogtreecommitdiff
path: root/x11/pixman
AgeCommit message (Collapse)AuthorFilesLines
2008-03-03Update to 0.9.6pl0, beginning my new local versioning scheme forbjs4-1067/+10
snapshots. This was mostly done to fold the patches into a new distfile, but a NULL pointer dereference and the EXTEND_PAD macro were fixed also (see git history). Bump rev.
2008-02-18Fix a null pointer dereference, some warnings, and add refactored codebjs4-3/+1063
for FbFetchTransformed() from GIT. Bump rev.
2008-02-07Update to latest GIT snapshot. Minor fixes, plus all patches are nobjs5-85/+6
longer needed (finally). Bump rev.
2008-01-18A tiny addition to patch-aa: don't use the C++ keyword "xor" in pixman.h.bjs3-6/+15
Bump rev.
2008-01-12Add missing checksum for patch-ac (hi Blair!)tnn1-1/+2
2008-01-09Add patch so that pixbuf fast paths are not used when the sourcebjs2-2/+36
picture has alpha. Fixes freedesktop.org bugzilla bug #13650. Bump rev.
2007-12-18Update to a snapshot from GIT head. The current revision seems betterbjs2-6/+7
to me than the release. Bump rev. Changes include: Guard MMX get_fast_path() with pixman_have_mmx() Use -fvisibility=hidden by default. Add a PIXMAN_EXPORT macro that expands to the appropriate GCC magic. Various formatting fixes. Make the tables static; remove unused flag Set maskRepeat to FALSE when the function is NEED_SOLID_MASK Conditionalize MMX code with USE_MMX Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled. pixman_composite_rect_general_accessors skips the fetch / store steps by setting store to NULL when the op is ADD or OVER and the dest format is [ax]8r8g8b8. This optimization is only valid when no accessors are in play.
2007-11-08Import pixman-0.9.6. This library provides low-level pixel manipulationbjs7-0/+86
routines, currently used (at least) by xorg-server>=1.4 and cairo>=1.5. Presently, nothing depends on this library, but probably will soon. Also, those building their own Xorg servers will need this.