xserver/hw/xfree86/modes
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
..
Makefile.am No more "-scanpci" given that we already have it in libpciaccess. 2008-02-25 17:08:07 -03:00
xf86Crtc.c xf86Crtc: add higher level modesetting entry point. 2008-02-27 07:09:14 +10:00
xf86Crtc.h xf86Crtc: add higher level modesetting entry point. 2008-02-27 07:09:14 +10:00
xf86Cursors.c xf86Cursors: fix memset for non-square cursors 2008-01-15 10:21:17 +10:00
xf86DiDGA.c Add _X_EXPORT to exported functions in hw/xfree86/modes/* 2007-08-22 19:26:34 -04:00
xf86EdidModes.c Add several comments documenting our EDID failures. 2008-02-29 16:01:14 -05:00
xf86Modes.c Allow xf86DuplicateMode() to work correctly on read-only modes. 2008-02-29 16:01:14 -05:00
xf86Modes.h Add infrastructure for validating modes by memory bandwidth. 2007-12-13 15:06:18 -05:00
xf86RandR12.c Merge branch 'master' into XACE-SELINUX 2007-12-13 18:38:25 -05:00
xf86RandR12.h Include xf86Rename.h in xf86RandR12.h. 2007-04-24 17:20:14 -07:00
xf86Rename.h Don't call xf86RandR12TellChanged if it doesn't exist. Add some exports to xf86Rename.h. 2007-04-20 14:23:38 -07:00
xf86Rotate.c Fix rotation for multi-monitor situation. 2008-02-17 18:47:28 +01:00
xf86cvt.c Enable startup-time rotation; change rotation pixmap creation API. 2007-02-17 15:16:20 -08:00