summaryrefslogtreecommitdiff
path: root/randr
Commit message (Expand)AuthorAgeFilesLines
* randr: introduce rrCrtcGetInfo DDX functionMinh Phan2023-01-032-0/+11
* randr: Correctly get physical size for screen with RandR 1.5JiangWu2022-08-091-2/+2
* randr: Add "RANDR Emulation" propertyOlivier Fourdan2022-04-201-3/+24
* randr: No need to check RRGetOutputProperty() twiceOlivier Fourdan2022-04-201-8/+0
* randr: add new interface to allow delaying lease responsesXaver Hugl2021-12-072-4/+35
* Remove autotools supportPovilas Kanapickas2021-10-271-33/+0
* Fix RandR leasing for more than 1 simultaneously active lease.Mario Kleiner2021-10-191-1/+1
* present: fallback get_crtc to return crtc belonging to screen with present ex...Łukasz Spintzyk2021-07-202-0/+29
* randr: Bail from RRTellChanged if there's no root window yetMichel Dänzer2021-07-091-0/+4
* present: fix msc offset calculation in screen modeŁukasz Spintzyk2021-04-163-2/+48
* meson: hide C API if Xorg is disabled (like autotools)Jan Beich2021-03-111-1/+3
* randr: Check rrPrivKey in RRHasScanoutPixmap()Alex Goins2020-07-211-1/+7
* randr: Check rrPrivKey before autobinding GPU screensAlex Goins2020-07-211-4/+14
* xserver/output: rename some badly named variables/APIs.Dave Airlie2020-07-107-179/+179
* Fix build with gcc 9.3.0's -Werror=alloc-size-larger-than=Alexander Volkov2020-05-011-1/+1
* randr: auto-bind of GPU is a config changePekka Paalanen2020-02-101-0/+4
* randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardownAlex Goins2019-11-111-5/+10
* xf86: autobind GPUs to the screenDave Airlie2019-08-072-0/+25
* randr: rrCheckPixmapBounding should only increase screen sizeAlex Goins2018-08-241-2/+2
* During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard2018-08-025-1/+30
* randr: Scream when creating a shared pixmap failsLyude Paul2018-06-271-0/+1
* randr: Fix a compiler warning on 32-bit.Eric Anholt2018-05-081-1/+1
* randr: Account for panning and transforms when constraining the cursorChris Wilson2018-05-021-26/+34
* meson: Distribute more SDK headersThierry Reding2018-04-021-0/+7
* randr: Initialize RROuptutRec::nonDesktopMichel Dänzer2018-03-141-0/+1
* randr: Fix a crash on initialization with GPU screensAdam Jackson2018-03-011-0/+2
* Add RandR leases with modesetting driver support [v6]Keith Packard2018-02-2712-108/+672
* randr: Support "non-desktop" propertyKeith Packard2018-02-273-1/+55
* randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins2018-02-011-1/+1
* rrmonitor: allocate using the correct typeGiuseppe Bilotta2018-01-311-1/+1
* randr: Declare incoming property values constKeith Packard2018-01-222-4/+4
* randr: free crtc->outputs on destroyGiuseppe Bilotta2017-11-201-0/+1
* randr: always realloc crtcs and outputsGiuseppe Bilotta2017-11-202-12/+6
* randr: rrGetScreenResources: initialize memoryGiuseppe Bilotta2017-11-201-1/+1
* randr: ProcRRGetOutputInfo: initialize memoryGiuseppe Bilotta2017-11-061-1/+1
* Make PixmapDirtyUpdateRec::src a DrawablePtrMichel Dänzer2017-08-152-12/+10
* randr: Use RRTransformEqual in RRCrtcPendingTransformAaron Plattner2017-06-191-3/+2
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+26
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-013-52/+65
* randr: fix xserver crash when xrandr setprovideroutputsourceQiang Yu2017-01-111-0/+3
* xinerama: Swap the response in RRXineramaWriteMonitorMichal Srb2017-01-021-0/+7
* randr: rrCheckPixmapBounding: do not shrink the screen_pixmapHans de Goede2016-12-051-0/+6
* randr: rrCheckPixmapBounding: Do not substract crtc non 0 x,y from screen sizeHans de Goede2016-12-051-2/+2
* randr: Fix crtc_bounds when using rotation combined with reflectionHans de Goede2016-09-131-1/+1
* randr: Add RRHasScanoutPixmap helper functionHans de Goede2016-09-132-0/+25
* randr: Add ability to turn PRIME sync offagoins2016-07-053-4/+124
* randr/xf86: Add PRIME Synchronization / Double BufferAlex Goins2016-06-282-28/+104
* xf86: Add PRIME flipping functions to ScreenAlex Goins2016-06-281-0/+17
* randr: Adjust master's last set time with slavesNikhil Mahale2016-06-171-0/+12
* xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede2016-06-176-75/+72