mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-09 13:48:44 +00:00
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.
|
||
|---|---|---|
| pixman | ||
| test | ||
| .gitignore | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| CODING_STYLE | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| libcomp.pc | ||
| Makefile.am | ||
| NEWS | ||
| pixman-1-uninstalled.pc.in | ||
| pixman-1.pc.in | ||
| README | ||
| RELEASING | ||
| TODO | ||
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