summaryrefslogtreecommitdiff
path: root/randr/rrcrtc.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-6/+9
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-9/+8
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie1-0/+58
2012-07-07randr: check the screen size bounds against the masterDave Airlie1-2/+12
2012-07-07randr: fixup constrain to work with slave screens.Dave Airlie1-11/+46
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie1-0/+171
2012-06-21randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard1-6/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-783/+721
2011-11-03randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPositionRui Matos1-19/+10
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-53/+47
2011-06-06randr: void function cannot return valueNicolas Kaiser1-1/+1
2011-03-14randr: Add RRConstrainCursorHarderAdam Jackson1-0/+155
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard1-17/+6
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-469/+43
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard1-23/+8
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard1-12/+15
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-5/+4
2011-02-23Revert "ProcRRSetCrtcConfigs uses 'configs' without being initialized"Keith Packard1-2/+2
2011-02-23Revert "randr: handle RRSetCrtcConfigs request with zero configs"Keith Packard1-3/+5
2010-12-06randr: handle RRSetCrtcConfigs request with zero configsKeith Packard1-5/+3
2010-12-06ProcRRSetCrtcConfigs uses 'configs' without being initializedKeith Packard1-2/+2
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-4/+5
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard1-15/+12
2010-12-06randr: Add per-crtc pixmapsKeith Packard1-8/+23
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-43/+469
2010-12-06randr: Add sprite position transformsKeith Packard1-6/+17
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste1-1/+10
2010-06-10Ignore RandR timestamps harderKeith Packard1-33/+0
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-24/+12
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-1/+2
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-26/+26
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-07-14randr: switch to byte counting functionsPeter Hutterer1-7/+7
2009-06-08Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard1-1/+4
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-45/+16
2009-02-17RANDR: Fail softly on GetPanning if the screen can't do it.Adam Jackson1-16/+17