index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gl-composite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
gl: Various fixes for glyphs
Chris Wilson
1
-2
/
+1
2012-02-09
gl: Just flush the context upon operand destroy
Chris Wilson
1
-1
/
+3
2011-12-07
gl: Decouple the glyph upon eviction
Chris Wilson
1
-0
/
+4
2011-12-05
gl: Propagate clip region
Chris Wilson
1
-0
/
+1
2011-11-24
gl: Prevent the traps compositor from exploding
Chris Wilson
1
-2
/
+3
2011-11-24
gl: Fallback for complex subsurfaces
Chris Wilson
1
-16
/
+8
2011-11-02
gl: Initialize spans on the context
Chris Wilson
1
-2
/
+5
2011-10-13
gl/msaa: Support for solid color strokes.
Martin Robinson
1
-2
/
+15
2011-10-13
gl/msaa: Implement basic solid color fill
Martin Robinson
1
-10
/
+157
2011-10-11
gl: Remove unused alpha argument from operand_emit
Chris Wilson
1
-3
/
+3
2011-10-11
gl: Spans start after the mask, not coincident!
Chris Wilson
1
-1
/
+1
2011-10-09
gl: Need to increment reference count when copying operands
Chris Wilson
1
-4
/
+2
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-1061
/
+87
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-1
/
+3
2011-07-29
gl: Rectilinear fast path
Chris Wilson
1
-1
/
+185
2011-07-29
gl: Rectangular fast path
Chris Wilson
1
-0
/
+331
2011-06-02
gl: Mark the use-once vertex buffers as DYNAMIC
Chris Wilson
1
-2
/
+2
2011-05-10
gl: Add fallback path for GLES2 implementations not supporting GL_OES_mapbuffer
Alexandros Frantzis
1
-4
/
+14
2011-05-10
gl: Store gradients in 2D textures of height 1 instead of 1D textures
Alexandros Frantzis
1
-3
/
+3
2011-05-10
gl: Provide a shader implementation of GL_CLAMP_TO_BORDER for GLES2
Alexandros Frantzis
1
-3
/
+30
2011-05-10
gl: Add functions to get the filter and extend of gl operands.
Alexandros Frantzis
1
-0
/
+57
2011-05-10
gl: Pass more information to the shader emitter functions
Alexandros Frantzis
1
-4
/
+4
2011-02-26
gl: Bind samplers just once at program compile time.
Eric Anholt
1
-5
/
+1
2011-02-10
gl: Replace built-in vertex attributes with custom attributes
Alexandros Frantzis
1
-20
/
+22
2011-02-10
gl: Use a custom shader uniform for the ModelViewProjection matrix
Alexandros Frantzis
1
-0
/
+2
2011-01-31
gl: Remove fixed-function related code paths
Alexandros Frantzis
1
-103
/
+3
2011-01-18
gl: Don't ignore offset for gradient sources
Andrea Canciani
1
-2
/
+8
2011-01-18
gl: Update radial gradient implementation
Andrea Canciani
1
-114
/
+105
2011-01-02
pattern: Use double precision for gradient extreme objects
Andrea Canciani
1
-10
/
+10
2011-01-01
mesh: Add mesh pattern type and enum values
Adrian Johnson
1
-0
/
+1
2010-12-15
gl: Use the dispatch table for calling ARB/EXT functions
Alexandros Frantzis
1
-5
/
+7
2010-11-15
gl: Avoid using gl_FragCoord for linear gradients.
Eric Anholt
1
-29
/
+45
2010-07-09
gl: Remove double ** from some comments
Benjamin Otte
1
-2
/
+2
2010-06-18
gl: Refactor status handling in _cairo_gl_context_release()
Benjamin Otte
1
-4
/
+2
2010-06-12
gl: start returning the failure status aftern an invalid GL op.
Chris Wilson
1
-0
/
+1
2010-06-08
gl: Add an assertion that we always have a texture
Benjamin Otte
1
-0
/
+1
2010-06-07
gl: Fix vertex size changes not causing updates of the operands
Benjamin Otte
1
-7
/
+10
2010-06-07
gl: Make gradient textures a separate object
Benjamin Otte
1
-140
/
+16
2010-06-07
gl: Use the generic functions for filter/extend in gradients
Benjamin Otte
1
-18
/
+8
2010-06-07
gl: Create separate functions for setting extend and filter
Benjamin Otte
1
-19
/
+28
2010-06-07
gl: Switch to deferred rendering
Benjamin Otte
1
-18
/
+22
2010-06-07
gl: Make using shaders an explicit argument
Benjamin Otte
1
-7
/
+8
2010-06-07
gl: Special case blend mode for CAIRO_CONTENT_COLOR
Benjamin Otte
1
-0
/
+2
2010-06-07
gl: rework _cairo_gl_set_operator()
Benjamin Otte
1
-7
/
+9
2010-06-07
gl: Only resetup textures if we need to
Benjamin Otte
1
-0
/
+45
2010-06-07
gl: Store the vertex offset in the operand
Benjamin Otte
1
-0
/
+1
2010-06-07
gl: Introduce a temporary texture unit
Benjamin Otte
1
-0
/
+2
2010-06-07
gl: Don't reset vertex size
Benjamin Otte
1
-4
/
+6
2010-06-07
gl: Remove check if we're between begin/end
Benjamin Otte
1
-1
/
+0
2010-06-07
gl: Stop disabling the vertex array and the array buffer
Benjamin Otte
1
-8
/
+4
[next]