summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2015-07-06Instead of one glTexSubImage2D call for each glyph.Michel Dänzer1-12/+25
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-29Merge remote-tracking branch 'airlied/for-keithp'Keith Packard4-31/+138
2015-06-30glamor: Add a new glamor_gbm_bo_from_pixmap() function.Jason Ekstrand2-8/+70
2015-06-30glamor: egl: add function to back a pixmap with a dma-buf. (v1.1)Dave Airlie2-15/+53
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie4-8/+15
2015-06-19glamor: Don't try to disable attrib divisors without the extension.Eric Anholt1-2/+4
2015-06-19glamor: Skip actual FBO setup in our glyph atlas.Eric Anholt1-1/+2
2015-06-19glamor: Clean up some declarations in glyph rendering.Eric Anholt1-7/+4
2015-06-19glamor: Actually allow glyphs of dimension 65 to 128 in the cache.Eric Anholt1-1/+3
2015-06-02glamor: don't do render ops with matching source/dest (v3)Dave Airlie2-1/+17
2015-05-14glamor: Replace CompositeGlyphs code [v2]Keith Packard9-1978/+589
2015-05-14glamor: Adapt glamor_program API to handle render accelerationKeith Packard8-30/+347
2015-05-14glamor: Compute GLSL version from GL_SHADING_LANGUAGE_VERSION (v3)Keith Packard1-9/+39
2015-05-14glamor: Remove destination drawable argument from glamor_set_textureKeith Packard2-8/+4
2015-05-14glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard7-17/+16
2015-05-12glamor: fix build when DRI3 is not definedJonathan Gray1-1/+5
2015-05-12glamor: remove const from the return type of glamor_get_drawable_location()Jonathan Gray2-2/+2
2015-04-21Convert glamor & glx to new *allocarray functionsAlan Coopersmith6-11/+11
2015-03-24glamor: * 1/size is faster than / size in VSKeith Packard4-17/+17
2015-03-24glamor: Fix up indentationAdam Jackson1-7/+7
2015-03-24glamor: Perform texture2D() separately from swizzle.Matt Turner1-12/+14
2015-03-24glamor: Add a helper function for the common GL_QUADS fallback pattern.Eric Anholt4-23/+20
2015-03-24glamor: Don't optimize out scissor updates in CopyArea.Eric Anholt1-11/+6
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt13-49/+25
2015-03-24glamor: Fix build when configured --enable-glamor --disable-xshmfenceJon TURNEY1-0/+2
2015-03-24glamor: check max native ALU instructionsOlivier Fourdan2-0/+34