Subject: CVS commit: pkgsrc/x11/pixman
To: None <pkgsrc-changes@NetBSD.org>
From: Blair Sadewitz <bjs@netbsd.org>
List: pkgsrc-changes
Date: 12/18/2007 00:10:45
Module Name:	pkgsrc
Committed By:	bjs
Date:		Tue Dec 18 00:10:45 UTC 2007

Modified Files:
	pkgsrc/x11/pixman: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/pixman/Makefile \
    pkgsrc/x11/pixman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.