summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-11Merge branch 'master' into newcoveringcoveringSøren Sandmann493-3980/+26441
2008-12-11Merge branch '1.8'Jeff Muizelaar1-0/+1
2008-12-11[quartz] Create a copy instead of increasing the referenceJeff Muizelaar1-2/+14
2008-12-10[quartz] Propagate const patterns through the castsJeff Muizelaar1-16/+23
2008-12-10[quartz] Create a copy of the pattern so that the reference counts are balancedJeff Muizelaar1-2/+14
2008-12-09[quartz] Change some pattern casts to access to the base classJeff Muizelaar1-6/+6
2008-12-09Reorganize the (set|get)_antialias prototypesJeff Muizelaar1-7/+7
2008-12-08[win32] Use MOD instead of the '%' operatorJeff Muizelaar1-2/+5
2008-12-07[cairo-spans] Render clip mask surfaces with spans if we can.M Joonas Pihlaja49-0/+140
2008-12-07[cairo-spans] Hook up filling paths with spans to cairo-surface-fallback.c.M Joonas Pihlaja246-1/+85
2008-12-06[cairo-spans] Implement a span renderer for cairo_image_surface_t.M Joonas Pihlaja1-40/+233
2008-12-06[cairo-spans] New cairo_tor_scan_converter_t.M Joonas Pihlaja4-5/+2027
2008-12-06[cairo-spans] New _cairo_path_fixed_fill_using_spans().M Joonas Pihlaja2-0/+155
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja25-0/+131
2008-12-06[cairo-spans] New abstract types for scan converting polygons.M Joonas Pihlaja4-0/+369
2008-12-06[cairo-spans] Introduce a type to track which pixels combine in a compositing...M Joonas Pihlaja3-0/+52
2008-12-06[path-fixed] New _cairo_path_fixed_is_region().M Joonas Pihlaja2-0/+99
2008-12-06[path-fixed] Avoid extra indirection when iterating already flat paths.M Joonas Pihlaja1-0/+9
2008-12-06[perf-diff] Fix cairo-perf-diff for git 1.6Chris Wilson1-1/+1
2008-12-06[perf] Add perf tests to hit rectilinear code paths.M Joonas Pihlaja4-1/+204
2008-12-06[perf] Explicitly test rendering a path with lots of intersections.M Joonas Pihlaja4-1/+101
2008-12-04[win32] Use MOD instead of the '%' operatorJeff Muizelaar1-2/+5
2008-12-02[matrix] Optimise invert for simple scaling|translation matrices.Chris Wilson1-1/+25
2008-11-30[Makefile.am] Use top_srcdir instead of srcdirBehdad Esfahbod1-1/+1
2008-11-30glitz: Replace specified color with an opaque one if dst surface don't have a...Luo Jinghua1-6/+12
2008-11-29Fix up a couple of likely(malloc==NULL)Chris Wilson2-3/+3
2008-11-29[test] Fix surface leak from device-offset-positive.Chris Wilson1-0/+1
2008-11-29[png] Fix leak of original png data on error path.Chris Wilson1-4/+11
2008-11-29Mark allocation failures as unlikely.Chris Wilson54-294/+300
2008-11-29Mark if(status) as being unlikely.Chris Wilson40-1050/+1053
2008-11-29[test] Exercise caps and joins under reflection.Chris Wilson10-14/+143
2008-11-29[test] Add simple cap test.Chris Wilson4-0/+90
2008-11-29[fill] Allow rectangles to be implicitly closed.Chris Wilson3-8/+12
2008-11-29[path] Carefully check for no more points.Chris Wilson2-8/+17
2008-11-29[check] Search for the word NOTEChris Wilson1-1/+1
2008-11-29[perf] Fix buildChris Wilson1-1/+2
2008-11-28image: Use unsigned long to compute color masks.Luo Jinghua1-1/+1
2008-11-26[script] Use the in-tree libcairo for csi-replay.M Joonas Pihlaja1-1/+1
2008-11-26[os2] Move include cairo.h before os2.hChris Wilson1-2/+2
2008-11-26[os2] Fix includesBehdad Esfahbod3-16/+8
2008-11-26[script] Only use zlib if available.Chris Wilson4-3/+11
2008-11-26[script] Link the interpreter against the built library.Chris Wilson1-2/+2
2008-11-26[script] Add a fallback image surface for replayChris Wilson1-0/+8
2008-11-26[skiplist] Check for ffs()Chris Wilson2-1/+12
2008-11-26[glitz] Fix clone_similar().Chris Wilson1-321/+137
2008-11-26[test] Fix glitz-surface-source testPaolo Bonzini3-2/+94
2008-11-26[test] Add quartz-surface-source testPaolo Bonzini5-1/+47
2008-11-26[perf] Fix SDL compilation for MacOS XPaolo Bonzini4-0/+16
2008-11-26[matrix] Impose a maximum number of refinement iterationsChris Wilson1-1/+3
2008-11-26[skiplist] Use ffs()Chris Wilson1-10/+1