index
:
~rib/cairo
master
wip/cogl-backend
Robert Bragg's personal cairo repository
rib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-11
gstate: Update cached matrix state after device transform changes on the target
Chris Wilson
8
-4
/
+96
2010-06-11
gl: make check insists "cairoint.h" is first.
Chris Wilson
1
-3
/
+2
2010-06-11
color: Mark _cairo_color_get_content() as private.
Chris Wilson
1
-1
/
+1
2010-06-11
xlib: Adjust trapezoid precision based on antialias.
Chris Wilson
2
-0
/
+32
2010-06-11
polygon: Reorder conditionals based on likelihood.
Chris Wilson
1
-15
/
+15
2010-06-11
xlib: Find matching Visual for XRenderFormat
Karl Tomlinson
1
-9
/
+65
2010-06-11
path: Exponentially grow buffer based on populated points and ops.
Chris Wilson
2
-21
/
+21
2010-06-10
gl: support single stop gradients
Andrea Canciani
2
-3
/
+2
2010-06-10
ps: support single stop gradients
Andrea Canciani
1
-5
/
+4
2010-06-10
pdf: support single stop gradients
Andrea Canciani
1
-3
/
+3
2010-06-10
pattern: improve single stop gradients handling
Andrea Canciani
1
-1
/
+8
2010-06-10
pattern: improve degenerate gradients handling
Andrea Canciani
1
-10
/
+25
2010-06-10
gstate: correct optimizations
Andrea Canciani
1
-68
/
+17
2010-06-10
pattern: add gradient_is_solid function
Andrea Canciani
2
-0
/
+58
2010-06-10
pattern: improve clear/opaque check functions
Andrea Canciani
2
-8
/
+108
2010-06-10
pattern: remove content field from solid patterns
Andrea Canciani
10
-55
/
+47
2010-06-10
surface: remove content argument from is_similar
Andrea Canciani
6
-41
/
+10
2010-06-10
gstate: Track whether the combination of ctm * device is identity.
Chris Wilson
4
-297
/
+327
2010-06-10
scaled-font: optimize cairo_scaled_font_text_to_glyphs()
Dmitri Vorobiev
1
-54
/
+114
2010-06-09
gl: fix compilation on MacOS X
Andrea Canciani
1
-1
/
+2
2010-06-09
bo: And disable DEBUG_TRAPS again.
Chris Wilson
1
-1
/
+1
2010-06-09
bo: Fix debugging for changes in internal traps api.
Chris Wilson
1
-3
/
+7
2010-06-08
gl: Add support for clip regions to the span renderer
Benjamin Otte
1
-3
/
+13
2010-06-08
gl: Add an assertion that we always have a texture
Benjamin Otte
1
-0
/
+1
2010-06-08
gl: Use CAIRO_COLOR_BLACK
Benjamin Otte
1
-7
/
+1
2010-06-08
gl: Only clone texture surfaces
Benjamin Otte
1
-1
/
+3
2010-06-08
gl: Fix argument order
Benjamin Otte
1
-2
/
+2
2010-06-07
gl: Fix span renderer doing bad stuff for CLEAR and SOURCE
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
[next]