summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-25Give cairo_surface_mark_dirty() the slim hidden treatmentBenjamin Otte1-0/+1
2010-01-22misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINTChris Wilson1-0/+5
2010-01-22xcb: Refresh.Chris Wilson1-0/+16
2010-01-22drm: Add backends for i915 and i965.Chris Wilson1-0/+2
2010-01-22image: Implement high level interface.Chris Wilson1-15/+6
2010-01-22surface-fallback: Convert to composite rectanglesChris Wilson1-2/+1
2010-01-22types: Move cairo_scaled_glyph_t to cairo-types-private.hChris Wilson1-26/+0
2010-01-22stroke: Convert rectilinear paths to boxes.Chris Wilson1-0/+7
2010-01-22fill: Convert rectilinear paths to boxes.Chris Wilson1-0/+5
2010-01-22path: Compute coarse bounds upon construction.Chris Wilson1-5/+4
2010-01-22gstate: Skip ops with a clear mask.Chris Wilson1-0/+3
2010-01-22pattern: Add convenience patterns for stock coloursChris Wilson1-1/+2
2010-01-22pattern: An EXTEND_NONE surface is not opaque if we sample outsideChris Wilson1-1/+2
2010-01-22spans: Add a Bentley-Ottmann variant on the Tor scan converterChris Wilson1-9/+0
2010-01-22boxes: Enable generation of boxes from rectilinear polygons.Chris Wilson1-0/+5
2010-01-22boxes: Enable tessellationChris Wilson1-0/+5
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-7/+7
2010-01-22spans: Pass multiple rows of identical spans to the renders.Chris Wilson1-2/+2
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Remove content matching from snapshot lookup.Chris Wilson1-2/+1
2010-01-22Constify stroke style and matrices.Chris Wilson1-22/+22
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-12/+0
2009-11-11Improve stroking of densely dashed stylesAndrea Canciani1-0/+20
2009-10-29Provide a builtin implementation of isspace() and isdigit()Adrian Johnson1-0/+16
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-6/+6
2009-10-21Support component-alpha.Chris Wilson1-68/+1
2009-10-21Make the surface->is_clear logic commonChris Wilson1-1/+0
2009-10-16[surface] Don't AND in the desired content.Chris Wilson1-4/+0
2009-09-25[image] Return cairo_bool_t from _pixman_format_to_masksBenjamin Otte1-1/+1
2009-09-11[xlib] Discard clip if larger than glyph extentsChris Wilson1-0/+6
2009-09-01[ps/pdf] Trim patterns to operation extentsChris Wilson1-0/+49
2009-09-01[pattern] Remove unused hidden symbol for cairo_pattern_status()Chris Wilson1-1/+0
2009-08-29[gl] Use spans for trapezois.Chris Wilson1-4/+14
2009-08-29[cairoint.h] Add missing cairo_private to debug prototypes.Chris Wilson1-2/+2
2009-08-29[tessellate] Rectangular special caseChris Wilson1-0/+5
2009-08-29[clip] Cache intermediate clip masks.Chris Wilson1-0/+3
2009-08-29[gstate] Convert simple mask() into a paint()Chris Wilson1-4/+5
2009-08-29[debug] Path printerChris Wilson1-0/+3
2009-08-29[fill] Use trivial rectilinear_to_trapsChris Wilson1-0/+5
2009-08-29[polygon] Return status from path opsChris Wilson1-3/+3
2009-08-29[slope] Inline _cairo_slope_init()Chris Wilson1-17/+0
2009-08-29[clip] Use geometric clipping for unaligned clipsChris Wilson1-7/+21
2009-08-29[tessellator] Special case rectilinear tessellationChris Wilson1-6/+12
2009-08-29[fallback] Avoid going through traps for trivial regions.Chris Wilson1-0/+5
2009-08-29[traps] Increase exponential expansion factor.Chris Wilson1-5/+3
2009-08-29[traps] Compute extents on demand.Chris Wilson1-9/+0
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-42/+60
2009-08-06[path] Extend identical lines.Chris Wilson1-0/+7
2009-07-31Merge branch 'gl-glyph-cache'Chris Wilson1-1/+2
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson1-1/+2