summaryrefslogtreecommitdiff
path: root/randr/rrprovider.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-3/+6
2024-03-03randr: drop duplicate _X_EXPORT from .c sourceEnrico Weigelt, metux IT consult1-1/+1
2024-02-22randr: move private definitons from randrstr.h to randrstr_priv.hEnrico Weigelt, metux IT consult1-1/+1
2021-04-16present: fix msc offset calculation in screen modeƁukasz Spintzyk1-1/+1
2020-07-21randr: Check rrPrivKey before autobinding GPU screensAlex Goins1-4/+14
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie1-18/+18
2020-02-10randr: auto-bind of GPU is a config changePekka Paalanen1-0/+4
2019-08-07xf86: autobind GPUs to the screenDave Airlie1-0/+22
2018-05-08randr: Fix a compiler warning on 32-bit.Eric Anholt1-1/+1
2017-01-11randr: fix xserver crash when xrandr setprovideroutputsourceQiang Yu1-0/+3
2016-07-05randr: Add ability to turn PRIME sync offagoins1-0/+57
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-34/+16
2016-05-04randr/provider: only allow slave gpu to be offload sources.Dave Airlie1-0/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-04-21randr: Fix size checks for SetProvider* reqsRobert Morell1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
2013-10-30randr: send RRProviderChangeNotify eventMichal Srb1-0/+25
2013-03-01randr: cleanup provider properlyDave Airlie1-0/+2
2012-07-16Use C99 designated initializers in RandR 1.4 extension RepliesAlan Coopersmith1-21/+26
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie1-0/+54
2012-07-07dix/xf86: initial offload slave tracking (v1.1)Dave Airlie1-0/+7
2012-07-07randr: add output source setupDave Airlie1-1/+57
2012-07-07dix: add ability to link output slave gpus to the current gpu (v1.1)Dave Airlie1-0/+7
2012-07-07randr: expose unattached providers to the clients.Dave Airlie1-0/+8
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie1-0/+279