summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86RandR12.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-29Death to RCS tags.Adam Jackson1-3/+0
2007-06-22Skip driver mode detection/configuration when !vtSema.Keith Packard1-3/+21
2007-04-22Adjust the screen pixmap's dimensions in xf86RandR12ScreenSetSize.Aaron Plattner1-2/+3
2007-04-10Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.Keith Packard1-0/+22
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard1-4/+3
2007-03-17Eliminate RRModeRec devPrivate field.Keith Packard1-44/+103
2007-03-17Add support for user-defined modelines in RandR.Keith Packard1-0/+50
2007-03-05Use EDID data to set screen physical size at server startup.Keith Packard1-2/+22
2007-03-02Add a screen resize hook to xf86CrtcConfigRec.Aaron Plattner1-9/+15
2007-02-17Ensure drivers can use new modes header files.Keith Packard1-4/+3
2007-02-17Respect rotation in initial screen size computation.Keith Packard1-2/+2
2007-02-15Report correct RandR 1.0 sizeID. Report correct subpixel order.Keith Packard1-0/+1
2007-02-15Allow new modes code to build inside drivers as well as server.Keith Packard1-0/+4
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-0/+950