index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[meta] Missing status check
Chris Wilson
1
-0
/
+2
2009-08-29
[wrapper] Always copy clip
Chris Wilson
1
-16
/
+44
2009-08-29
[matrix] Improve bbox finding for translation matrix
Chris Wilson
1
-27
/
+29
2009-08-29
Add 'flight-data-recorder' utility.
Chris Wilson
5
-6
/
+79
2009-08-29
Introduce cairo_tee_surface_t
Chris Wilson
8
-3
/
+651
2009-08-29
[script] Correct emission of get_target() for a popped context
Chris Wilson
1
-21
/
+32
2009-08-29
Fix errors found by clang
Chris Wilson
2
-5
/
+2
2009-08-29
[script] recursive active (type3 glyphs)
Chris Wilson
1
-6
/
+5
2009-08-29
[build] Add options for warning about bad casts
Chris Wilson
4
-17
/
+17
2009-08-29
[clip] Use the rectangular tessellator to extract boxes
Chris Wilson
3
-18
/
+36
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
8
-48
/
+883
2009-08-29
[script] Track scaled-font
Chris Wilson
1
-17
/
+22
2009-08-29
[script] Emit surface content
Chris Wilson
2
-13
/
+22
2009-08-29
[script] Garbage collect contexts on context switch
Chris Wilson
1
-78
/
+184
2009-08-29
[script] Wrap snapshot.
Chris Wilson
3
-4
/
+25
2009-08-29
[script] Introduce cairo_script_context_t
Chris Wilson
2
-150
/
+122
2009-08-29
[stroke] Only mark traps as having intersection if non-empty.
Chris Wilson
1
-3
/
+2
2009-08-29
[clip] Cache intermediate clip masks.
Chris Wilson
2
-64
/
+104
2009-08-29
[gstate] Convert simple mask() into a paint()
Chris Wilson
2
-12
/
+98
2009-08-29
[script] Store the current stroke matrix
Chris Wilson
1
-9
/
+37
2009-08-29
[script] Suppress resetting stroke-style elements after matrix switch
Chris Wilson
1
-16
/
+26
2009-08-29
[script] Hide the implicit CLEAR for similar surfaces
Chris Wilson
1
-0
/
+43
2009-08-29
[pattern] Ignore matrix/filter/extend when comparing solids
Chris Wilson
1
-9
/
+16
2009-08-29
[script] Use a compact representation for horizontal offsets between glyphs
Chris Wilson
1
-17
/
+39
2009-08-29
[script] Fix list handling during font destruction
Chris Wilson
1
-20
/
+13
2009-08-29
[path] Eliminate redundant line-to before a close
Chris Wilson
1
-0
/
+22
2009-08-29
[path] Discard redundant line-to
Chris Wilson
1
-21
/
+28
2009-08-29
[debug] Path printer
Chris Wilson
2
-0
/
+70
2009-08-29
[fill] Use trivial rectilinear_to_traps
Chris Wilson
3
-0
/
+93
2009-08-29
[polygon] Return status from path ops
Chris Wilson
3
-31
/
+19
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
11
-25
/
+79
2009-08-29
[clip] Combine directly onto target
Chris Wilson
3
-32
/
+115
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
12
-662
/
+830
2009-08-29
traps-as-spans
Chris Wilson
3
-1
/
+127
2009-08-29
[fill] Early check for empty path/polygon
Chris Wilson
1
-1
/
+4
2009-08-29
[gstate] Discard trivial all-clipped regions
Chris Wilson
1
-2
/
+6
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
5
-106
/
+309
2009-08-29
[polygon] Amalgamate collinear edges
Chris Wilson
2
-7
/
+54
2009-08-29
[fallback] Avoid tessellating empty polygons
Chris Wilson
1
-2
/
+8
2009-08-29
[freelist] Lazy initialisation of pools
Chris Wilson
2
-50
/
+56
2009-08-29
[clip] Use the rectilinear tessellator
Chris Wilson
2
-22
/
+66
2009-08-29
[fill] Short-circuit extents on an empty path.
Chris Wilson
1
-0
/
+12
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
9
-116
/
+631
2009-08-29
[clip] Use special-purpose fill_to_region()
Chris Wilson
1
-17
/
+9
2009-08-29
[fallback] Avoid going through traps for trivial regions.
Chris Wilson
3
-46
/
+272
2009-08-29
[tessellator] Use a priority queue for the events
Chris Wilson
6
-661
/
+212
2009-08-29
[tessellator] Remove the skiplist for the active edges
Chris Wilson
1
-155
/
+75
2009-08-29
[traps] Increase exponential expansion factor.
Chris Wilson
2
-10
/
+6
2009-08-29
[traps] Compute extents on demand.
Chris Wilson
5
-367
/
+144
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
25
-2073
/
+2677
[prev]
[next]