summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-04-23Xwin: Simplify screen option processingJon TURNEY5-487/+158
2010-04-23xfree86: track screens' installed colormaps as screen privatesTiago Vignatti3-33/+32
2010-04-23fb: track screens' installed colormaps as screen privates.Jamey Sharp2-23/+22
2010-04-23xfree86: use screen privates for exclusive DGA clientsJamey Sharp1-33/+37
2010-04-23xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+15
2010-04-21xfree86: fix not reached code in fi1236 driver from i2cTiago Vignatti1-4/+0
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard5-23/+7
2010-04-21Xvfb: Usage message typo fix.Keith Packard1-1/+1
2010-04-21Restore some unused win32 debug code accidentally removed with unifdefKeith Packard2-0/+13
2010-04-21xfree86: fix not reached code in tty codeTiago Vignatti1-5/+0
2010-04-21xfree86: check for NULL pointer before dereferences it in parser codeTiago Vignatti1-2/+5
2010-04-21xfree86: fix not reached code in parserTiago Vignatti1-2/+2
2010-04-21Death to Multibuffer extensionTiago Vignatti2-14/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard30-160/+1
2010-04-18Merge remote branch 'whot/for-keith'Keith Packard1-4/+4
2010-04-16DRI2: Track DRI2 drawables as resources, not privatesKristian Høgsberg2-123/+38
2010-04-16xf86ScaleAxis: support for high resolution devicesBenjamin Tissoires1-4/+4
2010-04-15Merge remote branch 'whot/for-keith'Keith Packard1-0/+6
2010-04-16vfb: add a name and type to the pointer and keyboardJulien Cristau1-0/+6
2010-04-15XQuartz GLX: Don't let garbage enter our pixel requestJeremy Huddleston1-1/+1
2010-04-15XQuartz: Localization updateJeremy Huddleston73-1177/+4563
2010-04-12Merge remote branch 'jeremyhu/master'Keith Packard12-1186/+877
2010-04-11XQuartz: Add a GUI preference for the Alt / Mode_switch toggleJeremy Huddleston3-1084/+712
2010-04-11XQuartz: Customize the NSDefaults id in the man file.Jeremy Huddleston2-19/+21
2010-04-11XQuartz: Add a defaults option to toggle Alt / Mode_switchJeremy Huddleston9-64/+104
2010-04-11XQuartz: Blacklist some oddball legacy Mac keycodes that break wineJeremy Huddleston1-20/+41
2010-04-11xfree86: Fix priority ordering for ignoring input classesDan Nicholson1-7/+12
2010-04-07Merge remote branch 'whot/for-keith'Keith Packard5-33/+73
2010-04-08xfree86: remove dead input drivers from xorg.conf man page.Peter Hutterer1-9/+0
2010-04-08xfree86: Search for a system xorg.conf.dDan Nicholson2-2/+22
2010-04-08xfree86: Set a saner search path for xorg.conf.dDan Nicholson2-30/+8
2010-04-08xfree86: Document how -configdir affects the xorg.conf.d search pathDan Nicholson1-1/+35
2010-04-08xfree86: Allow adding sysconfdir and datadir to config search pathsDan Nicholson2-1/+17
2010-04-08Don't keep a pointer to a possibly freed cursor when changing screens, preven...Pierre-Loup A. Griffais1-0/+1
2010-04-07Convert x86emu fixed size int typedefs to use stdint typesAlan Coopersmith1-33/+9
2010-04-06Merge remote branch 'jbarnes/master'Keith Packard3-57/+134
2010-04-02xfree86: die gracefully in the vga arbiter if AddScreen failsTiago Vignatti1-0/+2
2010-04-01Bump bundle version to 2.5.1Jeremy Huddleston1-2/+2
2010-04-01darwin: Correct inline assembly for ___crashreporter_info__Jeremy Huddleston1-1/+1
2010-03-29Remove now obsolete function chooseVideoDriverRuediger Oertel1-25/+0
2010-03-29xfree86: Handle driver autoconfiguration when .conf files existRuediger Oertel1-6/+82
2010-03-29Merge remote branch 'jeremyhu/master'Keith Packard5-17/+19
2010-03-29Merge remote branch 'whot/for-keith'Keith Packard2-10/+1
2010-03-29GLX/DRI2: expose swap control extensions if DDX support is presentJesse Barnes2-0/+10
2010-03-29DRI2: prevent swap wakes from waking MSC waitersJesse Barnes2-11/+27
2010-03-29DRI2: handle swapsPending betterJesse Barnes1-1/+2
2010-03-29DRI2: throttle swaps at submission time tooJesse Barnes1-0/+7
2010-03-29DRI2: advertise lowest supported DRI2 protocol versionJesse Barnes3-2/+17
2010-03-29DRI2: handle swap_interval of 0 correctlyJesse Barnes1-2/+2
2010-03-29DRI2: drawable lifetime fixesJesse Barnes1-12/+22