summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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 Packard2-4/+9
2007-03-23Ensure that crtc desired values track most recent mode.Keith Packard1-0/+7
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard1-1/+1
2007-03-23Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.Keith Packard1-0/+14
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-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-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-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-04Xprint: fix font symlinksDrew Parsons4-3/+4
2007-02-23Don't install libi2c.aAdam Jackson1-1/+1
2007-02-20Eliminate RRModeRec devPrivate field.Keith Packard1-44/+103
2007-02-18Add support for user-defined modelines in RandR.Keith Packard1-0/+50
2007-02-17Merge branch 'server-1.3-origin' into server-1.3-branchKeith Packard12-29/+70
2007-02-17Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith7-14/+14
2007-02-17Add ast driver/device info to Xorg server & config utilitiesCarl Switzky3-0/+10
2007-02-17Add an RDTSC implementation to the x86 emulator.Aaron Plattner1-1/+35
2007-02-17Fix bus error on startup in 64-bit XephyrAlan Coopersmith1-14/+9
2007-02-17kdrive/ephyr: free screen structDaniel Stone1-0/+2
2007-02-16Don't set subpixel order during startup; the screen won't be ready.Keith Packard1-1/+2
2007-02-16Ensure drivers can use new modes header files.Keith Packard7-15/+21
2007-02-16Respect rotation in initial screen size computation.Keith Packard1-2/+2
2007-02-16Enable startup-time rotation; change rotation pixmap creation API.Keith Packard7-77/+172
2007-02-15Report correct RandR 1.0 sizeID. Report correct subpixel order.Keith Packard4-0/+77