summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2015-10-26randr: Correct a miscall of abs() to instead call fabs()Jeremy Huddleston1-1/+1
2015-10-26randr: Allow RRSelectInput for ProviderChange and ResourceChange eventsMichal Srb1-1/+3
2015-10-26randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmapChris Wilson1-22/+45
2015-06-03randr: use randr: prefix in ErrorF()Emil Velikov1-1/+1
2015-06-03randr: remove chatty error messagesEmil Velikov2-6/+0
2015-01-26randr: attempt to fix primary on slave output (v2)Dave Airlie3-7/+33
2015-01-23randr: swap num-preferred field on RRGetOutputInfo replyCarlos Sánchez de La Lama1-0/+1
2014-12-08randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101]Alan Coopersmith1-0/+4
2014-11-12Drop trailing whitespacesPeter Hutterer5-14/+14
2014-07-30randr: Fix logic in RRPointerToNearestCrtcDavid Ung1-5/+6
2014-05-12rrcrtc: brackets are hard, lets go shopping.Dave Airlie1-3/+4
2014-04-21randr: Implement RandR 1.4 request swappingRobert Morell1-0/+138
2014-04-21randr: Fix size checks for SetProvider* reqsRobert Morell1-2/+2
2014-04-21randr: Fix crash for NULL swap dispatch procsRobert Morell1-1/+1
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 Packard9-43/+43
2013-10-30randr: deliver Output and Crtc events of attached output providers.Michal Srb1-0/+24
2013-10-30randr: send RRResourceChangeNotify eventMichal Srb4-0/+49
2013-10-30randr: send RRProviderChangeNotify eventMichal Srb3-0/+65
2013-09-10randr: Fix a copypasta bug in CRTC confinementAdam Jackson1-1/+1
2013-04-30randr: only respected changed on the protocol screenDave Airlie1-1/+1
2013-04-30randr: make SetChanged modify the main protocol screen not the gpu screenDave Airlie1-1/+15
2013-04-30randr: don't directly set changed bits in randr screenDave Airlie6-4/+16
2013-03-18Merge remote-tracking branch 'whot/next'Keith Packard1-6/+3
2013-03-01randr: cleanup provider properlyDave Airlie2-0/+8
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
2013-02-08randr: bump advertised RandR version to 1.4Dave Airlie1-1/+1
2012-11-30randr: call RRProviderInit in the proper place.Dave Airlie1-0/+2
2012-11-05randr: export more provider property symbolsYaakov Selkowitz1-0/+8
2012-08-06Merge remote-tracking branch 'alanc/master'Keith Packard3-5/+23
2012-08-06randr: fix xinerama output for output slavesDave Airlie1-1/+19
2012-08-06RRModeCreate: plug memory leak of newModes if AddResource failsAlan Coopersmith1-1/+3
2012-08-06rrproperty.c: free newly allocated prop in more error pathsAlan Coopersmith1-2/+10
2012-08-06rrproviderproperty.c: free newly allocated prop in more error pathsAlan Coopersmith1-2/+10
2012-07-16Use C99 designated initializers in RandR 1.4 extension EventsAlan Coopersmith1-23/+24
2012-07-16Use C99 designated initializers in RandR 1.4 extension RepliesAlan Coopersmith3-44/+55
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-4/+1
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-4/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith4-85/+73
2012-07-09Use C99 designated initializers in randr RepliesAlan Coopersmith7-159/+204
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-07-09ProcRRListOutputProperties: skip atom walk if the list is emptyAlan Coopersmith1-5/+7
2012-07-09ProcRRGetScreenInfo: swap configTimestamp as wellAlan Coopersmith1-0/+1
2012-07-09Bug 51375: Xorg doesn't set status for RRGetOutputInfoJaroslav Šmíd1-0/+1
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith3-19/+26
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith7-27/+26
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie3-1/+62
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie3-1/+65