xserver-multidpi/exa
Adam Jackson ae7f71a8b3 Implement core protocol backing store exclusively in terms of Composite.
Composite's automatic redirection is a more general mechanism than the
ad-hoc BS machinery, so it's much prettier to implement the one in terms
of the other.  Composite now wraps ChangeWindowAttributes and activates
automatic redirection for windows with backing store requested.  The old
backing store infrastructure is completely gutted: ABI-visible structures
retain the function pointers, but they never get called, and all the
open-coded conditionals throughout the DIX layer to implement BS are gone.

Note that this is still not a strictly complete implementation of backing
store, since Composite will throw the bits away on unmap and therefore
WhenMapped and Always hints are equivalent.
2007-08-25 15:08:20 -04:00
..
exa_accel.c exaPolyFillRect: pGC->alu doesn't matter with a single rectangle. 2007-08-24 19:04:55 +02:00
exa_migration.c EXA: Only mark offscreen memory as used when it really is. 2007-08-24 13:05:52 +02:00
exa_offscreen.c ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory. 2007-07-03 11:00:29 +02:00
exa_priv.h Implement core protocol backing store exclusively in terms of Composite. 2007-08-25 15:08:20 -04:00
exa_render.c EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap. 2007-08-16 23:49:07 +02:00
exa_unaccel.c Implement core protocol backing store exclusively in terms of Composite. 2007-08-25 15:08:20 -04:00
exa.c Implement core protocol backing store exclusively in terms of Composite. 2007-08-25 15:08:20 -04:00
exa.h EXA: Export ExaOffscreenMarkUsed. 2007-05-22 10:51:56 +02:00
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00