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