summaryrefslogtreecommitdiff
path: root/randr/rrscreen.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-1/+3
2024-02-22randr: move private definitons from randrstr.h to randrstr_priv.hEnrico Weigelt, metux IT consult1-1/+1
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie1-6/+6
2018-02-27Add RandR leases with modesetting driver support [v6]Keith Packard1-1/+1
2018-02-01randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins1-1/+1
2017-11-20randr: rrGetScreenResources: initialize memoryGiuseppe Bilotta1-1/+1
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-3/+9
2016-06-13randr: Do not update ConnectionInfo if NULLOlivier Fourdan1-0/+3
2015-03-24randr: wrap long lineEmil Velikov1-2/+3
2015-03-24randr: remove chatty error messagesEmil Velikov1-2/+0
2015-01-26randr: attempt to fix primary on slave output (v2)Dave Airlie1-4/+18
2013-04-30randr: don't directly set changed bits in randr screenDave Airlie1-1/+1
2012-07-16Use C99 designated initializers in RandR 1.4 extension RepliesAlan Coopersmith1-10/+11
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-4/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-20/+21
2012-07-09Use C99 designated initializers in randr RepliesAlan Coopersmith1-56/+68
2012-07-09ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith1-0/+1
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-9/+10
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-6/+6
2012-07-07randr: hook up output slave to screen resources returnDave Airlie1-0/+169
2012-06-29randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner1-1/+1
2012-06-28randr: Catch two more potential unset rrScrPriv usesKeith Packard1-0/+3
2012-03-21Introduce a consistent coding styleKeith Packard1-691/+630
2011-09-21Use internal temp variable for swap macrosMatt Turner1-54/+52
2011-05-25randr: check rotated virtual size limits correctlyAaron Plattner1-6/+6
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-18/+0
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard1-5/+3
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-5/+1
2010-12-20randr: check for virtual size limits before set crtcTiago Vignatti1-0/+12
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-1/+5
2010-12-06randr: Add per-crtc pixmapsKeith Packard1-3/+5
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+18
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-5/+5
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-2/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-4/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-14/+14
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0
2009-08-17xace: fix access mode in dixLookupWindow within several RandR calls.Eamon Walsh1-4/+4
2009-07-14randr: switch to byte counting functionsPeter Hutterer1-4/+4
2009-06-08Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard1-1/+3
2009-05-24randr: fix server crash in RRGetScreenInfoJulien Cristau1-2/+3
2009-02-13Query the DDX in ProcRRGetScreenInfo.Aaron Plattner1-1/+1
2009-01-30RandR crtcs not fetched correctly when primary output is set.Keith Packard1-5/+8
2009-01-30randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt1-4/+4
2008-12-10randr: Mangle GetScreenResources sort order based on primary outputAdam Jackson1-3/+14
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-10/+10
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-10/+10
2008-11-26Add server support for RRGetScreenResourcesCurrentKeith Packard1-3/+15
2008-11-08Remove some null statements.James Cloos1-1/+1