summaryrefslogtreecommitdiff
path: root/src/cairo-gl-composite.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* gl/msaa: Always use scissor when clippingHenry Song2013-07-151-5/+5
* gl/msaa: Properly destroy stencil buffer clip cacheHenry Song2013-07-151-1/+4
* gl: Move glGetUniformLocation to shader compile time.Eric Anholt2013-06-281-1/+1
* gl: Fix compiler warnings in the GL backendMartin Robinson2013-05-071-1/+4
* gl: Setup operands when the vertex size changesMartin Robinson2013-03-081-12/+17
* gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson2013-02-041-18/+52
* gl/msaa: Don't emit alpha when emitting verticesHenry Song2013-01-291-13/+11
* gl/msaa: Rely on the stencil buffer to cache the clipMartin Robinson2013-01-091-17/+41
* gl/msaa: Only clear parts of the stencil buffer we will useHenry Song2013-01-031-7/+10
* gl/msaa: Add full support for masking with the SOURCE operatorHenry Song2013-01-031-42/+66
* gl: Provide a fast emitter for solid spansChris Wilson2012-12-301-5/+50
* gl: Provide a fast emitter for solid glyphsChris Wilson2012-12-301-13/+49
* gl: Use vfunc for vertex emissionChris Wilson2012-12-301-27/+80
* gl: Cleanup selection of multisampling modeMartin Robinson2012-12-281-11/+9
* gl: Properly disable ctx->spans when necessaryHenry Song2012-12-051-4/+10
* gl: Set correct clip rectangle for non-texture destination surfacesChuanbo Weng2012-06-241-5/+22
* gl: Fix compilation failure for flush cleanup.Martin Robinson2012-05-231-2/+2
* gl: Simplify switching between primitive typesMartin Robinson2012-05-231-34/+33
* gl: Replace vbo with static allocation and immediate arraysChris Wilson2012-05-211-24/+5
* gl/msaa: Lazily flush the contextMartin Robinson2012-05-171-13/+24
* gl/msaa: Wait to clip until compositing beginsMartin Robinson2012-05-171-24/+140
* gl/msaa: Use unsigned short to build the index arrayHenry (Yu) Song2012-05-171-5/+5
* gl/msaa: Add ARB multisampling supportHenry (Yu) Song2012-05-171-3/+11
* gl: Provide a shader implementation of repeat wrap modesAlexandros Frantzis2012-05-121-2/+8
* gl: Simplify GL wrap parameter setting codeAlexandros Frantzis2012-05-121-14/+15
* gl/msaa: Support for maskingHenry (Yu) Song2012-05-081-22/+31
* gl/msaa: Support for texture sourcesHenry (Yu) Song2012-05-081-60/+13
* gl: Various fixes for glyphsChris Wilson2012-02-291-2/+1
* gl: Just flush the context upon operand destroyChris Wilson2012-02-091-1/+3
* gl: Decouple the glyph upon evictionChris Wilson2011-12-071-0/+4
* gl: Propagate clip regionChris Wilson2011-12-051-0/+1
* gl: Prevent the traps compositor from explodingChris Wilson2011-11-241-2/+3
* gl: Fallback for complex subsurfacesChris Wilson2011-11-241-16/+8
* gl: Initialize spans on the contextChris Wilson2011-11-021-2/+5
* gl/msaa: Support for solid color strokes.Martin Robinson2011-10-131-2/+15
* gl/msaa: Implement basic solid color fillMartin Robinson2011-10-131-10/+157
* gl: Remove unused alpha argument from operand_emitChris Wilson2011-10-111-3/+3
* gl: Spans start after the mask, not coincident!Chris Wilson2011-10-111-1/+1
* gl: Need to increment reference count when copying operandsChris Wilson2011-10-091-4/+2
* Introduce a new compositor architectureChris Wilson2011-09-121-1061/+87
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-1/+3
* gl: Rectilinear fast pathChris Wilson2011-07-291-1/+185
* gl: Rectangular fast pathChris Wilson2011-07-291-0/+331
* gl: Mark the use-once vertex buffers as DYNAMICChris Wilson2011-06-021-2/+2
* gl: Add fallback path for GLES2 implementations not supporting GL_OES_mapbufferAlexandros Frantzis2011-05-101-4/+14
* gl: Store gradients in 2D textures of height 1 instead of 1D texturesAlexandros Frantzis2011-05-101-3/+3
* gl: Provide a shader implementation of GL_CLAMP_TO_BORDER for GLES2Alexandros Frantzis2011-05-101-3/+30
* gl: Add functions to get the filter and extend of gl operands.Alexandros Frantzis2011-05-101-0/+57