summaryrefslogtreecommitdiff
path: root/src/cairo-gl-private.h
Commit message (Expand)AuthorAgeFilesLines
* gl: Increase default VBO size on GL to 1MBryce Harrington2014-09-191-1/+1
* gl: Track the VBO size as a property of the ctxBryce Harrington2014-09-191-1/+2
* cairo-gl: Make VBO size run-time settableBryce Harrington2014-09-191-2/+6
* gl: Move glGetUniformLocation to shader compile time.Eric Anholt2013-06-281-6/+13
* gl: Separate framebuffer bind from destination selectionMartin Robinson2013-04-261-4/+5
* gl/msaa: Resolve multisampling on surface flushHenry Song2013-04-171-0/+3
* gl: Mark up _cairo_gl_composite_set_operator* as privateChris Wilson2013-02-071-2/+2
* gl: do not force flush everytime uploading a glyph image to glyph cacheHenry Song2013-02-041-1/+2
* gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson2013-02-041-9/+15
* gl: Use GL_ALPHA textures for CAIRO_CONTENT_ALPHA glyph cachingHenry Song2013-01-251-0/+6
* gl/msaa: Rely on the stencil buffer to cache the clipMartin Robinson2013-01-091-0/+1
* gl/msaa: Only clear parts of the stencil buffer we will useHenry Song2013-01-031-0/+4
* gl/msaa: Add full support for masking with the SOURCE operatorHenry Song2013-01-031-0/+9
* gl: Use vfunc for vertex emissionChris Wilson2012-12-301-19/+29
* gl: Cleanup selection of multisampling modeMartin Robinson2012-12-281-5/+4
* Revert "gl/msaa: Share the depth/stencil buffer among all surfaces"Martin Robinson2012-12-171-13/+0
* gl: Add BGRA download support for GLES2Martin Robinson2012-12-101-0/+1
* gl/msaa: Share the depth/stencil buffer among all surfacesMartin Robinson2012-12-081-0/+13
* gl: Tune the default VBO size to reduce overhead on embedded devicesChris Wilson2012-11-011-2/+4
* gl: Add a non-thread-aware mode for GL devicesMartin Robinson2012-08-221-0/+2
* gl: Remove the shader language version abstractionMartin Robinson2012-08-221-4/+2
* gl: Add missing cairo-private to _cairo_gl_composite_with_clipChris Wilson2012-05-311-1/+1
* gl: Simplify switching between primitive typesMartin Robinson2012-05-231-0/+7
* gl: Replace vbo with static allocation and immediate arraysChris Wilson2012-05-211-5/+3
* gl/msaa: Implement glyph renderingMartin Robinson2012-05-171-0/+11
* gl/msaa: Wait to clip until compositing beginsMartin Robinson2012-05-171-0/+12
* gl/msaa: Support for non-texture surfacesMartin Robinson2012-05-171-0/+2
* gl/msaa: Support the OpenGLES EXT multisampling extensionHenry (Yu) Song2012-05-171-7/+6
* gl/msaa: Add ARB multisampling supportHenry (Yu) Song2012-05-171-2/+36
* gl: Provide a shader implementation of repeat wrap modesAlexandros Frantzis2012-05-121-0/+1
* gl/msaa: Support for texture sourcesHenry (Yu) Song2012-05-081-4/+0
* gl: Various fixes for glyphsChris Wilson2012-02-291-2/+5
* gl: Track surface references through operandsChris Wilson2011-12-091-0/+1
* gl: Decouple the glyph upon evictionChris Wilson2011-12-071-0/+7
* gl: Defer stencil allocation until useChris Wilson2011-12-071-0/+4
* gl: Unbreak the glyph cacheChris Wilson2011-12-051-1/+1
* gl: Propagate clip regionChris Wilson2011-12-051-0/+2
* gl: Embed the operand rather than a pattern into the glyph cacheChris Wilson2011-12-051-1/+1
* gl: Use the embedded operand to allow passing sources aroundChris Wilson2011-12-051-1/+15
* gl: Make the backend struct staticChris Wilson2011-12-051-2/+0
* gl: Embed a operand into the surface for pass-throughChris Wilson2011-11-241-45/+48
* gl: Fallback for complex subsurfacesChris Wilson2011-11-241-9/+8
* gl: Update glyphs to use cairo_gl_source_tChris Wilson2011-11-231-0/+9
* gl/msaa: Fix scissor boundsMartin Robinson2011-11-231-9/+0
* gl/msaa: Markup the new symbols as private for PLT hidingChris Wilson2011-10-141-2/+2
* gl/msaa: Support for solid color strokes.Martin Robinson2011-10-131-1/+6
* gl/msaa: Add clipping supportMartin Robinson2011-10-131-1/+10
* gl/msaa: Implement basic solid color fillMartin Robinson2011-10-131-0/+11
* gl/msaa: Introduce an MSAA compositor for OpenGLMartin Robinson2011-10-131-0/+3
* gl: Remove unused alpha argument from operand_emitChris Wilson2011-10-111-2/+1