Go to file
Søren Sandmann Pedersen ec6de472d0 region: Enable or disable fatal errors and selfchecks based on version number
There is a couple of bugs in bugzilla where bugs in the X server
triggered asserts in the pixman region code. It is probably better to
let the X server survive this. (In fact, I thought I had disabled them
for 0.16.0, but apparently not).

The patch below uses these rules:

    - In _stable_ pixman releases, assertions and selfchecks are turned
      off. Assertions, so that the X server doesn't die. Selfchecks,
      for performance reasons.

    - In _unstable_ pixman releases, both assertions and selfcheck are
      turned on. These releases are what get added to development
      distributions such as rawhide, so we want as much self-checking
      as possible.

    - In _random git checkouts_, assertions are enabled, so that bugs
      are caught, but selfchecks are disabled so that you can use them
      for performance work without having to fiddle with turning
      selfchecks off.
2009-12-15 11:30:34 -05:00
pixman region: Enable or disable fatal errors and selfchecks based on version number 2009-12-15 11:30:34 -05:00
test Update CRC in blitters-test for the changes in 10bpc alpha handling 2009-09-28 08:59:11 -04:00
.gitignore update .gitignore 2008-10-08 21:21:58 +02:00
AUTHORS Add the files. 2007-05-04 19:13:57 -04:00
autogen.sh Use canonical autogen.sh 2007-05-24 16:19:40 +03:00
ChangeLog Add the files. 2007-05-04 19:13:57 -04:00
CODING_STYLE Various updates to the CODING_STYLE document 2009-07-28 09:58:52 -04:00
configure.ac Post-release version bump 2009-09-28 09:31:25 -04:00
COPYING Add license and copyright holders to COPYING 2009-02-06 19:41:24 -05:00
INSTALL Change autogen.sh to call autoreconf. Remove reference to libcomp.h 2007-05-04 19:44:13 -04:00
libcomp.pc Add the files. 2007-05-04 19:13:57 -04:00
Makefile.am Don't call hyphenated git commands as they don't exist anymore 2009-05-15 07:47:59 -04:00
NEWS Add the files. 2007-05-04 19:13:57 -04:00
pixman-1-uninstalled.pc.in Fix pixman-1-uninstalled.pc to point to the libtool library 2008-12-20 17:18:51 +00:00
pixman-1.pc.in Update .pc file for library version name change. 2007-08-06 20:06:48 -07:00
README Correct link to bugzilla in README 2009-06-03 22:25:25 -04:00
RELEASING Pre-release version bump 2009-06-05 01:10:00 -04:00
TODO Work around X server bug. 2009-06-13 10:20:19 -04:00

pixman is a library that provides low-level pixel manipulation
features such as image compositing and trapezoid rasterization.

Please submit bugs & patches to the libpixman bugzilla:

       https://bugs.freedesktop.org/enter_bug.cgi?product=pixman

All questions regarding this software should be directed to either the 
Xorg mailing list:

       http://lists.freedesktop.org/mailman/listinfo/xorg

or the cairo mailing list:

       http://lists.freedesktop.org/mailman/listinfo/cairo

The master development code repository can be found at:

	git://anongit.freedesktop.org/git/pixman

	http://gitweb.freedesktop.org/?p=pixman;a=summary

For more information on the git code manager, see:

	http://wiki.x.org/wiki/GitPage