summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-16hw/xwin: Remove a pointless OS version check in winInstallKeyboardHookLL()Jon TURNEY1-18/+0
2012-07-16hw/xwin: Remove winClipboardDetectUnicodeSupport()Jon TURNEY7-100/+8
2012-07-16hw/xwin: Consolidate duplicated code as getHwnd() functionJon TURNEY1-30/+33
2012-07-16hw/xwin: Correct function name in log messageJon TURNEY1-2/+3
2012-07-16hw/xwin: Tidy up some more pointless output which is always emittedJon TURNEY1-4/+4
2012-07-16hw/xwin: RANDR resize didn't occur when screen window was maximized or restoredColin Harrison1-0/+7
2012-07-16hw/xwin: Bug fixes for screen sizing when the screen window is on a non-prima...Jon TURNEY5-34/+94
2012-07-16hw/xwin: Tidy up some pointless output which is always emittedJon TURNEY7-16/+16
2012-07-16hw/xwin: Don't bother reporting XORG_VERSION_CURRENTJon TURNEY2-5/+4
2012-07-12xf86: include xf86platformBus.h in xf86AutoConfig.cDave Airlie1-0/+1
2012-07-13glx: Fix checking GL versionBartosz Brachaczek1-1/+1
2012-07-13glx/dri2: don't return NULL in a function with no return.Dave Airlie1-1/+1
2012-07-13glx/dri2: use correct define from dri attribs.Dave Airlie1-1/+1
2012-07-13glx/dri2: fix incorrect == vs =Dave Airlie1-1/+1
2012-07-13glx/dri2: fix typo in the notification reset for robustness.Dave Airlie1-1/+1
2012-07-13glx: pass screen into the convert functionDave Airlie1-2/+3
2012-07-12xtest: add extinit.h for SyncExtensionInitDave Airlie1-0/+1
2012-07-12Merge remote-tracking branch 'jturney/xwin-extmod-removal-fixes'Keith Packard3-7/+21
2012-07-12glx: Free DRI2 drawable reference to destroyed GLX drawable.Michel Dänzer1-2/+6
2012-07-12dri2: Add DRI2CreateDrawable2.Michel Dänzer2-2/+20
2012-07-12Restore GLX extension to XWinJon TURNEY1-3/+20
2012-07-12Merge remote-tracking branch 'jeremyhu/master'Keith Packard2-2/+5
2012-07-12sdksyms: Fix build with --disable-xvDaniel Stone1-0/+2
2012-07-12Restore extern to the declaration of __glXDRISWRastProviderJon TURNEY1-1/+1
2012-07-12Revert bogus GlxPushProvider() in commit a1d41e3Jon TURNEY1-3/+0
2012-07-11XQuartz: Re-add prototype for DRIExtensionInitJeremy Huddleston1-0/+3
2012-07-11XQuartz: Fix build failure due to incorrect PseudoramiXExtensionInit prototypeJeremy Huddleston1-1/+1
2012-07-11XQuartz: Silence an unused-variable warningJeremy Huddleston1-1/+1
2012-07-11xfree86: Strip dangling pointers from desiredModeMaarten Lankhorst4-4/+21
2012-07-10AllocDevicePair: Ensure XKB privates are initialisedDaniel Stone2-2/+2
2012-07-10Sync: Always initialise system counter listDaniel Stone1-2/+2
2012-07-10ProcGetPointerMapping uses rep.nElts before it is initializedKeith Packard1-3/+5
2012-07-10Version 1.12.99.901 (1.13 RC1)Keith Packard1-2/+2
2012-07-10Merge branch 'local-fixes'Keith Packard6-2/+33
2012-07-10GE: Remove unused RT_GECLIENTDaniel Stone1-2/+0
2012-07-10XFree86: os-support: Remove unused xf86MakeNewMappingDaniel Stone2-15/+0
2012-07-10Xinerama: Reset Composite request vector on closeDaniel Stone1-0/+3
2012-07-10XvMC: Remove unused XvMCGenerationDaniel Stone1-2/+0
2012-07-10Render: Remove unused glyphDepthsDaniel Stone1-2/+0
2012-07-10Xi: Remove dead Device{Enter,Leave}WindowMaskDaniel Stone1-4/+2
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone3-17/+1
2012-07-10XKB: Geom: Remove unused codeDaniel Stone2-146/+0
2012-07-10Remove XAADaniel Stone53-24270/+28
2012-07-10Remove last renmants of XFree86LOADER defineDaniel Stone3-7/+1
2012-07-10Remove unused setupFunc from extensionsDaniel Stone5-43/+30
2012-07-10Replace NO_HW_ONLY_EXTS with Xorg DDX testDaniel Stone3-4/+1
2012-07-10Unify miinitext.cDaniel Stone2-122/+2
2012-07-10Remove Xorg-specific extensions from non-Xorg miinitextDaniel Stone1-26/+1
2012-07-10Quartz: Move PseudoramiX initialisation to DDXDaniel Stone2-5/+19
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone5-107/+86