summaryrefslogtreecommitdiff
path: root/src/cairo-gl-glyphs.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-21Support component-alpha.Chris Wilson1-5/+18
2009-07-31[gl] Use scissors rather than allocating a temporary depth buffer.Chris Wilson1-9/+0
2009-07-31[gl] Return status from _render_glyphs()Chris Wilson1-2/+4
2009-07-28[gl] Cache texture snapshots.Chris Wilson1-7/+25
2009-07-28[gl] Trim glyphs to surface/clip extents.Chris Wilson1-3/+18
2009-07-28[gl] Render glyphs to an intermediate mask as opposed to falling back.Chris Wilson1-112/+194
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson1-15/+20
2009-07-28[gl] Only unlock the glyph cache when full.Chris Wilson1-3/+7
2009-07-28[gl] Move check for vertex buffer support to individual operations.Chris Wilson1-0/+3
2009-07-28[gl] Separate out supported operator check.Chris Wilson1-3/+4
2009-07-28[gl] Unthaw font along contended path.Chris Wilson1-2/+2
2009-07-27[gl] Actually remove the glyph from the rtree on scaled_font_finiChris Wilson1-2/+3
2009-07-27[gl] Switch to using the common rtree implementation.Chris Wilson1-374/+66
2009-07-27[gl] Fix handling of clip for glyphs (clip-operator test).Eric Anholt1-1/+42
2009-07-27[gl] Switch the glyph cache to using VBOs.Eric Anholt1-57/+120
2009-07-27[gl] Start adding glyph cache support.Eric Anholt1-0/+829