summaryrefslogtreecommitdiff
path: root/glamor/glamor_composite_glyphs.c
Commit message (Expand)AuthorAgeFilesLines
* glamor: use dual source blend on GL 2.1 with ARB_ES2_compatibilityVasily Khoruzhick2022-12-011-1/+19
* glamor: add glamor_glsl_has_ints wrapperDave Airlie2021-07-071-10/+5
* glamor: Declare "pos" in the composite glyph GLSL 1.20 vertex shaderMichel Dänzer2016-08-231-1/+2
* glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmapKeith Packard2016-06-141-1/+1
* glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard2016-05-261-2/+1
* glamor: Simplify the pixmap box looping.Eric Anholt2016-01-291-4/+6
* glamor: Add support for CA rendering in a single pass.Dave Airlie2016-01-261-1/+3
* glamor: Fix crashes when the glyph atlas allocation fails.Eric Anholt2015-11-101-1/+8
* glamor: Reuse the glamor_is_memory helper.Eric Anholt2015-07-101-3/+1
* glamor: Fix bad rendering of glyphs after an a1 glyph upload. (v3)Keith Packard2015-07-061-25/+38
* glamor: Fix text rendering on GLES2.Eric Anholt2015-06-291-1/+1
* glamor: Don't try to disable attrib divisors without the extension.Eric Anholt2015-06-191-2/+4
* glamor: Skip actual FBO setup in our glyph atlas.Eric Anholt2015-06-191-1/+2
* glamor: Clean up some declarations in glyph rendering.Eric Anholt2015-06-191-7/+4
* glamor: Replace CompositeGlyphs code [v2]Keith Packard2015-05-141-0/+551