summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86Crtc.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-09randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()Matthias Hopf1-2/+2
2008-12-09randr: Crtc interface update for panning support.Matthias Hopf1-1/+35
2008-11-24Allow drivers to set crtc transforms.Keith Packard1-1/+10
2008-11-24Handle RandR transform matrices in floating point.Keith Packard1-1/+2
2008-11-24Handle filter widths in xf86RotateKeith Packard1-0/+2
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard1-0/+3
2008-11-24Notify DRI when crtc regions changeKeith Packard1-0/+14
2008-04-29Keep rotation wrappers in place while transforms are in useHong Liu1-0/+6
2008-03-17Make xf86SetDesiredModes aware of current output configurationJesse Barnes1-0/+7
2008-03-12Return randr interface version in xf86CrtcScreenInit()Matthias Hopf1-0/+4
2008-03-06Allow RandR get output property to call into driversJesse Barnes1-0/+23
2008-02-27xf86Crtc: add higher level modesetting entry point.Dave Airlie1-0/+7
2007-12-28Add HDMI and DisplayPort connector types.Adam Jackson1-1/+3
2007-10-26Nuke superfluous ",", added missing include for xf86i2c.h.Matthias Hopf1-2/+3
2007-10-17Make config file preferred mode override monitor preferred mode.Keith Packard1-0/+3
2007-08-20move intel crtc xv clipping helper to the xserverAlex Deucher1-0/+19
2007-07-26Include picturestr.h in xf86Crtc.h to pick up definition of PictTransform.Aaron Plattner1-0/+1
2007-07-14Add RandR reflection support.Keith Packard1-0/+11
2007-05-17Use Screen block handler for rotation to draw under DRI lock.Keith Packard1-0/+4
2007-04-16Use default screen monitor for one of the outputs.Keith Packard1-3/+9
2007-04-02Move modes/ debugging output under Option "ModeDebug" in the Device section.Eric Anholt1-0/+7
2007-03-23Clean up Rotate state on server reset.Keith Packard1-0/+8
2007-03-15Don't wedge when rotating more than one CRTC.Keith Packard1-1/+2
2007-03-15Create driver-independent CRTC-based cursor layer.Keith Packard1-6/+97
2007-03-06Add xf86CrtcScreenInit to share initialization across drivers.Keith Packard1-19/+4
2007-03-05Add xf86SetDesiredModes to apply desired modes to crtcs.Keith Packard1-0/+8
2007-03-05Move xf86SetSingleMode into X server from intel driver.Keith Packard1-0/+6
2007-03-05add a standard connector type and name for us as an output propertyDave Airlie1-0/+20
2007-03-05modes: add commit/prepare hooksDave Airlie1-0/+24
2007-03-02Add a canGrow argument to xf86InitialConfiguration.Aaron Plattner1-1/+1
2007-03-02Add a screen resize hook to xf86CrtcConfigRec.Aaron Plattner1-1/+23
2007-02-17Ensure drivers can use new modes header files.Keith Packard1-1/+0
2007-02-17Enable startup-time rotation; change rotation pixmap creation API.Keith Packard1-2/+15
2007-02-15Report correct RandR 1.0 sizeID. Report correct subpixel order.Keith Packard1-0/+8
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-0/+555