summaryrefslogtreecommitdiff
path: root/src/cairo-gl-gradient.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-23gl: Fix creation of gradient ramps for GLESv2Alexandros Frantzis1-1/+11
2012-04-02gl: Remove an unused variableHenry (Yu) Song1-1/+0
2012-03-22gl: use direct mode for uploading gradient textureHenry Song1-32/+20
2011-10-09gl: Need to increment reference count when copying operandsChris Wilson1-3/+3
2011-10-09gl: Basic fixes to get cairo-gl running againChris Wilson1-1/+1
2011-05-10gl: Use conventional texture upload for GLES2Alexandros Frantzis1-17/+26
2011-05-10gl: Require the GL_EXT_texture_format_BGRA8888 extension for GLES2Alexandros Frantzis1-3/+20
2011-05-10gl: Store gradients in 2D textures of height 1 instead of 1D texturesAlexandros Frantzis1-3/+3
2010-12-15gl: Use the dispatch table for calling ARB/EXT functionsAlexandros Frantzis1-6/+8
2010-08-08gl: Handle errors from _cairo_gl_gradient_render()Benjamin Otte1-1/+8
2010-06-18gl: Refactor status handling in _cairo_gl_context_release()Benjamin Otte1-1/+2
2010-06-11gl: make check insists "cairoint.h" is first.Chris Wilson1-3/+2
2010-06-10gl: support single stop gradientsAndrea Canciani1-2/+1
2010-06-07gl: Add a gradient texture cacheBenjamin Otte1-3/+55
2010-06-07gl: Make gradient textures a separate objectBenjamin Otte1-0/+223