summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-05Bump to version 1.2.99.905 (1.3 RC5)xorg-server-1.2.99.905Keith Packard1-2/+2
2007-04-05CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory CorruptionMatthieu Herrb1-2/+11
2007-04-05Bug #10296: Fix timer rescheduling.Tomas Janousek1-3/+6
2007-04-05Bump version to 1.2.99.904 (1.3 RC4)xorg-server-1.2.99.904Keith Packard1-3/+3
2007-04-02Don't erase current crtc for outputs on CloseScreenKeith Packard1-1/+0
2007-03-26Set version to 1.2.99.903 (1.3 RC3)xorg-server-1.2.99.903Keith Packard1-3/+3
2007-03-26Bump video driver ABI version to 1.2.Michel Dänzer1-1/+1
2007-03-26Add per-drawable Xv colour key helper function.Michel Dänzer4-3/+68
2007-03-26fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.Michel Dänzer1-12/+22
2007-03-26fbdevhw: Consider mode set equal to mode requested if virtual width is larger.Michel Dänzer1-17/+17
2007-03-26fbdevhw: Override RGB offsets and masks after setting initial mode.Michel Dänzer1-0/+11
2007-03-26fbdevhw: Use displayWidth for fbdev virtual width when appropriate.Michel Dänzer1-1/+2
2007-03-26fbdevhw: Fix some issues with the previous commit.Michel Dänzer1-2/+3
2007-03-26fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.Michel Dänzer1-47/+82
2007-03-23Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard8-140/+139
2007-03-23Ensure that crtc desired values track most recent mode.Keith Packard1-0/+7
2007-03-23Incorrect extra memory copy in RRChangeOutputProperty.Keith Packard1-2/+0
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard3-59/+99
2007-03-23Make sure RandR events are delivered from RRCrtcSet.Keith Packard1-43/+50
2007-03-23Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.Keith Packard1-0/+14
2007-03-23Clear allocated RandR screen private structure.Keith Packard1-1/+1
2007-03-20Clean up Rotate state on server reset.Keith Packard4-18/+79
2007-03-17Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.Keith Packard1-0/+6
2007-03-17Remove extra (and wrong) I2C ByteTimeout setting in DDC code.Keith Packard1-1/+0
2007-03-15Correct ref counting of RRMode structuresKeith Packard2-1/+6
2007-03-15Don't wedge when rotating more than one CRTC.Keith Packard2-14/+20
2007-03-15Allow xf86_reload_cursors during server init.Keith Packard1-4/+16
2007-03-14Create driver-independent CRTC-based cursor layer.Keith Packard9-13/+710
2007-03-14Update to version 1.2.99.902xorg-server-1.2.99.902Keith Packard1-3/+3
2007-03-14Revert "Xext: Update device's lastx/lasty when sending a motion event with XT...Keith Packard1-2/+0
2007-03-14Xext: Update device's lastx/lasty when sending a motion event with XTest.Peter Hutterer1-0/+2
2007-03-14Xprint: shorten font filename to fit in tar length limitDrew Parsons7-12/+12
2007-03-14Revert "Xprint includes a filename which is too long for tar."Keith Packard1-0/+1
2007-03-07Remove stale monitor data when output becomes disconnected.Keith Packard1-0/+3
2007-03-06Add hw/xfree86/docs/README.modes, documenting new mode setting APIs.Keith Packard1-0/+474
2007-03-06Add xf86CrtcScreenInit to share initialization across drivers.Keith Packard3-19/+59
2007-03-05Allow relative positions to use output names or monitor identifiers.Keith Packard1-5/+9
2007-03-05Use EDID data to set screen physical size at server startup.Keith Packard1-2/+22
2007-03-05Add xf86SetDesiredModes to apply desired modes to crtcs.Keith Packard3-0/+68
2007-03-05Move xf86SetSingleMode into X server from intel driver.Keith Packard2-0/+132
2007-03-04Xprint includes a filename which is too long for tar.xorg-server-1.2.99.901Keith Packard1-1/+0
2007-03-04Set version to 1.3-rc1 (1.2.99.901).Keith Packard1-9/+15
2007-03-04Sun bug 6529003: Xorg should not be including <sys/immu.h> on SolarisAlan Coopersmith1-1/+1
2007-03-04add a standard connector type and name for us as an output propertyDave Airlie2-0/+29
2007-03-04modes: add commit/prepare hooksDave Airlie2-5/+29
2007-03-04Remove debugging ErrorF from rotation code.Keith Packard1-13/+4
2007-03-04Handle non-zero origin rotated crtc. Damage crtc area on re-rotate.Keith Packard1-28/+60
2007-03-03Add a canGrow argument to xf86InitialConfiguration.Aaron Plattner2-25/+55
2007-03-03Add a screen resize hook to xf86CrtcConfigRec.Aaron Plattner3-11/+43
2007-03-03Don't crash setting a NULL mode with a randr classic DDX. Also remember to up...Aaron Plattner1-0/+9