xserver/hw/xfree86
Adam Jackson fd41f46ac6 Allow xf86DuplicateMode() to work correctly on read-only modes.
Before this it was meaningless to try to mark DisplayModeRec tables
const, since the mode name would be emitted as a pointer to an
anonymous string constant, and therefore would have to be fixed up by
ld.so and so couldn't live in .rodata.  With this change the standard
mode lists can live in .rodata, and modes duplicated from them will
have their names filled in on the fly.
2008-02-29 16:01:14 -05:00
..
common Some doc clean up: 2008-02-25 17:39:33 -03:00
ddc Don't carp on EDID 1.4 blocks anymore. 2007-12-28 16:53:17 -05:00
dixmods Add GLX provider for DRI2. 2008-02-14 19:53:49 -05:00
doc No more "-scanpci" given that we already have it in libpciaccess. 2008-02-25 17:08:07 -03:00
dri Revert "registry: Register XF86DRI extension protocol names." 2007-11-20 17:48:46 -05:00
dri2 GLX: Adjust to changes in DRI driver interface. 2008-02-29 15:11:13 -05:00
dummylib No more "-scanpci" given that we already have it in libpciaccess. 2008-02-25 17:08:07 -03:00
exa Friends don't let friends call xf86AddModuleInfo. 2008-02-14 08:21:44 +11:00
fbdevhw Fix magic number in fbdevhw 2007-11-02 12:05:41 -04:00
i2c Fixing xf86I2CGetScreenBuses(), now dereferencing the correct pointer. 2007-09-04 16:42:57 +02:00
int10 Fixing a misleading comment which could suggest a GPL violation. 2007-08-30 14:28:06 +02:00
loader Fix Xinerama's consolidated visual handling. 2008-02-22 15:19:54 -05:00
modes Allow xf86DuplicateMode() to work correctly on read-only modes. 2008-02-29 16:01:14 -05:00
os-support Fine, we don't need pciInit() anymore. Nuke, nuke, nuke... 2008-02-25 18:14:08 -03:00
parser Eradicate the VTInit code. 2008-02-14 07:52:46 +11:00
rac Merge branch 'master' into XACE-SELINUX 2007-11-05 19:08:36 -05:00
ramdac devPrivates rework: convert CursorRec and CursorBits over to new interface. 2007-08-30 11:40:39 -04:00
shadowfb Merge branch 'master' into XACE-SELINUX 2007-11-05 19:08:36 -05:00
utils Use the client-side XKB headers for the config utilities 2008-02-22 18:36:29 -05:00
vbe Bug #13736: Fix %bx in VBEGetPixelClock to match spec. 2008-02-24 20:25:13 -05:00
vgahw XFree86: Remove usage of alloca 2007-11-05 14:34:42 +00:00
x86emu X86EMU: handle CPUID instruction 2008-02-08 10:48:40 -08:00
xaa Friends don't let friends call xf86AddModuleInfo. 2008-02-14 08:21:44 +11:00
xf1bpp Remove the PaintWindow optimization. 2007-09-13 00:08:53 +00:00
xf4bpp Merge branch 'master' into XACE-SELINUX 2007-11-19 18:10:46 -05:00
xf8_16bpp Remove smashing of CFLAGS from server build. 2006-09-18 12:11:18 -07:00
xf8_32bpp Merge branch 'master' into XACE-SELINUX 2007-11-05 19:08:36 -05:00
Makefile.am Add DRI2 module. 2008-02-14 19:53:49 -05:00
Options Initial revision 2003-11-14 16:48:57 +00:00
xorgconf.cpp Remove all traces of external RGB database (and Speedo) 2007-11-05 16:28:35 +00:00