summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-15debug output format fix in xf86Helper.cdebug-output-format-fixesJon TURNEY1-1/+1
2015-07-15debug output format fix in TouchEventHistoryPush()Jon TURNEY1-1/+1
2015-07-15debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-1/+1
2015-07-15debug output format fix in DRISwapContext()Jon TURNEY1-1/+1
2015-07-15debug output format fix in TI.cJon TURNEY1-1/+1
2015-07-15debug output format fix in xf86Events.cJon TURNEY1-1/+1
2015-07-15debug output format fix in RRMonitorCrtcName()Jon TURNEY1-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
2015-07-02glamor: Move doxygen for private structs into the structs.Eric Anholt1-94/+55
2015-07-02glamor: Drop the dead "PBO" field in an FBO cache struct.Eric Anholt2-4/+0
2015-07-02glamor: Remove dead gl_tex flag in the fbo struct.Eric Anholt2-8/+0
2015-07-02glamor: Propagate the fact that pbo_valid is never set.Eric Anholt2-18/+2
2015-06-29glamor: Avoid using GL_QUADS on VC4.Eric Anholt3-1/+11
2015-06-29glamor: Use proper Bools for some boolean values.Eric Anholt1-9/+9
2015-06-29glamor: Provide a fallback path for using an index buffer to do quads.Eric Anholt3-3/+74
2015-06-29glamor: Use GL_EXT_map_buffer_range if present.Eric Anholt1-1/+2
2015-06-29glamor: Use the normal GL_QUADS drawing helper in the render code.Eric Anholt3-51/+7
2015-06-29glamor: Drop CloseScreen-time GL resource cleanup code.Eric Anholt6-62/+0
2015-06-29glamor: Fix text rendering on GLES2.Eric Anholt1-1/+1
2015-06-29Fix border tile origin when background is ParentRelativePeter Harris1-4/+9