CVS commit: xsrc/external/mit/pixman/dist/pixman

2016-10-13 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Thu Oct 13 23:26:59 UTC 2016 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-x86.c Log Message: Using defined() in a macro as condition for another #if is not portable C. To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/pixman/dist/pixman

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 22:01:26 UTC 2016 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman.h Log Message: pixman_int_to_fixed is sometimes used with negative values, so do not use left shift, but the equivalent multiplication.

CVS commit: xsrc/external/mit/pixman/dist/pixman

2015-01-23 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Fri Jan 23 12:07:58 UTC 2015 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-mmx.c Log Message: clang 3.6 checks that immediate constraints for inline asm actually get a constant expression, so use the macro version

CVS commit: xsrc/external/mit/pixman/dist/pixman

2014-03-17 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Mar 17 20:01:53 UTC 2014 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-glyph.c Log Message: avoid using __force_align_arg_pointer__ on non-x86, where it does not exist. To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/pixman/dist/pixman

2014-03-16 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Mar 17 01:24:18 UTC 2014 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-bits-image.c pixman-private.h pixman.h Log Message: merge pixman 0.32.4. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-06-05 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Jun 5 09:03:18 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-bits-image.c pixman-inlines.h pixman-private.h pixman.h Log Message: merge pixman 0.30.0 To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-02-28 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 28 12:38:03 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-mips.c Log Message: support Loomgson Multimedia Instructions on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-02-07 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 7 13:30:48 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-ppc.c Log Message: enable altivec detection via sysctl(machdep.altivec) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-01-31 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Thu Jan 31 22:46:51 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-arm.c Log Message: Add support for SIMD and NEON extensions. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: xsrc/external/mit/pixman/dist/pixman

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 12:39:02 UTC 2012 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-private.h pixman.h Log Message: PIXMAN_OP_any may be stored in variables of type pixman_op_t (which is an enum type). Change the way

CVS commit: xsrc/external/mit/pixman/dist/pixman

2011-02-20 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Feb 21 05:33:34 UTC 2011 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-bits-image.c Log Message: merge pixman 0.21.4. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: xsrc/external/mit/pixman/dist/pixman

2010-11-21 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Nov 21 20:49:26 UTC 2010 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-bits-image.c Log Message: use _LP64 instead of a (broken) configure test. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.2 \

CVS commit: xsrc/external/mit/pixman/dist/pixman

2009-07-17 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 18 05:04:33 UTC 2009 Removed Files: xsrc/external/mit/pixman/dist/pixman: pixman-arm-neon.h pixman-arm-simd.h Log Message: merge pixman 0.15.16 To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r0 \

CVS commit: xsrc/external/mit/pixman/dist/pixman

2009-06-10 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jun 11 04:24:00 UTC 2009 Removed Files: xsrc/external/mit/pixman/dist/pixman: pixman-compose-accessors.c pixman-compose.c pixman-mmx.h pixman-source.c pixman-sse2.h pixman-transformed-accessors.c