summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-02glamor: Drop unused box translation/bounds code.glamor-rgba-8Eric Anholt1-39/+0
2015-07-02glamor: Move cache_format to glamor_fbo.c, where it's used.Eric Anholt2-15/+15
2015-07-02glamor: Drop another dead function.Eric Anholt1-7/+0
2015-07-02glamor: Take transforms into account when preparing for a fallback.Eric Anholt1-2/+9
2015-07-02glamor: Drop dead drm_stride field.Eric Anholt1-1/+0
2015-07-02glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt6-123/+5
2015-07-02glamor: Use the actual picture's format when uploading memory pixmaps.Eric Anholt1-27/+13
2015-07-02glamor: Move glamor_render.c pict handling to glamor_picture.cEric Anholt3-877/+870
2015-07-02glamor: Drop dead glamor_upload_bits_to_pixmap_texture() proto.Eric Anholt1-9/+0
2015-07-02glamor: Use the new upload/download interface for XV uploads.Eric Anholt3-19/+25
2015-07-02glamor: Ignore picture formats when choosing color for core rendering.Eric Anholt1-10/+1
2015-07-02glamor: Use 32-bit for 8-bit pixmaps if we would fall back otherwise.Eric Anholt3-0/+27
2015-07-02xserver: fix build with glamor disabled.Dave Airlie3-2/+7
2015-07-02glamor: Use GL_ARB_debug_output to log GL errors.Eric Anholt1-0/+41
2015-07-02glamor: Add an assert to catch the previous bug.Eric Anholt1-0/+2
2015-07-02glamor: Fix bad rendering of glyphs after an a1 glyph upload.Eric Anholt1-30/+37
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
2015-06-29Merge remote-tracking branch 'airlied/for-keithp'Keith Packard25-127/+821
2015-06-29Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard5-53/+148
2015-06-29Merge remote-tracking branch 'anholt/glamor-next'Keith Packard2-11/+13
2015-06-29Merge remote-tracking branch 'whot/for-keith'Keith Packard4-27/+59
2015-06-30modesetting: Implement page flipping support for Present.Kenneth Graunke5-7/+485
2015-06-30modesetting: don't try and load dri2Dave Airlie1-1/+0
2015-06-30modesetting: drop unused struct in vblank.cDave Airlie1-5/+0
2015-06-30modesetting: Implement an ms_drm_abort_seq() function.Kenneth Graunke2-0/+17
2015-06-30glamor: Add a new glamor_gbm_bo_from_pixmap() function.Jason Ekstrand2-8/+70
2015-06-30modesetting: Make ms_crtc_on non-static.Kenneth Graunke2-1/+3
2015-06-30modesetting: Improve the ms_flush_drm_events() API.Kenneth Graunke1-4/+19
2015-06-30modesetting: reverse prime support (v1.1)Dave Airlie3-9/+86