Age | Commit message (Expand) | Author | Files | Lines |
2007-07-14 | MakeAtom needs length without trailing NUL. sizeof("string") includes NUL. | Keith Packard | 1 | -2/+2 |
2007-06-02 | Delete VDIF support; it was never used anyway. | Adam Jackson | 8 | -596/+3 |
2007-04-26 | Remove old edid_modes.c, it lives in hw/xfree86/modes/ now. | Adam Jackson | 1 | -361/+0 |
2007-03-28 | Refuse to create tiny modes from EDID detailed timing. | Adam Jackson | 1 | -0/+13 |
2007-03-25 | Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs. | Adam Jackson | 1 | -46/+0 |
2007-03-17 | Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors. | Keith Packard | 1 | -0/+6 |
2007-03-17 | Remove extra (and wrong) I2C ByteTimeout setting in DDC code. | Keith Packard | 1 | -1/+0 |
2007-02-15 | Kludge around duplicate code added in hw/xfree86/modes. | Keith Packard | 1 | -2/+1 |
2007-02-15 | Merge crtc/output-based mode selection code. | Keith Packard | 3 | -4/+8 |
2006-12-10 | Accept EDID > 1.3 but < 2.0 if we find it, assume it's compatible. | Adam Jackson | 2 | -8/+7 |
2006-11-28 | Separate DDC mode list creation from MonPtr creation. | Eric Anholt | 2 | -23/+45 |
2006-11-28 | Replace bad mode name-setting code with xf86SetModeDefaultName(). | Eric Anholt | 1 | -4/+2 |
2006-11-28 | Clean up a bunch of long lines and trailing whitespace. | Eric Anholt | 1 | -23/+25 |
2006-11-28 | Move code to get a mode list from EDID data from ddcProperty.c to edid_modes.c. | Eric Anholt | 3 | -293/+330 |
2006-11-28 | Typo that was missed in testing. | Eric Anholt | 1 | -1/+1 |
2006-11-27 | Move mode handling helpers from ddcProperty.c to xf86Mode.c. | Eric Anholt | 1 | -95/+4 |
2006-11-27 | Merge branch 'randr-1.2' | Eric Anholt | 1 | -1/+1 |
2006-09-18 | Remove smashing of CFLAGS from server build. | Keith Packard | 1 | -1/+1 |
2006-09-14 | Mark EDID modes as driver modes. Infer virtual size from driver modes. | Adam Jackson | 1 | -8/+15 |
2006-09-14 | Publish the raw EDID block as a property on the root window. | Adam Jackson | 1 | -3/+88 |
2006-09-14 | Fix up EDID blocks where the max pixclock exceeds the preferred mode clock. | Adam Jackson | 1 | -1/+38 |
2006-09-14 | Allow hsync and vsync ranges to be overridden independently again. | Adam Jackson | 1 | -15/+32 |
2006-09-14 | Record all standard timings from EDID as modes, instead of just the first five. | Adam Jackson | 1 | -1/+1 |
2006-09-14 | Record the maximum dot clock of the monitor, and filter by it. | Adam Jackson | 1 | -1/+5 |
2006-09-14 | Don't translate monitor gamma to X gamma. | Adam Jackson | 1 | -6/+0 |
2006-09-14 | Bug #5386: Synthesize modelines from EDID data. | Luc Verhaegen | 2 | -127/+378 |
2006-07-21 | Delete internal usage of the symbol ref/req lists. | Adam Jackson | 1 | -17/+0 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 9 | -9/+0 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 2 | -3/+1 |
2006-06-18 | Add a couple of (doxygen) comments I wrote while looking at modesetting. | Eric Anholt | 1 | -0/+22 |
2006-06-05 | Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing | Adam Jackson | 1 | -12/+1 |
2006-04-04 | Bug #4806: Dump the raw EDID contents in hex to the log file for better | Adam Jackson | 1 | -0/+15 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 5 | -5/+4 |
2006-01-31 | Further bug #5386 fixes: Fix some problems with the EDID code: Some | Luc Verhaegen | 2 | -2/+6 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 |
2005-11-18 | Bug #4859: Don't segfault on bad DDC read. (Tony Houghton) | Adam Jackson | 1 | -5/+8 |
2005-10-01 | Adding more doc files & fbdevhw man page | Alan Coopersmith | 1 | -1/+1 |
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 3 | -13/+0 |
2005-07-13 | Dear libtool: Loadable modules do not need version numbers. kthnxbye. | Adam Jackson | 1 | -0/+2 |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 6 | -6/+6 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 10 | -0/+40 |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 6 | -6/+6 |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+9 |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 3 | -3/+3 |
2005-01-11 | Minor format fix. | Egbert Eich | 1 | -1/+0 |
2004-11-02 | Removing unneeded private FreeType2 symbol. | Egbert Eich | 3 | -38/+173 |
2004-08-27 | - Make DDC code more VESA compliant: when MaxClock is set to 0xFF it means | Egbert Eich | 1 | -1/+3 |
2004-08-03 | programs/Xserver/hw/xfree86/ddc/xf86DDC.h | Matthieu Herrb | 1 | -1/+1 |