xserver-multidpi/dix
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
..
atom.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
buildatoms XFree86 4.3.0.1 2003-11-14 16:49:22 +00:00
BuiltInAtoms R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
CHANGES R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
colormap.c dix: remove 'register' keyword for all variables. 2007-03-08 17:50:25 +10:30
cursor.c DIX: Clean up null root cursor handling 2007-08-01 01:53:31 +03:00
devices.c Hotplug: Add HAL support 2007-08-01 01:53:31 +03:00
dispatch.c Remove the old Kerberos 5 authentication code. 2007-06-04 18:07:00 -04:00
dispatch.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
dixfonts.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
dixutils.c dixLookupClient: Use access parameter. 2007-06-11 09:23:18 +02:00
events.c More janitor work. Remove 'defined but not used' warnings from kdrive and some minor cosmetic. 2007-06-27 03:34:13 -03:00
extension.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
ffs.c ffs: handle 0 argument (bug #8968) 2006-11-11 14:13:56 +02:00
gc.c General DIX static and dead code cleanup. 2007-03-25 17:57:54 -04:00
getevents.c Fix indentation. 2007-08-23 22:48:19 +02:00
globals.c Enable DPMS by default. 2006-09-14 18:49:12 -04:00
glyphcurs.c dix: remove 'register' keyword for all variables. 2007-03-08 17:50:25 +10:30
grabs.c Make sure window->optional is allocated before assigning it. 2007-06-29 11:56:18 +09:30
initatoms.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
main.c DIX: Clean up null root cursor handling 2007-08-01 01:53:31 +03:00
Makefile.am Build system: Non-dtrace distcheck hacks 2007-08-01 08:10:38 +03:00
pixmap.c remove PIXPRIV check as this flag is always set. 2007-03-06 17:19:11 -05:00
privates.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
property.c Partial redundancy elimination in PropertyNotify generation. 2007-07-21 15:27:40 -04:00
resource.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
strcasecmp.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
swaprep.c General DIX static and dead code cleanup. 2007-03-25 17:57:54 -04:00
swapreq.c dix: remove 'register' keyword for all variables. 2007-03-08 17:50:25 +10:30
tables.c Remove the old Kerberos 5 authentication code. 2007-06-04 18:07:00 -04:00
window.c Implement core protocol backing store exclusively in terms of Composite. 2007-08-25 15:08:20 -04:00
xpstubs.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
Xserver-dtrace.h.in Add DTrace probe points for X server <-> client communications 2006-11-03 12:54:43 -08:00
Xserver.d Add DTrace probe points for X server <-> client communications 2006-11-03 12:54:43 -08:00