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-06-07
gl: Do not reset shaders on _end()
Benjamin Otte
1
-13
/
+22
2010-06-07
gl: Make _shader_by_type() a getter
Benjamin Otte
1
-5
/
+11
2010-06-07
gl: bind all shader variables at the same place
Benjamin Otte
1
-6
/
+20
2010-06-07
gl: Set GL_BLEND and GL_SCISSOR_TEST globally
Benjamin Otte
1
-8
/
+3
2010-06-07
gl: Introduce flush functions
Benjamin Otte
1
-3
/
+3
2010-06-07
gl: Move unsetting the state into the operand destroy function
Benjamin Otte
1
-14
/
+29
2010-06-07
gl: get rid of the operand's pattern variable
Benjamin Otte
1
-11
/
+10
2010-06-07
gl: Check mask's attributes for component alpha
Benjamin Otte
1
-6
/
+8
2010-06-07
gl: Merge fixed function setup into general texture setup
Benjamin Otte
1
-50
/
+34
2010-06-07
gl: Move function
Benjamin Otte
1
-29
/
+29
2010-06-07
gl: Simplify mask operand setup code
Benjamin Otte
1
-33
/
+7
2010-06-07
gl: Get rid of operand argument to emit functions
Benjamin Otte
1
-19
/
+15
2010-06-07
gl: Add an enum for tex units
Benjamin Otte
1
-10
/
+10
2010-06-07
gl: Keep a copy of the current operand in the context
Benjamin Otte
1
-4
/
+16
2010-06-07
gl: operand->texture.surface cannot be NULL
Benjamin Otte
1
-7
/
+3
2010-06-07
gl: Remove composite_t argument from _flush() function
Benjamin Otte
1
-10
/
+7
2010-06-07
gl: Remove dependency on composite_t in draw function
Benjamin Otte
1
-2
/
+2
2010-06-07
gl: Remove unneeded and broken workaround
Benjamin Otte
1
-13
/
+1
2010-06-07
gl: Switch src alpha handling to a tiny on/off function
Benjamin Otte
1
-15
/
+7
2010-06-07
gl: Avoid redundant mask setup
Benjamin Otte
1
-2
/
+0
2010-06-07
gl: Split fixed-function operand setup into own function
Benjamin Otte
1
-109
/
+42
2010-06-07
gl: Unify fixed function setup code
Benjamin Otte
1
-11
/
+4
2010-06-07
gl: switch OPERAND0 and OPERAND1 in the fixed function path
Benjamin Otte
1
-21
/
+21
2010-06-07
gl: Move the pre shader to the context, too
Benjamin Otte
1
-5
/
+5
2010-06-07
gl: Store the clip region in the context
Benjamin Otte
1
-5
/
+10
2010-06-07
gl: Make gl_composite_begin() acquire the context
Benjamin Otte
1
-4
/
+17
2010-06-07
gl: Make composite_set_clip_region not require the context
Benjamin Otte
1
-2
/
+1
2010-06-07
gl: Make composite_set_source/mask/mask_spans not require a context
Benjamin Otte
1
-37
/
+40
2010-06-07
gl: Add API for querying if we need GL_TEXTURE_RECTANGLE_EXT
Benjamin Otte
1
-6
/
+5
2010-06-07
gl: Make cairo_gl_composite_t not require a gl context anymore
Benjamin Otte
1
-4
/
+2
2010-06-07
gl: Flush surface at the right times
Benjamin Otte
1
-0
/
+2
2010-05-27
gl: Unmap the vertex buffer prior to using in DaawArrays()
Chris Wilson
1
-11
/
+12
2010-05-27
gl: _cairo_set_shader_by_type() cannot return UNSUPPORTED
Chris Wilson
1
-3
/
+4
2010-05-20
gl: spans need the dummy texture
Benjamin Otte
1
-1
/
+1
2010-05-20
gl: Fix coverage passing for spans not being endian safe.
Benjamin Otte
1
-13
/
+16
2010-05-20
gl: Refactor fixed function setup code
Benjamin Otte
1
-84
/
+46
2010-05-20
gl: set the active texture before fiddling with with glTexEnv
Benjamin Otte
1
-0
/
+8
2010-05-20
gl: Remove unused variables
Benjamin Otte
1
-9
/
+0
2010-05-20
gl: Move vertex array setup code into the texture setup code
Benjamin Otte
1
-21
/
+14
2010-05-20
gl: Add an assertion that a context cannot call _begin() twice
Benjamin Otte
1
-0
/
+2
2010-05-20
gl: Move vertex buffer handling from setup into context
Benjamin Otte
1
-16
/
+18
2010-05-20
gl: Actuall do fall back to fixed function paths.
Benjamin Otte
1
-1
/
+3
2010-05-20
gl: Don't store the shader in the composite_t anymore
Benjamin Otte
1
-16
/
+14
2010-05-20
gl: Move shader checking in the TexEnv setup code
Benjamin Otte
1
-107
/
+101
2010-05-20
gl: Move texture setup code into its own file
Benjamin Otte
1
-116
/
+92
2010-05-20
gl: Binding variables only works for the current shader
Benjamin Otte
1
-15
/
+12
2010-05-20
gl: Separate binding to shaders from setting operands
Benjamin Otte
1
-78
/
+78
2010-05-20
gl: Use the mask, not the source
Benjamin Otte
1
-4
/
+4
2010-05-20
gl: Move _cairo_gl_set_operator() to the file it's used in
Benjamin Otte
1
-0
/
+57
2010-05-20
gl: Get rid of _cairo_gl_composite_set_mask_texture()
Benjamin Otte
1
-16
/
+0
[prev]
[next]