summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson13-42/+54
2015-07-08mi: Remove questionable optimization from the rootless pathAdam Jackson1-3/+0
2015-07-08fb: Make rootless-agnosticAdam Jackson1-5/+0
2015-07-08rootless: Build unconditionallyAdam Jackson1-8/+1
2015-07-08rootless: Genericize the config header a bitAdam Jackson1-15/+4
2015-07-08dix: unifdef pWin->rootlessUnhittableAdam Jackson4-15/+7
2015-07-08xfixes: Unexport xfixes.hAdam Jackson3-8/+3
2015-07-08vidmode: Hide implementation detailsAdam Jackson4-44/+39
2015-07-08xge: Hide some implementation detailsAdam Jackson3-9/+7
2015-07-08dga: Hide a bunch of implementation detailsAdam Jackson3-76/+28
2015-07-08xfree86: Hide some pre-randr mode validation detailsAdam Jackson3-92/+5
2015-07-08render: Hide/unexport some implementation detailsAdam Jackson7-135/+43
2015-07-08randr: Unexport some implementation detailsAdam Jackson1-5/+5
2015-07-08dix: Unexport various implementation detailsAdam Jackson16-403/+358
2015-07-08dri3: static cleanupAdam Jackson2-4/+1
2015-07-08dri3: Remove unbuilt dri3_event.cAdam Jackson1-163/+0
2015-07-08parser: static cleanupAdam Jackson5-164/+158
2015-07-08present: static cleanupAdam Jackson3-5/+3
2015-07-08dmx: Fix the buildAdam Jackson1-1/+1
2015-07-08prime: add rotation support for offloaded outputs (v2)Dave Airlie8-73/+197
2015-07-08Merge remote-tracking branch 'ofourdan/for-keith'Keith Packard1-1/+1
2015-07-07hw/xwin: printf format fixes for Pixel typeJon TURNEY1-4/+4
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY4-10/+10
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY5-34/+36
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY10-30/+33
2015-07-07hw/xwin: printf format fixes in xevents.cJon TURNEY1-5/+5
2015-07-07hw/xwin: printf format fix in winProcessXEventsTimeout()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fix in winCreateDefColormap()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes in winAllocatePrivates()Jon TURNEY1-2/+2
2015-07-07hw/xwin: printf format fixes in winConfigKeyboard()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for XID typeJon TURNEY3-12/+15
2015-07-07hw/xwin: printf format fixes for HWND typeJon TURNEY2-4/+4
2015-07-07hw/xwin: Ensure format warnings in winclipboard/Jon TURNEY1-2/+2
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY4-25/+18
2015-07-06Instead of one glTexSubImage2D call for each glyph.Michel Dänzer1-12/+25
2015-07-06mi: fix typo in warning about overflowing queueJulien Cristau1-1/+1
2015-07-06xserver: fix build with glamor disabled.Dave Airlie3-2/+7
2015-07-06glamor: Use GL_ARB_debug_output to log GL errors.Eric Anholt1-0/+41
2015-07-06glamor: Add an assert to catch the previous bug.Eric Anholt1-0/+2
2015-07-06glamor: Fix bad rendering of glyphs after an a1 glyph upload. (v3)Keith Packard1-25/+38
2015-07-02glamor: Use ARRAY_SIZE in a couple more places for consistency.Eric Anholt2-8/+3
2015-07-02glamor: Mark a bunch of single-file data static.Eric Anholt3-6/+6
2015-07-02glamor: Make a bunch of single-file glamor functions static.Eric Anholt3-27/+9
2015-07-02glamor: Drop dead glamor_es2_pixmap_read_prepare().Eric Anholt2-76/+0
2015-07-02glamor: Restore the hook to glamor_composite_rectangles().Eric Anholt1-1/+1
2015-07-02glamor: Fix up some weird formatting in _glamor_create_fbo_array().Eric Anholt1-2/+2
2015-07-02glamor: Drop a redundant check.Eric Anholt1-2/+1
2015-07-02glamor: Simplify some temp pixmap extents calculations.Eric Anholt1-9/+7
2015-07-02glamor: Drop a dead flag to glamor_create_fbo_array().Eric Anholt1-26/+13
2015-07-02glamor: Drop dead GLAMOR_FBO_DOWNLOADED flag.Eric Anholt2-6/+0