index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gl-glyphs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-21
Support component-alpha.
Chris Wilson
1
-5
/
+18
2009-07-31
[gl] Use scissors rather than allocating a temporary depth buffer.
Chris Wilson
1
-9
/
+0
2009-07-31
[gl] Return status from _render_glyphs()
Chris Wilson
1
-2
/
+4
2009-07-28
[gl] Cache texture snapshots.
Chris Wilson
1
-7
/
+25
2009-07-28
[gl] Trim glyphs to surface/clip extents.
Chris Wilson
1
-3
/
+18
2009-07-28
[gl] Render glyphs to an intermediate mask as opposed to falling back.
Chris Wilson
1
-112
/
+194
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-15
/
+20
2009-07-28
[gl] Only unlock the glyph cache when full.
Chris Wilson
1
-3
/
+7
2009-07-28
[gl] Move check for vertex buffer support to individual operations.
Chris Wilson
1
-0
/
+3
2009-07-28
[gl] Separate out supported operator check.
Chris Wilson
1
-3
/
+4
2009-07-28
[gl] Unthaw font along contended path.
Chris Wilson
1
-2
/
+2
2009-07-27
[gl] Actually remove the glyph from the rtree on scaled_font_fini
Chris Wilson
1
-2
/
+3
2009-07-27
[gl] Switch to using the common rtree implementation.
Chris Wilson
1
-374
/
+66
2009-07-27
[gl] Fix handling of clip for glyphs (clip-operator test).
Eric Anholt
1
-1
/
+42
2009-07-27
[gl] Switch the glyph cache to using VBOs.
Eric Anholt
1
-57
/
+120
2009-07-27
[gl] Start adding glyph cache support.
Eric Anholt
1
-0
/
+829