summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith10-10/+10
2010-12-07Fix GLX_LIBS vs. DMX_LIBS order.Cyril Brulebois1-1/+1
2010-12-06Bump extension ABI to 5James Jones1-1/+1
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard2-31/+80
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard1-2/+2
2010-12-06DIX is responsible for ref counting scanout pixmaps.Keith Packard1-4/+0
2010-12-06randr: Add per-crtc pixmapsKeith Packard3-4/+109
2010-12-06hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigsKeith Packard2-28/+163
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+1
2010-12-06randr: Add sprite position transformsKeith Packard5-12/+97
2010-12-06Replace huge argument list in xf86CrtcSetModeTransform with structKeith Packard3-65/+115
2010-12-06Merge remote branch 'jajones/for-keith'Keith Packard1-0/+4
2010-12-06Merge remote branch 'whot/for-keith'Keith Packard5-22/+38
2010-12-06Merge remote branch 'jeremyhu/master'Keith Packard4-12/+52
2010-12-06Merge remote branch 'alanc/master'Keith Packard9-25/+29
2010-12-06Create/Destroy/Trigger/Reset/Query Fence Sync objsJames Jones1-0/+1
2010-12-06Add fence sync driver interfaceJames Jones1-0/+3
2010-12-07xfree86: use xf86AllocateInput() for xorg.conf devices too.Peter Hutterer3-2/+3
2010-12-07xfree86: don't overwrite option list (#32115)Peter Hutterer1-1/+2
2010-12-07xfree86: add option "Floating", deprecate SendCoreEvents and friends.Peter Hutterer3-19/+33
2010-12-03XQuartz: RandR: Fix mode changing for multi-monitor configurations.Jeremy Huddleston1-10/+13
2010-12-03XQuartz: Cleanup some compiler warningsJeremy Huddleston1-1/+1
2010-12-03XQuartz: Remove one more backing store leftoverJeremy Huddleston1-1/+1
2010-12-03XQuartz: Disable the Mac OS X screensaver when in full screen modeJeremy Huddleston1-0/+37
2010-12-02Merge remote branch 'vsyrjala/xv_reput'Keith Packard5-107/+175
2010-12-01Fix screen number checks.Cyril Brulebois3-5/+5
2010-12-01DGA: fix screen number checkJulien Cristau1-23/+23
2010-11-30FindModuleInSubdir: Stop allocating one more byte than neededAlan Coopersmith1-3/+3
2010-11-30xf86VIDrvMsgVerb: print args, not format stringAlan Coopersmith1-1/+1
2010-11-30xf86AutoConfig: make copyScreen memory allocation & error handling more saneAlan Coopersmith1-5/+15
2010-11-30xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdupAlan Coopersmith1-4/+2
2010-11-30xf86OutputRename: Replace another strlen/malloc/strcpy set with strdupAlan Coopersmith1-3/+1
2010-11-30Fix compiler warnings in hw/xfree86/os-support/solarisAlan Coopersmith3-8/+6
2010-11-30Move xchomp inside #ifdef __linux__Alan Coopersmith1-1/+1
2010-11-30Merge remote branch 'ajax/for-keithp'Keith Packard26-879/+26
2010-11-30Merge remote branch 'aplattner/for/keith'Keith Packard1-19/+43
2010-11-30xfree86: Bump classic driver default to 1024x768Adam Jackson1-5/+16
2010-11-30xfree86: Remove the xf8_16bpp overlay moduleAdam Jackson6-142/+2
2010-11-30vbe: Refuse to believe tiny (or negative) panel sizes from PanelIDAdam Jackson1-0/+5
2010-11-30xfree86: Remove unused xf86PixmapKeyRecAdam Jackson3-6/+1
2010-11-30dix: Remove the backing store leftoversAdam Jackson8-50/+0
2010-11-30render: repack PictureRecAdam Jackson1-2/+0
2010-11-30xfree86: Fix rotation of 2-color non-interleaved cursor imagesAaron Plattner1-19/+43
2010-11-30linux: Refactor VT switch on {re,}generation and shutdownAdam Jackson1-24/+14
2010-11-30xfree86: Remove dead ifdefs from VT switchingAdam Jackson1-15/+0
2010-11-30linux: Don't muck about with tty permissionsAdam Jackson1-62/+0
2010-11-30xfree86: Remove os-support/sysvAdam Jackson4-569/+1
2010-11-30linux: Remove redundant variableAdam Jackson1-5/+3
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson2-4/+0
2010-11-26xfree86/xv: Provide a ModeSet hookVille Syrjälä2-0/+25