index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairoint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-01
[ps/pdf] Trim patterns to operation extents
Chris Wilson
1
-0
/
+49
2009-09-01
[pattern] Remove unused hidden symbol for cairo_pattern_status()
Chris Wilson
1
-1
/
+0
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-4
/
+14
2009-08-29
[cairoint.h] Add missing cairo_private to debug prototypes.
Chris Wilson
1
-2
/
+2
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-0
/
+5
2009-08-29
[clip] Cache intermediate clip masks.
Chris Wilson
1
-0
/
+3
2009-08-29
[gstate] Convert simple mask() into a paint()
Chris Wilson
1
-4
/
+5
2009-08-29
[debug] Path printer
Chris Wilson
1
-0
/
+3
2009-08-29
[fill] Use trivial rectilinear_to_traps
Chris Wilson
1
-0
/
+5
2009-08-29
[polygon] Return status from path ops
Chris Wilson
1
-3
/
+3
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-17
/
+0
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-7
/
+21
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
1
-6
/
+12
2009-08-29
[fallback] Avoid going through traps for trivial regions.
Chris Wilson
1
-0
/
+5
2009-08-29
[traps] Increase exponential expansion factor.
Chris Wilson
1
-5
/
+3
2009-08-29
[traps] Compute extents on demand.
Chris Wilson
1
-9
/
+0
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-42
/
+60
2009-08-06
[path] Extend identical lines.
Chris Wilson
1
-0
/
+7
2009-07-31
Merge branch 'gl-glyph-cache'
Chris Wilson
1
-1
/
+2
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-1
/
+2
2009-07-28
PDF: Only Type 3 fonts should include glyph 0 in /ToUnicode
Adrian Johnson
1
-0
/
+1
2009-07-24
[image] Discard redundant clears
Chris Wilson
1
-0
/
+1
2009-07-23
[drm] Add an accelerated image surface.
Chris Wilson
1
-0
/
+8
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-200
/
+125
2009-07-05
[path] Evaluate is_box && is_region during construction
Chris Wilson
1
-3
/
+0
2009-07-04
[meta] Cache replays when used as a pattern source
Chris Wilson
1
-1
/
+2
2009-06-27
[cairo] Report true error via pattern from cairo_pop_group()
Chris Wilson
1
-1
/
+3
2009-06-27
[gstate] Avoid temporary allocation for transformed patterns
Chris Wilson
1
-0
/
+4
2009-06-19
[ft] Substitute twin if there are no fonts
Chris Wilson
1
-0
/
+3
2009-06-19
[pattern] Add _cairo_pattern_fini_snapshot
Chris Wilson
1
-0
/
+3
2009-06-18
Factor out _cairo_image_surface_span_render_row()
Jeff Muizelaar
1
-0
/
+6
2009-06-15
Reinstate cairo_region_create_rectangles()
Søren Sandmann Pedersen
1
-0
/
+1
2009-06-07
[ft] Support font_face->get_implementation
Chris Wilson
1
-3
/
+6
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-0
/
+4
2009-06-02
[cairo] PLT symbols for cairo_set_source_rgb
Chris Wilson
1
-0
/
+1
2009-06-02
Add a generic cow-snapshotting framework
Chris Wilson
1
-0
/
+12
2009-06-02
[pattern] Pass flags to _cairo_pattern_acquire_surface()
Chris Wilson
1
-0
/
+6
2009-06-02
Markup a few more functions as const/pure
Chris Wilson
1
-28
/
+31
2009-06-01
[surface] Speed up cairo_surface_get_mime_data().
Chris Wilson
1
-0
/
+6
2009-05-17
Correct the comment for the index_to_ucs4 font backend function
Adrian Johnson
1
-1
/
+2
2009-05-15
[debug] Check image contents using memcheck.
Chris Wilson
1
-0
/
+11
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-0
/
+4
2009-05-08
[cairo] Protect typeof against -ansi
Chris Wilson
1
-1
/
+1
2009-05-08
[cairo] Remove stray semi-colon
Chris Wilson
1
-1
/
+1
2009-05-08
[cairo] Convert C99 comments to /* ... */
Chris Wilson
1
-1
/
+1
2009-04-16
[xlib] Allocate bounded region on stack.
Chris Wilson
1
-0
/
+10
2009-03-31
[region] Change name of cairo_region_empty() to cairo_region_is_empty()
Søren Sandmann Pedersen
1
-1
/
+1
2009-03-28
[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()
Søren Sandmann
1
-0
/
+2
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-3
/
+2
2009-03-28
[region] Delete cairo_region_create_rectangles()
Søren Sandmann Pedersen
1
-1
/
+0
[next]