summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-07dix/xf86: initial offload slave tracking (v1.1)Dave Airlie1-0/+7
2012-07-07randr: add output source setupDave Airlie3-2/+66
2012-07-07randr: hook up output slave to screen resources returnDave Airlie1-0/+169
2012-07-07randr: check the screen size bounds against the masterDave Airlie1-2/+12
2012-07-07randr: fix tellchanged to work with slave scanoutsDave Airlie1-7/+19
2012-07-07randr: fixup constrain to work with slave screens.Dave Airlie1-11/+46
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie2-0/+183
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 Airlie6-3/+1163
2012-06-29randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatchAaron Plattner1-1/+1
2012-06-28randr: Catch two more potential unset rrScrPriv usesKeith Packard2-1/+5
2012-06-28randr: first check pScrPriv before using the pointer at RRFirstOutputRicardo Salveti de Araujo1-0/+3
2012-06-21randr: Clean up compiler warnings about unused and shadowing variablesKeith Packard4-16/+13
2012-06-20randr: Don't recurse into mieqProcessInputEvents() from RRTellChanged().Andy Ritger1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-3/+3
2012-05-14randr: Remove redundant declaration.Michal Suchanek2-19/+7
2012-03-21Introduce a consistent coding styleKeith Packard14-3792/+3519
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-1/+1
2011-11-03randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPositionRui Matos1-19/+10