summaryrefslogtreecommitdiff
path: root/src/cairo-gl-traps-compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson1-8/+10
2013-06-20gl: Quell warning about incompatible pointer typeBryce W. Harrington1-1/+1
2013-02-04gl: do not force flush everytime uploading a glyph image to glyph cacheHenry Song1-3/+6
2013-02-04gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson1-1/+2
2012-12-30gl: Use vfunc for vertex emissionChris Wilson1-10/+11
2012-10-11gl/traps: ensure RGBA surface before upload image to texture for GLES2Henry Song1-0/+32
2012-05-31gl: Do correct translation and lerp in gl-traps-compositor.Chuanbo Weng1-8/+14
2012-02-29gl: Various fixes for glyphsChris Wilson1-6/+6
2012-02-09gl: Transfer ownership of trapezoid mask to operandChris Wilson1-5/+10
2011-12-05gl: Propagate clip regionChris Wilson1-1/+1
2011-12-05gl: Use the embedded operand to allow passing sources aroundChris Wilson1-58/+1
2011-11-24gl: Prevent the traps compositor from explodingChris Wilson1-20/+42
2011-11-24gl: Fallback for complex subsurfacesChris Wilson1-4/+3
2011-11-23gl: Update glyphs to use cairo_gl_source_tChris Wilson1-6/+0
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+550