summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh3-11/+15
2007-09-15Initialize output->pendingProperties.Tilman Sauerbeck1-0/+1
2007-09-05randr: RRPointerScreenConfigured needs to move all pointers.Peter Hutterer1-14/+23
2007-08-31[RANDR] Don't mark Xinerama as active if no crtcs are enabled. (bug #11504).Adam Jackson1-7/+7
2007-08-31[RANDR] Compare only milliseconds of config time. (Bug #6502)Marius Gedminas1-4/+7
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh2-18/+8
2007-08-12Merge branch 'master' into mpxPeter Hutterer5-22/+15
2007-08-08RRScanOldConfig cannot use RRFirstOutput before output is configured.Keith Packard1-1/+1
2007-08-07RRScanOldConfig wasn't getting crtcs set correctlyKeith Packard1-3/+4
2007-08-07Decrement mode count when removing RandR output mode.Keith Packard1-0/+1
2007-07-31Fix a crash when rotating the screen.Aaron Plattner1-3/+6
2007-07-25Fix the output->crtc initialization in the old randr setupGustavo Pichorim Boiko1-0/+1
2007-07-23Set the crtc before the output change is notifiedGustavo Pichorim Boiko4-15/+2
2007-07-14Screen size bounds check in ProcRRSetCrtcConfig not masking out reflections.Keith Packard1-1/+1
2007-06-19Merge branch 'master' into mpxPeter Hutterer2-3/+10
2007-05-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie2-3/+10
2007-04-27Merge branch 'master' into mpxPeter Hutterer2-2/+12
2007-04-26Enable event delivery for multiple heads.Paulo Ricardo Zanoni1-1/+7
2007-04-25Disable RANDR's fake Xinerama protocol when there's more than one screen.Adam Jackson1-0/+8
2007-04-16RandR 1.2 spec says CRTC info contains screen-relative geometry.Keith Packard1-2/+4
2007-04-12Merge branch 'master' into mpxPeter Hutterer1-8/+23
2007-04-10Rotate screen size as needed from RandR 1.1 change requests.Keith Packard1-3/+10
2007-04-03Swap RRScreenChangeNotifyEvent dimensions when the screen has one crtc and it...Aaron Plattner1-5/+13
2007-04-02Merge branch 'master' into mpxPeter Hutterer9-268/+608
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard6-147/+138