summaryrefslogtreecommitdiff
path: root/src/cairo-gl-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-20cairo-gl: Add first baby step toward using GLSL in cairo-gl backend.glslCarl Worth1-0/+3
2009-10-12gl: Reorder initialization of cairo_gl_context_t to match declaration.Carl Worth1-0/+1
2009-09-03[gl] Remove reference to depth_stencil_texChris Wilson1-1/+0
2009-08-06[gl] Move hidden cairo_gl_surface_create() proto to headerChris Wilson1-0/+2
2009-07-31[gl] Use scissors rather than allocating a temporary depth buffer.Chris Wilson1-0/+9
2009-07-28[gl] Cache texture snapshots.Chris Wilson1-1/+1
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson1-0/+13
2009-07-28[gl] Separate out supported operator check.Chris Wilson1-1/+4
2009-07-27[gl] Switch to using the common rtree implementation.Chris Wilson1-34/+18
2009-07-27[gl] Start adding glyph cache support.Eric Anholt1-0/+115
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-0/+1
2009-07-21[gl] Constrain image sources to max texture sizeChris Wilson1-0/+2
2009-05-20[gl] Add EGL targetChris Wilson1-0/+88