summaryrefslogtreecommitdiff
path: root/test/buffer-diff.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-28test-suite: add image_diff_is_failure() functionBenjamin Otte1-0/+4
2008-08-20[test/bufferdiff] Move unused code.Chris Wilson1-36/+0
2008-08-18[test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson1-20/+18
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-3/+6
2006-12-14test: Rework buffer_diff interface as new compare_surfacesCarl Worth1-9/+6
2006-12-12test: Simplify buffer_diff by handling device offset in advanceCarl Worth1-6/+2
2006-08-31test: Ignore single-bit errors for SVG backend.Carl Worth1-16/+47
2006-08-31Move test-specific stuff out of boilerplate/ and back into test/Carl Worth1-0/+80
2006-08-30Split libcairotest files out from test/ and into boilerplate/Carl Worth1-80/+0
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-2/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2006-05-03Augment test framework to test everything under device offsets as well.Vladimir Vukicevic1-4/+17
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-0/+7
2005-08-05rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalphaJeff Muizelaar1-1/+13
2005-04-27Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth1-4/+14
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-1/+3
2005-01-25test/imagediff.cCarl Worth1-0/+38