summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-26xfree86: Remove DisplayID supportAdam Jackson4-508/+0
2014-09-26xfree86: Remove useless back-pointer to pScrn from colormap codeAdam Jackson1-26/+20
2014-09-26xfree86: Remove spurious xf86ConfigErrorAdam Jackson1-36/+12
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson8-23/+0
2014-09-26xfree86: Remove xv clip notify driver hookAdam Jackson3-8/+0
2014-09-26mi: Remove Windows 8-bpp colormap compatibilityAdam Jackson1-44/+0
2014-09-26loader: Deobfuscate RTLD_* macro stuffAdam Jackson1-20/+2
2014-09-22os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]Keith Packard4-0/+65
2014-09-22Require xtrans 1.3.5 or newerKeith Packard1-1/+1
2014-09-22XSERVER_DTRACE needs request names from registry tooKeith Packard1-1/+1
2014-09-18xserver: Move 'pragma GCC diagnostic' outside functionsJon TURNEY3-10/+13
2014-09-18glamor: Remove shader-based trapezoid implementation. Fixes Bug 76213.Keith Packard3-1684/+36
2014-09-18glamor: Check large pixmap users in glamor_largepixmap.cKeith Packard1-2/+0
2014-09-18glamor: Handle compositing from large to small pixmapsKeith Packard1-4/+13
2014-09-18glamor: Don't abuse large_pixmap members for regular pixmapsKeith Packard1-16/+21
2014-09-18glamor: Add macro __glamor_large in glamor_largepixmap.cKeith Packard1-13/+21
2014-09-18glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inlineKeith Packard3-14/+15
2014-09-18present: Clear pending flip pixmaps at CloseScreenKeith Packard1-3/+4
2014-09-18present: Support PresentOptionCopyKeith Packard1-1/+4
2014-09-18Build required portions of registry.c automatically [v2]Keith Packard5-65/+74
2014-09-18dix: Close protocol.txt after we're done loading extension namesKeith Packard3-0/+7
2014-09-18test: Only build hashtable tests if building X-Resource extensionKeith Packard1-1/+4
2014-09-18ephyr: Properly implement hardware cursors (v3)Adam Jackson7-81/+296
2014-09-18loader: Remove compatibility with ancient XFree86 version numberingAdam Jackson1-37/+9
2014-09-18xwayland: always include drm.xml in tarballsJulien Cristau1-2/+2
2014-09-17Merge remote-tracking branch 'anholt/modesetting-import'Keith Packard10-1/+3101
2014-09-17Update help text since -iglx is now the defaultJon TURNEY1-2/+2
2014-09-16modesetting: Drop remaining old-xserver compatibility.Eric Anholt3-24/+3
2014-09-16modesetting: Drop use of compat-api.hEric Anholt4-125/+21
2014-09-16modesetting: Connect the driver to the build.Eric Anholt6-9/+49
2014-09-16xfree86: Clean up some more alpha awarenessvidmem-cleanupAdam Jackson8-375/+2
2014-09-16xfree86: Remove the memory of MTRR awarenessAdam Jackson7-154/+0
2014-09-16xfree86: Remove xf86CheckMTRRAdam Jackson2-83/+0
2014-09-16xfree86: Remove xf86ReadBIOSAdam Jackson13-497/+1
2014-09-16int10: Port off xf86ReadBIOSAdam Jackson2-3/+32
2014-09-16xfree86: Remove xf86LinearVidMemAdam Jackson11-35/+2
2014-09-16xfree86: Remove {set,undo}WC from VidMemInfoAdam Jackson4-619/+2
2014-09-16xfree86: Remove xf86{Map,Unmap}VidMemAdam Jackson11-1302/+2
2014-09-15modesetting: Update for the platform device API change.Eric Anholt1-4/+4
2014-09-15modesetting: Drop use of "pointer" for "void *"Eric Anholt2-5/+5
2014-09-15modesetting: xserver already checks XEXTPROTO >= 7.2.99.901.Eric Anholt1-6/+0
2014-09-15modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTEric Anholt3-37/+2
2014-09-15modesetting: Merge modesetting's COPYING into the xserver's.Eric Anholt2-44/+24
2014-09-11xwayland: Snap damage reports to the bounding boxAdam Jackson1-9/+4
2014-09-11xwayland: Implement throttling for surfaces based on the frame eventJasper St. Pierre2-5/+31
2014-09-11xwayland-input: Fix a crasher for a race with the Wayland compositorJasper St. Pierre1-0/+9
2014-09-11glamor: Make glyph mask cache per-screenMichel Dänzer2-36/+37
2014-09-11glamor: Track glyph caching information per screenMichel Dänzer1-10/+13
2014-09-11glamor: Move 'glyph caches realized' check to glamor_realize_glyph_cachesMichel Dänzer2-10/+7
2014-09-11glamor: Call glamor_glyphs_init from glamor_create_screen_resourcesMichel Dänzer1-1/+5