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
2010-05-18
gl: Make a bunch of functions static
Benjamin Otte
1
-4
/
+4
2010-05-18
gl: Don't name the union in cairo_gl_operand_t
Benjamin Otte
1
-76
/
+76
2010-05-17
gl: Add missing NULL-check in non-shader code
Benjamin Otte
1
-2
/
+2
2010-05-17
gl: Get rid of src and mask argument to composite_init()
Benjamin Otte
1
-2
/
+0
2010-05-17
gl: make _set_mask() accept NULL
Benjamin Otte
1
-0
/
+3
2010-05-17
gl: Rename cairo_gl_shader_program_t to cairo_gl_shader_t
Chris Wilson
1
-69
/
+69
2010-05-17
gl: Update copyright statements
Benjamin Otte
1
-1
/
+4
2010-05-17
gl: Assert that binding values to shaders never fails
Benjamin Otte
1
-75
/
+54
2010-05-17
gl: Use GL_TRIANGLES instead of GL_QUADS
Benjamin Otte
1
-5
/
+11
2010-05-17
gl: Set composite->has_component_alpha based on mask
Benjamin Otte
1
-3
/
+4
2010-05-17
gl: Replace _cairo_gl_operand_init() with setters for src/mask
Benjamin Otte
1
-1
/
+33
2010-05-17
gl: Convert glyphs path to use cairo_gl_composite_t
Benjamin Otte
1
-31
/
+91
2010-05-17
gl: Require ARB_vertex_buffer_object extension unconditionally
Benjamin Otte
1
-1
/
+0
2010-05-17
gl: Convert span renderer to use cairo_gl_composite_begin/end()
Benjamin Otte
1
-2
/
+70
2010-05-17
gl: Change _cairo_gl_composite_emit_rect()
Benjamin Otte
1
-12
/
+15
2010-05-17
gl: Support component alpha in gl_composite_t
Benjamin Otte
1
-8
/
+157
2010-05-17
gl: Implement _composite_emit_rect() and _composite_end()
Benjamin Otte
1
-0
/
+164
2010-05-17
gl: Add _cairo_gl_composite_begin() function
Benjamin Otte
1
-0
/
+30
2010-05-17
gl: make _cairo_operand_destroy private
Benjamin Otte
1
-1
/
+1
2010-05-17
gl: Move composite code into own file
Benjamin Otte
1
-0
/
+898
[prev]