summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86RandR12.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-1/+0
2014-01-12xfree86 warning reductionKeith Packard1-14/+0
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-04-30randr: report changes when we disconnect a GPU slaveDave Airlie1-0/+2
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White1-0/+1
2013-03-01randr: cleanup provider properlyDave Airlie1-0/+22
2012-08-06xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabledRui Matos1-4/+34
2012-07-11xfree86: Strip dangling pointers from desiredModeMaarten Lankhorst1-1/+1
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie1-0/+27
2012-07-07xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie1-0/+4
2012-07-07xf86: add output source setting callback (v2)Dave Airlie1-0/+33
2012-07-07xf86: add initial scanout pixmap support (v2)Dave Airlie1-0/+10
2012-07-06xfree86: add framework for provider support in ddx. (v4)Dave Airlie1-0/+48
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-13/+10
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie1-4/+4
2012-05-21xf86/modes: drop two uses of screenInfoDave Airlie1-1/+1
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-13/+13
2012-05-08Fix RANDR’s gamma_to_ramp().James Cloos1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-1086/+1060
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer1-0/+2
2011-04-24hw/xfree86/modes: remove duplicated includeNicolas Kaiser1-1/+0
2011-03-28xfree86: warning fixAdam Jackson1-1/+1
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard1-7/+29
2011-02-23Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct"Keith Packard1-18/+11
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard1-23/+8
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-1/+0
2011-02-23Revert "hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs"Keith Packard1-134/+28
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard1-57/+4
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard1-2/+2
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-75/+30
2011-02-22xfree86: replace two inputInfo.pointer uses with device loops.Peter Hutterer1-7/+29
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-30/+75
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard1-2/+2
2010-12-06randr: Add per-crtc pixmapsKeith Packard1-4/+57
2010-12-06hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigsKeith Packard1-28/+134
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+1
2010-12-06randr: Add sprite position transformsKeith Packard1-8/+23
2010-12-06Replace huge argument list in xf86CrtcSetModeTransform with structKeith Packard1-11/+18
2010-11-24xfree86: store the screen's gamma information on init.Bill Nottingham1-0/+4
2010-11-24xfree86: apply gamma settings on EnterVT.Adam Jackson1-0/+6
2010-09-28xfree86: Kill pixmapPrivate with a vengeance (v2)Chris Wilson1-9/+0
2010-09-28modes: Beware the driver switching root pixmapsChris Wilson1-1/+2
2010-09-18Xserver need not be compatible with old versions of xserver.Jamey Sharp1-36/+0
2010-06-15Clean up RandR12 bits on screen close (bug 27114)Keith Packard1-1/+25
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+4
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-3/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-19/+19
2010-04-27Remove mibank supportAdam Jackson1-1/+0
2010-02-25Allow for missing or disabled compat_outputKeith Packard1-5/+9
2009-12-16xfree86: belately init RandR12 if xinerama fails. (#24627)Peter Hutterer1-1/+6