summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-29[perf] Add another stroking micro-benchmarkChris Wilson1-0/+36
2009-07-29[path] Fix iter to handle circular list of buffersChris Wilson2-2/+8
2009-07-29[path] Remove the broken rel-curve-to as line-toChris Wilson1-6/+0
2009-07-29[test] Yet another bug in curve-to as line-to.Chris Wilson5-0/+102
2009-07-28Ensure Type 3 fonts do not use the name .notdef in the PS encodingAdrian Johnson1-1/+1
2009-07-28Ensure Type 3 fonts do not add a .notdef glyphAdrian Johnson1-1/+1
2009-07-28PDF: Only Type 3 fonts should include glyph 0 in /ToUnicodeAdrian Johnson3-7/+15
2009-07-28[perf] Avoid NULL derefs on broken result files.Chris Wilson1-4/+4
2009-07-28[test] Wrap yet another call to get_image_surface() inside a timeout.Chris Wilson1-0/+3
2009-07-28[script] Add cvi, cvr, modChris Wilson3-4/+100
2009-07-28[test] Add timeouts around finishing and converting surfaces to images.Chris Wilson1-4/+10
2009-07-28[test] Test extremely small dash lengths.M Joonas Pihlaja4-0/+85
2009-07-28[path] Remove the erroneous conversion of a 'zero-length' curve-toChris Wilson1-3/+0
2009-07-28[test] Add degenerate-curve-toChris Wilson5-0/+106
2009-07-27Mark curve-to-as-line-to as XFAIL for PS backend.Carl Worth1-0/+0
2009-07-27Revert "[path] Convert straight curve-to to line-to"Carl Worth1-12/+0
2009-07-27Revert "[spline] Treat a straight spline as degenerate."Carl Worth1-9/+0
2009-07-27Merge branch 'master' of git.cairographics.org:/git/cairoCarl Worth39-107/+947
2009-07-27Add new test: curve-to-as-line-toCarl Worth3-0/+96
2009-07-27[xlib] Add a timely reminder to ensure that bugs are properly filed.Chris Wilson1-0/+6
2009-07-27[rtree] Merge the common unpin_and_evict_unused() routineChris Wilson2-2/+49
2009-07-27[paginated] Propagate error return during finish.Chris Wilson1-0/+10
2009-07-27[test] Overlapping glyphsChris Wilson7-0/+128
2009-07-27[xlib] Fast-path the likely case of retrieving a known xrender_formatChris Wilson1-0/+6
2009-07-27Add a simple rectangle tree (rtree) implementationChris Wilson3-0/+475
2009-07-27[path] Convert straight curve-to to line-toChris Wilson1-0/+12
2009-07-27[spline] Treat a straight spline as degenerate.Chris Wilson1-0/+9
2009-07-27[script] Fix reference to font source after transferring to mmapChris Wilson1-0/+6
2009-07-27[pdf] Eliminate redundant whole-page clip.Chris Wilson5-0/+16
2009-07-24PDF: Fix glyph 0 in toUnicode stream when using user fontsAdrian Johnson1-26/+45
2009-07-24[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson8-17/+50
2009-07-24[image] Discard redundant clearsChris Wilson2-1/+35
2009-07-24[script] mark scan_read() inlineChris Wilson1-3/+3
2009-07-24[xlib] Check workqueue before taking the display mutexChris Wilson1-0/+6
2009-07-24[test] Extend radial gradients to check r2 < r1Chris Wilson3-13/+23
2009-07-24[test] Fix use of uninitialized widths.Chris Wilson1-8/+5
2009-07-24[test] Trap SIGFPEChris Wilson1-0/+7
2009-07-24[scaled-font] cairo_scaled_font_glyph_extents() initialise extentsChris Wilson1-7/+16
2009-07-24[scaled-font] Skip empty glyphsChris Wilson1-26/+31
2009-07-24[perf] Specify html file on cmdline instead of redirecting all outputChris Wilson2-5/+5
2009-07-24[perf] Compare performance against most recent tag.Chris Wilson1-1/+6
2009-07-23[script] Decompress font sourcesChris Wilson1-20/+99
2009-07-23[test] clip representation is no longer surface dependentChris Wilson1-126/+74
2009-07-23[drm] Add an accelerated image surface.Chris Wilson33-7/+5025
2009-07-23Remove clip handling from generic surface layer.Chris Wilson193-5903/+7741
2009-07-23[gl] Simplify the common CLEAR of a surfaceChris Wilson1-1/+24
2009-07-23[gl] Do not use unchecked GL v1.5 featuresChris Wilson1-11/+13
2009-07-23[perf] Add a simple report printer.Chris Wilson2-2/+78
2009-07-23[vg] Compile fixes for EGL boilerplateChris Wilson1-10/+9
2009-07-22[gl] Enable GL backend for cairo-perf-traceChris Wilson2-1/+6