xserver/exa
Eric Anholt 69164ec00c In drawing glyphs, shortcut our way to exaComposite instead of going
through the whole CompositePicture stack and doing things like
    computing damage over again. This is a sizeable win for text drawing
    with a compmgr. Also avoid calling down into the server for dealing
    with the scratch pixmap when we are able to do UploadToScreen
    successfully and never need it.
2006-04-27 02:15:19 +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 Improve the migration debugging output. 2006-04-26 01:33:15 +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 In drawing glyphs, shortcut our way to exaComposite instead of going 2006-04-27 02:15:19 +00:00
exa_unaccel.c Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit of 2006-04-18 18:50:35 +00:00