summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2008-11-24Update RandR global transform when driver notifies of transform change.Keith Packard1-0/+9
2008-11-24Export rrtransform.h as needed by randrstr.hKeith Packard1-1/+1
2008-11-24rrtransform needs randrstr to get RANDR_INTERFACE definesKeith Packard1-0/+1
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard7-244/+350
2008-11-24Allow drivers to set crtc transforms.Keith Packard2-24/+36
2008-11-24Handle RandR transform matrices in floating point.Keith Packard2-54/+109
2008-11-24Eliminate inverse matrix from randr transform protocolKeith Packard1-2/+0
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard2-2/+20
2008-11-24Compute matrix inversion instead of using wire version in RRCrtcTransformSetKeith Packard1-3/+2
2008-11-24Pass filter kernel size through transformsKeith Packard2-10/+20
2008-11-24Use transform when computing scanout size of modesKeith Packard1-32/+40
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard2-49/+217
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard4-3/+273
2008-11-24Add projective transforms to RandR DIX/DDX API.Keith Packard2-0/+33
2008-11-08Remove some null statements.James Cloos2-2/+2
2008-10-16RANDR: Fix output property event delivery.Pierre Willenbrock1-0/+6
2008-10-06RANDR: Delivery output property events.Keith Packard1-6/+32
2008-10-03const cleanupAdam Jackson1-1/+1
2008-09-21Fix panoramiX request and reply swappingPeter Harris1-4/+14
2008-09-10Drop a reference to user mode after createKeith Packard1-1/+2
2008-09-08Revert "randr: fix user mode create initial reference count"Zhenyu Wang1-0/+5
2008-09-03randr: fix user mode create initial reference countZhenyu Wang1-5/+0
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-2/+4
2008-08-21Add swapped dispatch for randr 1.2 requestsJulien Cristau3-69/+215
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-2/+0
2008-07-31OutputPropertyNotifyMask is a valid thing to select for.Tomas Carnecky1-1/+2
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson2-12/+2
2008-06-15randr: remove superfluous check against uninitialised variable.Peter Hutterer1-4/+1
2008-06-13Fix "warning: no previous prototype for ‘miRROutputGetProperty’".Eamon Walsh1-0/+5
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer5-10/+40
2008-03-17Make xf86SetDesiredModes aware of current output configurationJesse Barnes1-0/+1
2008-03-12Return randr interface version in xf86CrtcScreenInit()Matthias Hopf1-0/+2
2008-03-06Allow RandR get output property to call into driversJesse Barnes3-6/+34
2008-03-01clean some "unused" warningsGeorge Sapountzis1-1/+0
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-3/+3
2008-01-03Merge branch 'master' into mpxPeter Hutterer5-28/+18
2007-11-20Revert "registry: Register RANDR extension protocol names."Eamon Walsh1-68/+0
2007-11-20Revert "registry: Register XINERAMA extension protocol names."Eamon Walsh1-21/+5
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh2-1/+3
2007-11-18Bug #12531: RRModesForScreen can fail to allocate.Jernej Azarija1-0/+2
2007-11-15Allocate RRCrtcRecs with calloc.Adam Jackson1-1/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+2
2007-11-12Only clear crtc of output if it is the one we're actually working on.Matthias Hopf1-1/+2
2007-11-07Merge branch 'master' into mpxPeter Hutterer4-13/+17
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05RandR: Remove usage of allocaDaniel Stone1-2/+2
2007-10-15registry: Add some missing #include's.Eamon Walsh3-0/+3
2007-10-15registry: Register RANDR extension protocol names.Eamon Walsh1-0/+68
2007-10-15registry: Register XINERAMA extension protocol names.Eamon Walsh1-5/+21
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh3-8/+2