xserver/exa
Eric Anholt 5d00859c6e Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs,
and if they all have a maskFormat matching the format of the actual
    glyphs If so, we can avoid the temporary pixmap for accumulating
    glyphs, which reduces the number of operations done, and makes it
    easier on the migration system. This fixes some significant performance
    issues, particularly with subpixel antialiasing. Note that it does
    increase the amount of damage computation which is done, so is not
    always a win with a compositing manager running.
2006-04-25 23:56:17 +00:00
..
Makefile.am Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on 2006-04-17 07:27:43 +00:00
exa.c Add a new migration scheme, called "Smart" for lack of a better name. This 2006-04-18 19:14:07 +00:00
exa.h Add more doxygen documentation, including notes on WaitMarker() and 2006-03-15 00:13:52 +00:00
exa_accel.c Don't forget to mark the drawable as dirty in exaPutImage(). Fixes 2006-04-25 15:46:04 +00:00
exa_migration.c Add an option to verify at the point of migration that pixmaps which aren't 2006-04-25 16:47:23 +00:00
exa_offscreen.c Revert mistaken commit to exa_unaccel.c. Should have been to 2006-03-31 19:25:42 +00:00
exa_priv.h Add an option to verify at the point of migration that pixmaps which aren't 2006-04-25 16:47:23 +00:00
exa_render.c Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs, 2006-04-25 23:56:17 +00:00
exa_unaccel.c Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit of 2006-04-18 18:50:35 +00:00