summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-06[script] Extend csi-replay to show how to use a single surfaceChris Wilson1-1/+72
2009-08-06[trace] Close the dictionary before fontChris Wilson1-1/+1
2009-08-06[gl] Move hidden cairo_gl_surface_create() proto to headerChris Wilson2-1/+2
2009-08-06[trace] WhitespaceChris Wilson1-8/+4
2009-08-06[trace] Only write the 4 byte length to the streamChris Wilson1-1/+1
2009-08-06[perf] Compare drawing random curvesChris Wilson1-1/+57
2009-08-06[pattern] Invalid access beyond end of freed-poolChris Wilson1-1/+3
2009-08-06[build] Configure switch to disable atomicsChris Wilson1-2/+8
2009-08-06[path] Extend identical lines.Chris Wilson2-3/+35
2009-08-06[matrix] Use hypot()Chris Wilson1-2/+2
2009-08-06[perf] Calibrate tests to run for at least 2 secondsChris Wilson28-381/+496
2009-08-06[surface] Protect against the user setting a fallback resolution of 0.Chris Wilson1-0/+8
2009-08-06[configure] Also check for libiberty.hChris Wilson1-0/+1
2009-08-06[boilerplate/test] Convert make-*-constructors to shellChris Wilson7-353/+56
2009-08-06[directfb] Conditionally use DSPF_BGR555Chris Wilson1-0/+4
2009-07-31[gl] Refresh clip-operator ref.Chris Wilson2-0/+1
2009-07-31Merge branch 'gl-glyph-cache'Chris Wilson13-328/+1207
2009-07-31[gl] Use scissors rather than allocating a temporary depth buffer.Chris Wilson3-100/+32
2009-07-31[test] Add clip-fill.Chris Wilson7-0/+83
2009-07-31[test] Add clip-textChris Wilson7-0/+93
2009-07-31Revert "[gl] Fixup unbounded regions after spans"Chris Wilson1-61/+7
2009-07-31[spans] Emit empty rows.Chris Wilson1-0/+15
2009-07-31[gl] Return status from _render_glyphs()Chris Wilson1-2/+4
2009-07-31[boilerplate] Conditionally tweak the xlib surfaceChris Wilson2-2/+11
2009-07-31[boilerplate] Update fallbacks after disabling RENDERChris Wilson1-0/+5
2009-07-31[xlib] Use server-side gradients.Chris Wilson5-33/+318
2009-07-31[xlib] Disable extended repeat modes if RENDER < 0.10Chris Wilson1-0/+4
2009-07-31[perf] Print min_ticks in reportChris Wilson1-1/+3
2009-07-31[perf] Change the order of slowdowns.Chris Wilson1-4/+7
2009-07-31[perf] Add a more complex fill, a set of ringsChris Wilson1-0/+37
2009-07-31[perf] Add a single shot long-linesChris Wilson1-11/+34
2009-07-31[perf] Fix the asymmetry in long linesChris Wilson1-1/+1
2009-07-31[perf] Correct typo in long-lines.cChris Wilson1-1/+1
2009-07-31[perf] Check outputChris Wilson1-0/+19
2009-07-29[perf] Remove the warning about failing to open a directoryChris Wilson1-3/+1
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-28[gl] Fixup unbounded regions after spansChris Wilson1-7/+61
2009-07-28[gl] Cache texture snapshots.Chris Wilson3-127/+204
2009-07-28[gl] Replace DrawPixels with TexSubImageChris Wilson1-33/+27
2009-07-28[gl] Disable the EXTEND_REFLECT convertorChris Wilson1-1/+1
2009-07-28[gl] Trim glyphs to surface/clip extents.Chris Wilson1-3/+18
2009-07-28[gl] Render glyphs to an intermediate mask as opposed to falling back.Chris Wilson1-112/+194
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson8-23/+66
2009-07-28[gl] Only unlock the glyph cache when full.Chris Wilson1-3/+7
2009-07-28Ensure Type 3 fonts do not use the name .notdef in the PS encodingAdrian Johnson1-1/+1
2009-07-28[gl] Move check for vertex buffer support to individual operations.Chris Wilson2-8/+12
2009-07-28[gl] Separate out supported operator check.Chris Wilson3-32/+26