index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-surface-fallback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-04
[fallback] Only eliminate the clip if the operation is bounded
Chris Wilson
1
-15
/
+42
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-6
/
+2
2009-08-29
[clip] Pass in destination offset for combining with clip-mask
Chris Wilson
1
-5
/
+9
2009-08-29
[fallback] Include implicit closes in the check for rectilinear paths
Chris Wilson
1
-2
/
+4
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-8
/
+2
2009-08-29
[fallback] Reduce paint + clipmask to fill
Chris Wilson
1
-9
/
+17
2009-08-29
[clip] Use the rectangular tessellator to extract boxes
Chris Wilson
1
-4
/
+4
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-5
/
+90
2009-08-29
[fill] Use trivial rectilinear_to_traps
Chris Wilson
1
-0
/
+14
2009-08-29
[clip] Combine directly onto target
Chris Wilson
1
-24
/
+2
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-123
/
+144
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
1
-30
/
+81
2009-08-29
[fallback] Avoid tessellating empty polygons
Chris Wilson
1
-2
/
+8
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
1
-15
/
+19
2009-08-29
[fallback] Avoid going through traps for trivial regions.
Chris Wilson
1
-46
/
+138
2009-08-29
[traps] Compute extents on demand.
Chris Wilson
1
-10
/
+0
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-75
/
+133
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-1
/
+2
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-440
/
+555
2009-06-02
Add a generic cow-snapshotting framework
Chris Wilson
1
-1
/
+1
2009-06-01
[surface-fallback] Tidy pattern handling.
Chris Wilson
1
-50
/
+33
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-1
/
+2
2009-05-05
[surface] Convert FORMAT_INVALID during snapshots
Chris Wilson
1
-1
/
+9
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] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-1
/
+1
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-10
/
+10
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-1
/
+1
2009-03-28
[region] Change sense of _cairo_region_not_empty() to _cairo_region_empty()
Søren Sandmann
1
-1
/
+1
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-34
/
+31
2009-02-13
[surface] Move the meta-data copy-on-snapshot to the generic layer.
Chris Wilson
1
-11
/
+0
2009-02-13
[surface] Separate the mime-data from the user-data.
Chris Wilson
1
-20
/
+7
2009-01-29
Spelling corrections: s/it's/its/
Daniel Holbert
1
-1
/
+1
2009-01-29
[path] Rename _cairo_path_fixed_approximate_extents()
Chris Wilson
1
-1
/
+1
2008-12-29
[path] Remove tolerance from path bounders
Chris Wilson
1
-1
/
+0
2008-12-18
[path] Separate the approx. bounds into 3 distinct functions
Chris Wilson
1
-5
/
+5
2008-12-18
[path] Return the fixed-point bounds of the path
Chris Wilson
1
-3
/
+6
2008-12-12
[clip] Intersect to region extents.
Chris Wilson
1
-1
/
+0
2008-12-12
[surface] Avoid a short-lived context during fallback_clone_similar()
Chris Wilson
1
-22
/
+19
2008-12-07
[cairo-spans] Hook up filling paths with spans to cairo-surface-fallback.c.
M Joonas Pihlaja
1
-1
/
+85
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-41
/
+41
2008-11-23
Add JPEG2000 mimetype and image info function
Adrian Johnson
1
-0
/
+1
2008-11-05
[png] Attach the png representation to cairo_surface_create_from_png().
Chris Wilson
1
-9
/
+11
2008-11-03
[mime-data] Copy a reference to the mime-data on snapshotting.
Chris Wilson
1
-24
/
+5
2008-11-03
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
1
-11
/
+26
2008-11-02
Add cairo_surface_set_mime_data()
Adrian Johnson
1
-0
/
+15
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-32
/
+33
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-11
/
+20
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-0
/
+1
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-4
/
+4
[next]