xserver-multidpi/exa
Eric Anholt b17a4de83e Add a new migration scheme, called "Smart" for lack of a better name. This
one behaves somewhat between Greedy and Always. It moves in if we can
    accelerate, unless the destination is clean and shouldn't be kept in
    framebuffer according to the score, in which case we migrate out (and
    force-migrate anything where migration is free). This should help fix
    lack of acceleration for drivers without UTS since removing
    exaAsyncPixmapGCOps, and has removed one performance trap with Radeon
    I'd noticed. It is the new default.
2006-04-18 19:14:07 +00:00
..
exa_accel.c Clean up warnings and a debug printf. 2006-04-01 23:41:23 +00:00
exa_migration.c Add a new migration scheme, called "Smart" for lack of a better name. This 2006-04-18 19:14:07 +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 a new migration scheme, called "Smart" for lack of a better name. This 2006-04-18 19:14:07 +00:00
exa_render.c Add an option to EXA for the DDX to request that EXA hide the pixmap's 2006-03-31 19:41:28 +00:00
exa_unaccel.c Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit of 2006-04-18 18:50:35 +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
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