index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-07
gl: Fix span renderer doing bad stuff for CLEAR and SOURCE
gl
Benjamin Otte
1
-0
/
+7
2010-06-07
gl: Fix span renderer for unbounded spans
Benjamin Otte
1
-23
/
+49
2010-06-07
gl: Add a simple spans renderer for stroke/fill
Benjamin Otte
1
-3
/
+175
2010-06-07
Remove _cairo_surface_composite_trapezoids_as_polygon()
Benjamin Otte
4
-113
/
+0
2010-06-07
gl: Fix vertex size changes not causing updates of the operands
Benjamin Otte
1
-7
/
+10
2010-06-07
gl: Add a gradient texture cache
Benjamin Otte
4
-9
/
+81
2010-06-07
device: flush before setting finished
Benjamin Otte
1
-2
/
+2
2010-06-07
gl: Make gradient textures a separate object
Benjamin Otte
5
-145
/
+327
2010-06-07
gl: Use the generic functions for filter/extend in gradients
Benjamin Otte
2
-18
/
+10
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
4
-32
/
+28
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
3
-7
/
+13
2010-06-07
gl: Only resetup textures if we need to
Benjamin Otte
1
-0
/
+45
2010-06-07
gl: Do not reset the current target on release
Benjamin Otte
1
-1
/
+1
2010-06-07
glx: When acquiring device, use the correct drawable
Benjamin Otte
1
-3
/
+13
2010-06-07
gl: Store the vertex offset in the operand
Benjamin Otte
2
-0
/
+2
2010-06-07
gl: Introduce a temporary texture unit
Benjamin Otte
4
-1
/
+28
2010-06-07
gl: Only allocate a framebuffer if we need one
Benjamin Otte
3
-19
/
+29
2010-06-07
Call cairo_surface_flush() before setting finished
Benjamin Otte
1
-1
/
+1
2010-06-07
gl: Flush properly in set_destination
Benjamin Otte
1
-16
/
+17
2010-06-07
gl: Don't reset vertex size
Benjamin Otte
2
-4
/
+7
2010-06-07
gl: Remove check if we're between begin/end
Benjamin Otte
2
-8
/
+0
2010-06-07
gl: Stop disabling the vertex array and the array buffer
Benjamin Otte
2
-8
/
+8
2010-06-07
gl: Do not reset shaders on _end()
Benjamin Otte
3
-13
/
+31
2010-06-07
region: clarify docs of cairo_region_equal()
Benjamin Otte
1
-4
/
+5
2010-06-07
gl: Make _shader_by_type() a getter
Benjamin Otte
3
-12
/
+22
2010-06-07
gl: bind all shader variables at the same place
Benjamin Otte
2
-17
/
+20
2010-06-07
gl: Set GL_BLEND and GL_SCISSOR_TEST globally
Benjamin Otte
3
-8
/
+12
2010-06-07
gl: Introduce flush functions
Benjamin Otte
4
-8
/
+60
2010-06-07
docs: fix typo
Benjamin Otte
1
-1
/
+1
2010-06-07
device: Make flush vfunc return a cairo_status_t
Benjamin Otte
3
-4
/
+11
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
2
-13
/
+10
2010-06-07
gl: Check mask's attributes for component alpha
Benjamin Otte
2
-7
/
+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
4
-30
/
+19
2010-06-07
gl: Add an enum for tex units
Benjamin Otte
3
-32
/
+27
2010-06-07
gl: Keep a copy of the current operand in the context
Benjamin Otte
2
-4
/
+18
2010-06-07
gl: Move struct definitions in header
Benjamin Otte
1
-33
/
+33
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
3
-13
/
+9
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
[next]