summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2019-11-11randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardownAlex Goins1-5/+10
2018-10-04randr: rrCheckPixmapBounding should only increase screen sizeAlex Goins1-2/+2
2018-08-07During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard5-1/+30
2018-08-01randr: Scream when creating a shared pixmap failsLyude Paul1-0/+1
2018-05-08randr: Fix a compiler warning on 32-bit.Eric Anholt1-1/+1
2018-05-02randr: Account for panning and transforms when constraining the cursorChris Wilson1-26/+34
2018-04-02meson: Distribute more SDK headersThierry Reding1-0/+7
2018-03-14randr: Initialize RROuptutRec::nonDesktopMichel Dänzer1-0/+1
2018-03-01randr: Fix a crash on initialization with GPU screensAdam Jackson1-0/+2
2018-02-27Add RandR leases with modesetting driver support [v6]Keith Packard12-108/+672
2018-02-27randr: Support "non-desktop" propertyKeith Packard3-1/+55
2018-02-01randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins1-1/+1
2018-01-31rrmonitor: allocate using the correct typeGiuseppe Bilotta1-1/+1
2018-01-22randr: Declare incoming property values constKeith Packard2-4/+4
2017-11-20randr: free crtc->outputs on destroyGiuseppe Bilotta1-0/+1
2017-11-20randr: always realloc crtcs and outputsGiuseppe Bilotta2-12/+6
2017-11-20randr: rrGetScreenResources: initialize memoryGiuseppe Bilotta1-1/+1
2017-11-06randr: ProcRRGetOutputInfo: initialize memoryGiuseppe Bilotta1-1/+1
2017-08-15Make PixmapDirtyUpdateRec::src a DrawablePtrMichel Dänzer2-12/+10
2017-06-19randr: Use RRTransformEqual in RRCrtcPendingTransformAaron Plattner1-3/+2
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+26
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson3-52/+65
2017-01-11randr: fix xserver crash when xrandr setprovideroutputsourceQiang Yu1-0/+3
2017-01-02xinerama: Swap the response in RRXineramaWriteMonitorMichal Srb1-0/+7
2016-12-05randr: rrCheckPixmapBounding: do not shrink the screen_pixmapHans de Goede1-0/+6
2016-12-05randr: rrCheckPixmapBounding: Do not substract crtc non 0 x,y from screen sizeHans de Goede1-2/+2
2016-09-13randr: Fix crtc_bounds when using rotation combined with reflectionHans de Goede1-1/+1
2016-09-13randr: Add RRHasScanoutPixmap helper functionHans de Goede2-0/+25
2016-07-05randr: Add ability to turn PRIME sync offagoins3-4/+124
2016-06-28randr/xf86: Add PRIME Synchronization / Double BufferAlex Goins2-28/+104
2016-06-28xf86: Add PRIME flipping functions to ScreenAlex Goins1-0/+17
2016-06-17randr: Adjust master's last set time with slavesNikhil Mahale1-0/+12
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede6-75/+72
2016-06-13randr: Do not update ConnectionInfo if NULLOlivier Fourdan1-0/+3
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie1-0/+2
2016-05-04randr/provider: only allow slave gpu to be offload sources.Dave Airlie1-0/+2
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson1-0/+2
2016-02-16randr: Send ConfigNotify when manual monitor list changesKeith Packard1-2/+7
2016-02-08Fix XineramaQueryScreens for reverse primeJan Burgmeier2-3/+15
2015-12-09randr: Silence unused variable warningAdam Jackson1-1/+0
2015-12-02randr: Stop dirty tracking for shared pixmap being destroyedMichel Dänzer1-3/+8
2015-12-01randr: Cleanup rrSetupPixmapSharing()agoins1-6/+1
2015-12-01randr: Factor out shared pixmap creationagoins1-17/+36
2015-12-01randr: Factor out shared pixmap destructionagoins1-8/+15
2015-10-21randr: make RROutputChanged change the main protocol screen not the gpu screenAlberto Milone1-5/+17
2015-10-19randr: Silence -Wshift-negative-value warningsJeremy Huddleston1-4/+4
2015-10-19randr: Correct a miscall of abs() to instead call fabs()Jeremy Huddleston1-1/+1
2015-09-24debug output format fix in RRMonitorCrtcName()Jon TURNEY1-1/+1
2015-09-23randr: Allow RRSelectInput for ProviderChange and ResourceChange eventsMichal Srb1-1/+3
2015-09-21randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmapChris Wilson1-22/+45