summaryrefslogtreecommitdiff
path: root/src/cairo-surface-fallback.c
Commit message (Expand)AuthorAgeFilesLines
...
* [fallback] Avoid tessellating empty polygonsChris Wilson2009-08-291-2/+8
* [tessellator] Special case rectilinear tessellationChris Wilson2009-08-291-15/+19
* [fallback] Avoid going through traps for trivial regions.Chris Wilson2009-08-291-46/+138
* [traps] Compute extents on demand.Chris Wilson2009-08-291-10/+0
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-75/+133
* [gl] Fallback for overlapping glyphs.Chris Wilson2009-07-281-1/+2
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-440/+555
* Add a generic cow-snapshotting frameworkChris Wilson2009-06-021-1/+1
* [surface-fallback] Tidy pattern handling.Chris Wilson2009-06-011-50/+33
* [xlib] Use minimal depth for similar clones.Chris Wilson2009-05-151-1/+2
* [surface] Convert FORMAT_INVALID during snapshotsChris Wilson2009-05-051-1/+9
* [region] Change name of cairo_region_empty() to cairo_region_is_empty()Søren Sandmann Pedersen2009-03-311-1/+1
* [region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen2009-03-281-1/+1
* [region] Remove underscores from _cairo_region_*Søren Sandmann2009-03-281-10/+10
* [region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen2009-03-281-1/+1
* [region] Change sense of _cairo_region_not_empty() to _cairo_region_empty()Søren Sandmann2009-03-281-1/+1
* [region] Make cairo_region_t a malloced object.Søren Sandmann2009-03-281-34/+31
* [surface] Move the meta-data copy-on-snapshot to the generic layer.Chris Wilson2009-02-131-11/+0
* [surface] Separate the mime-data from the user-data.Chris Wilson2009-02-131-20/+7
* Spelling corrections: s/it's/its/Daniel Holbert2009-01-291-1/+1
* [path] Rename _cairo_path_fixed_approximate_extents()Chris Wilson2009-01-291-1/+1
* [path] Remove tolerance from path boundersChris Wilson2008-12-291-1/+0
* [path] Separate the approx. bounds into 3 distinct functionsChris Wilson2008-12-181-5/+5
* [path] Return the fixed-point bounds of the pathChris Wilson2008-12-181-3/+6
* [clip] Intersect to region extents.Chris Wilson2008-12-121-1/+0
* [surface] Avoid a short-lived context during fallback_clone_similar()Chris Wilson2008-12-121-22/+19
* [cairo-spans] Hook up filling paths with spans to cairo-surface-fallback.c.M Joonas Pihlaja2008-12-071-1/+85
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-41/+41
* Add JPEG2000 mimetype and image info functionAdrian Johnson2008-11-231-0/+1
* [png] Attach the png representation to cairo_surface_create_from_png().Chris Wilson2008-11-051-9/+11
* [mime-data] Copy a reference to the mime-data on snapshotting.Chris Wilson2008-11-031-24/+5
* [mime-data] Allow embedding of arbitrary mime-types.Chris Wilson2008-11-031-11/+26
* Add cairo_surface_set_mime_data()Adrian Johnson2008-11-021-0/+15
* [pattern] Avoid needless copying of patterns.Chris Wilson2008-10-301-32/+33
* Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson2008-10-301-11/+20
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-0/+1
* clone_similar(): s/device_offset/clone_offset/Chris Wilson2008-09-271-4/+4
* [surface] Only return early for no traps if the operator is bounded by a mask.Chris Wilson2008-09-271-3/+1
* Allow cloning sub-regions of similar surfaces.Chris Wilson2008-09-271-2/+6
* [traps] Replace open-coding of box->rectangle->boxChris Wilson2008-09-241-13/+3
* Simple perf tweaks for a rectilinear Hilbert curve.Chris Wilson2008-09-191-8/+4
* [surface] Trivial rejection of fill/stroke if clip extents is zeroChris Wilson2008-09-151-0/+6
* Allocate the correct pattern type on the stack.Chris Wilson2008-06-131-12/+12
* Quiet warning about signed vs. unsigned comparisonCarl Worth2008-03-251-2/+2
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-3/+3
* Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic2008-01-221-7/+2
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-3/+3
* Fix cairo_surface_fallback_snapshot's use of release_source_imageVladimir Vukicevic2008-01-041-2/+2
* [cairo-surface-fallback] Release the acquired image on error.Chris Wilson2007-10-051-4/+7