summaryrefslogtreecommitdiff
path: root/randr/rrcrtc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22randr: move private definitons from randrstr.h to randrstr_priv.hEnrico Weigelt, metux IT consult1-1/+1
2023-01-03randr: introduce rrCrtcGetInfo DDX functionMinh Phan1-0/+3
2022-04-20randr: Add "RANDR Emulation" propertyOlivier Fourdan1-3/+24
2022-04-20randr: No need to check RRGetOutputProperty() twiceOlivier Fourdan1-8/+0
2021-04-16present: fix msc offset calculation in screen modeŁukasz Spintzyk1-1/+42
2020-07-21randr: Check rrPrivKey in RRHasScanoutPixmap()Alex Goins1-1/+7
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie1-66/+66
2020-05-01Fix build with gcc 9.3.0's -Werror=alloc-size-larger-than=Alexander Volkov1-1/+1
2019-11-11randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardownAlex Goins1-5/+10
2018-08-24randr: rrCheckPixmapBounding should only increase screen sizeAlex Goins1-2/+2
2018-08-02During reset/shutdown, clean up leases in DIX instead of each driverKeith Packard1-0/+11
2018-06-27randr: Scream when creating a shared pixmap failsLyude Paul1-0/+1
2018-05-02randr: Account for panning and transforms when constraining the cursorChris Wilson1-26/+34
2018-02-27Add RandR leases with modesetting driver support [v6]Keith Packard1-55/+92
2017-11-20randr: free crtc->outputs on destroyGiuseppe Bilotta1-0/+1
2017-11-20randr: always realloc crtcs and outputsGiuseppe Bilotta1-6/+3
2017-08-15Make PixmapDirtyUpdateRec::src a DrawablePtrMichel Dänzer1-11/+9
2017-06-19randr: Use RRTransformEqual in RRCrtcPendingTransformAaron Plattner1-3/+2
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 Goede1-0/+19
2016-07-05randr: Add ability to turn PRIME sync offagoins1-4/+66
2016-06-28randr/xf86: Add PRIME Synchronization / Double BufferAlex Goins1-28/+103
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-3/+13
2016-06-08prime: clean up slave bo properly. (v3)Dave Airlie1-0/+2
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-09-21randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmapChris Wilson1-22/+45
2015-07-08prime: add rotation support for offloaded outputs (v2)Dave Airlie1-17/+43
2015-05-11Merge remote-tracking branch 'evelikov/master'Keith Packard1-20/+22
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-7/+7
2015-03-24randr: coding style fixesEmil Velikov1-2/+4
2015-03-24randr: use local variables where possibleEmil Velikov1-13/+17
2015-03-24randr: use randr: prefix in ErrorF()Emil Velikov1-1/+1
2015-03-24randr: remove chatty error messagesEmil Velikov1-4/+0
2014-05-12rrcrtc: brackets are hard, lets go shopping.Dave Airlie1-3/+4
2014-02-24V2: Add check for link from output to crtc before optimizing out a CrtcSet callDavid Sodman1-2/+12
2014-01-22randr: Eliminate -Wshadow warningsKeith Packard1-9/+8
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-10-30randr: send RRResourceChangeNotify eventMichal Srb1-0/+4
2013-04-30randr: don't directly set changed bits in randr screenDave Airlie1-1/+1
2013-02-15randr: fix "set but unused" warningsPeter Hutterer1-6/+3
2013-02-11randr: unref the provider shared pixmap the appropriate number of timesAaron Plattner1-0/+5
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-21/+13
2012-07-09Use C99 designated initializers in randr RepliesAlan Coopersmith1-29/+40
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1