summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer2-15/+24
2014-01-30edid: Add quirk for Sony Vaio Pro 13Arun Raghavan1-0/+5
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard3-18/+17
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard1-0/+11
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2014-01-12xfree86 warning reductionKeith Packard6-42/+23
2014-01-07xfree86: Use the TMDS maximum frequency to prune modesDamien Lespiau1-0/+11
2013-11-14xfree86: return NULL for compat output if no outputs.Dave Airlie1-0/+3
2013-10-31DDX/modes: Add a sanity check when using screen sizes from EDIDEgbert Eich1-4/+16
2013-09-10damage: Simplify DamageUnregisterAdam Jackson1-5/+1
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-05-15Abstract cursor refcountingPeter Hutterer1-2/+2
2013-05-06xfree86: don't enable anything in xf86InitialConfiguration for GPU screensAaron Plattner1-3/+13
2013-04-30xf86crtc: don't use scrn->display for gpu screensDave Airlie1-7/+11
2013-04-30randr: report changes when we disconnect a GPU slaveDave Airlie1-0/+2
2013-04-29hw/xfree86: Only report SetDesiredModes() failed if at least one modeset failsChris Wilson1-2/+3
2013-04-24Eliminate the use of xf86Rename.hJeremy White5-106/+1
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White3-0/+5
2013-03-26xserver: add monitor Option "ZoomModes" [v2]vdb@picaros.org1-0/+89
2013-03-01randr: cleanup provider properlyDave Airlie2-10/+24
2013-03-01xf86: actually set the compat output in the failure caseDave Airlie1-2/+4
2013-01-08hw/xfree86: Require only one working CRTC to start the server.Keith Packard1-4/+11
2012-11-27xf86: select a fake output for headless serversChris Wilson1-0/+4
2012-09-19xf86: fix compat output selection for no output GPUsKeith Packard1-1/+2
2012-09-04xf86/crtc: don't free config->nameDave Airlie1-2/+0
2012-08-14Kludge -- Call RandR screen before cleaning up xf86 crtcsKeith Packard1-4/+7
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith2-154/+139
2012-08-06xfree86: When xf86CrtcCloseScreen is called, the randr CRTCs are goneKeith Packard1-3/+0
2012-08-06xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabledRui Matos1-4/+34
2012-08-06randr: Fix up yet another corner case in preferred mode selectionAdam Jackson1-2/+6
2012-07-11xfree86: Strip dangling pointers from desiredModeMaarten Lankhorst3-4/+19
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie2-1/+32
2012-07-07xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-07-07xf86: make sure rotate calcs are done on the right screen boundariesDave Airlie1-0/+6
2012-07-07xf86: add output source setting callback (v2)Dave Airlie2-1/+38
2012-07-07xf86/crtc: add new interface to detach slave crtcsDave Airlie2-0/+23
2012-07-07xf86: add initial scanout pixmap support (v2)Dave Airlie3-0/+18
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie1-1/+1
2012-07-07dix: attach unbound screens to protocol screen 0 (v2)Dave Airlie1-0/+5
2012-07-06xfree86: add framework for provider support in ddx. (v4)Dave Airlie3-0/+100
2012-07-06xfree86: EDID Est III parsing skips some modesTorsten Kaiser1-1/+1
2012-07-06xfree86: EDID Est III parsing can walk off end of arrayTorsten Kaiser1-2/+9
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-23/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie4-21/+17
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie1-4/+4
2012-05-21xf86/modes: drop more pScrn->pScreen usagesDave Airlie1-2/+2
2012-05-21xf86/modes: drop two uses of screenInfoDave Airlie2-4/+2
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie5-32/+32
2012-05-08Fix RANDR’s gamma_to_ramp().James Cloos1-2/+2