summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-7/+7
2013-10-30randr: send RRResourceChangeNotify eventMichal Srb1-0/+4
2013-10-30randr: send RRProviderChangeNotify eventMichal Srb1-0/+4
2013-04-30randr: don't directly set changed bits in randr screenDave Airlie1-0/+4
2013-03-01randr: cleanup provider properlyDave Airlie1-0/+6
2013-02-08randr: bump advertised RandR version to 1.4Dave Airlie1-1/+1
2012-11-05randr: export more provider property symbolsYaakov Selkowitz1-0/+8
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-4/+0
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie1-0/+3
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie1-0/+10
2012-07-07randr: add output source setupDave Airlie1-0/+8
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie1-0/+12
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie1-1/+97
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-1/+1
2012-05-14randr: Remove redundant declaration.Michal Suchanek1-19/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-363/+318
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-03-14randr: Add RRConstrainCursorHarderAdam Jackson1-0/+4
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard1-42/+21
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-90/+0
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard1-45/+3
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard1-4/+2
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-4/+0
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-0/+4
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard1-2/+4
2010-12-06randr: Add per-crtc pixmapsKeith Packard1-3/+45
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+90
2010-12-06randr: Add sprite position transformsKeith Packard1-21/+42
2010-10-18randr: Remove mirandrAdam Jackson1-37/+0
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste1-0/+18
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+4
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-3/+3
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2009-11-09randr: Fill in errorValue when verifying outputs/crtcs/modesAdam Jackson1-3/+9
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-9/+23
2009-01-30randr: Avoid re-querying the configuration on everything but GetScreenResources.Eric Anholt1-1/+1
2009-01-05 Update sdk headers to export new symbols.Paulo Cesar Pereira de Andrade1-2/+2
2009-01-05RandR: Only export Xinerama symbols when building Xinerama supportDaniel Stone1-0/+2
2008-12-17randr: Improve per-crtc gamma support.Maarten Maathuis1-0/+12
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson1-0/+8
2008-12-04randr: Protocol bits for panning supportMatthias Hopf1-0/+19
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-101/+102
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-12/+0
2008-11-26Add server support for RRGetScreenResourcesCurrentKeith Packard1-0/+3
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard1-19/+3
2008-11-24Allow drivers to set crtc transforms.Keith Packard1-2/+2
2008-11-24Handle RandR transform matrices in floating point.Keith Packard1-11/+16
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard1-0/+7
2008-11-24Pass filter kernel size through transformsKeith Packard1-0/+2
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard1-9/+18