Commit graph

8 commits

Author SHA1 Message Date
bjs
52482d23b2 Update to 0.9.6pl0, beginning my new local versioning scheme for
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-03-03 02:25:38 +00:00
bjs
09c7e01352 Fix a null pointer dereference, some warnings, and add refactored code
for FbFetchTransformed() from GIT.  Bump rev.
2008-02-18 05:36:51 +00:00
bjs
696efe81a5 Update to latest GIT snapshot. Minor fixes, plus all patches are no
longer needed (finally).  Bump rev.
2008-02-07 06:40:27 +00:00
bjs
ba8428bd80 A tiny addition to patch-aa: don't use the C++ keyword "xor" in pixman.h.
Bump rev.
2008-01-18 03:12:13 +00:00
tnn
3e841d9ec7 Add missing checksum for patch-ac (hi Blair!) 2008-01-12 21:35:43 +00:00
bjs
b6de97bf96 Add patch so that pixbuf fast paths are not used when the source
picture has alpha.  Fixes freedesktop.org bugzilla bug #13650.

Bump rev.
2008-01-09 04:16:41 +00:00
bjs
e69b3a97d3 Update to a snapshot from GIT head. The current revision seems better
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-12-18 00:10:44 +00:00
bjs
71e47998c8 Import pixman-0.9.6. This library provides low-level pixel manipulation
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.
2007-11-08 19:51:43 +00:00