summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-03render: drop obsolete macros pict_f_transform and pict_f_vectorEnrico Weigelt, metux IT consult1-4/+4
2024-02-22randr: move private definitons from randrstr.h to randrstr_priv.hEnrico Weigelt, metux IT consult1-126/+1
2023-01-03randr: introduce rrCrtcGetInfo DDX functionMinh Phan1-0/+8
2021-12-07randr: add new interface to allow delaying lease responsesXaver Hugl1-0/+12
2021-07-20present: fallback get_crtc to return crtc belonging to screen with present ex...Łukasz Spintzyk1-0/+2
2021-04-16present: fix msc offset calculation in screen modeŁukasz Spintzyk1-0/+5
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie1-1/+1
2019-08-07xf86: autobind GPUs to the screenDave Airlie1-0/+3
2018-08-02During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard1-0/+3
2018-02-27Add RandR leases with modesetting driver support [v6]Keith Packard1-1/+67
2018-02-27randr: Support "non-desktop" propertyKeith Packard1-0/+3
2018-01-22randr: Declare incoming property values constKeith Packard1-2/+2
2017-08-15Make PixmapDirtyUpdateRec::src a DrawablePtrMichel Dänzer1-1/+1
2016-09-13randr: Add RRHasScanoutPixmap helper functionHans de Goede1-0/+6
2016-07-05randr: Add ability to turn PRIME sync offagoins1-0/+1
2016-06-28randr/xf86: Add PRIME Synchronization / Double BufferAlex Goins1-0/+1
2016-06-28xf86: Add PRIME flipping functions to ScreenAlex Goins1-0/+17
2015-07-08randr: Unexport some implementation detailsAdam Jackson1-5/+5
2015-04-27xf86Crtc/monitors: create initial monitors for tiled outputsDave Airlie1-0/+9
2015-03-31randr: Add Monitor support (v1.1)Keith Packard1-0/+44
2014-11-12Drop trailing whitespacesPeter Hutterer1-10/+10
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-7/+7
2013-10-30randr: send RRResourceChangeNotify eventMichal Srb1-0/+4
2013-10-30randr: send RRProviderChangeNotify eventMichal Srb1-0/+4
2013-04-30randr: don't directly set changed bits in randr screenDave Airlie1-0/+4
2013-03-01randr: cleanup provider properlyDave Airlie1-0/+6
2013-02-08randr: bump advertised RandR version to 1.4Dave Airlie1-1/+1
2012-11-05randr: export more provider property symbolsYaakov Selkowitz1-0/+8
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-4/+0
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie1-0/+3
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie1-0/+10
2012-07-07randr: add output source setupDave Airlie1-0/+8
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie1-0/+12
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie1-1/+97
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-1/+1
2012-05-14randr: Remove redundant declaration.Michal Suchanek1-19/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-363/+318
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-03-14randr: Add RRConstrainCursorHarderAdam Jackson1-0/+4
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard1-42/+21
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-90/+0
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard1-45/+3
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard1-4/+2
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-4/+0
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-0/+4
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard1-2/+4
2010-12-06randr: Add per-crtc pixmapsKeith Packard1-3/+45
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+90
2010-12-06randr: Add sprite position transformsKeith Packard1-21/+42
2010-10-18randr: Remove mirandrAdam Jackson1-37/+0