xserver/hw
Keith Packard 3506b9376c Eliminate RRModeRec devPrivate field.
The xf86 mode setting code was mis-using this field to try and store a
pointer to a DisplayModeRec, however, each output has its own copy of every
DisplayModeRec leaving the one in in the RRModeRec devPrivate field pointing
at a random DisplayModeRec.

Instead of attempting to rectify this, eliminating the devPrivate entirely
turned out to be very easy; the DDX code now accepts an arbitrary RRModeRec
structure and set that to the hardware, converting it on the fly to a
DisplayModeRec as needed.
2007-02-20 23:04:26 -08:00
..
darwin remove .cvsignores from EXTRA_DIST 2006-07-30 11:11:59 +03:00
dmx dmx: drop leftover __GLXdrawablePrivateRec struct. 2007-02-02 11:13:02 -08:00
kdrive Fix bus error on startup in 64-bit Xephyr 2007-02-17 17:14:33 -08:00
vfb For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server 2006-12-16 12:03:30 -05:00
xfree86 Eliminate RRModeRec devPrivate field. 2007-02-20 23:04:26 -08:00
xgl get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
xnest For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server 2006-12-16 12:03:30 -05:00
xprint For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server 2006-12-16 12:03:30 -05:00
xwin Fix bad commit 2006-12-12 11:28:55 +00:00
Makefile.am Xprint/ -> hw/xprint 2006-06-18 21:07:28 -04:00