summaryrefslogtreecommitdiff
path: root/test/buffer-diff.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-28test-suite: add image_diff_is_failure() functionBenjamin Otte1-0/+8
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-4/+8
2008-09-04[test] Do not include "xmalloc.h" directlyBehdad Esfahbod1-1/+0
2008-08-20[test/bufferdiff] Move unused code.Chris Wilson1-295/+0
2008-08-18[test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson1-122/+205
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-32/+90
2008-02-25Use pdiff only if the pixel difference is less than a limitVladimir Vukicevic1-7/+17
2007-08-06Bump pixman dependency to 0.9.4Søren Sandmann Pedersen1-1/+1
2007-06-21[pixman] Initial port to standalone pixman library.Søren Sandmann1-8/+8
2007-04-09buffer-diff - check for any errors whilst writing the pngChris Wilson1-2/+3
2007-03-01[test] Plug a leak in the test suiteBehdad Esfahbod1-0/+1
2006-12-14Hook up pdiff to the test suite now that its written in CCarl Worth1-0/+30
2006-12-14test: Rework buffer_diff interface as new compare_surfacesCarl Worth1-15/+13
2006-12-12test: Simplify buffer_diff by handling device offset in advanceCarl Worth1-38/+65
2006-09-07test: Report details errors when image output files cannot be found.Carl Worth1-4/+12
2006-08-31test: Ignore single-bit errors for SVG backend.Carl Worth1-36/+60
2006-08-31Move test-specific stuff out of boilerplate/ and back into test/Carl Worth1-0/+306
2006-08-30Split libcairotest files out from test/ and into boilerplate/Carl Worth1-348/+0
2006-08-30[test] Add 128 to any diff component such that differences are visibleBehdad Esfahbod1-4/+6
2006-08-22[test] bufferdiff: take abs of the pixel diffs. Oops!Behdad Esfahbod1-1/+2
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth1-1/+1
2006-08-01Change the way diff images highlight differences.Behdad Esfahbod1-2/+5
2006-08-01Make image_diff_flattened flatten the first image too.Behdad Esfahbod1-8/+26
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-4/+4
2006-05-03Augment test framework to test everything under device offsets as well.Vladimir Vukicevic1-28/+70
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-0/+94
2005-08-05rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalphaJeff Muizelaar1-26/+57
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth1-0/+4
2005-08-05Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth1-0/+2
2005-07-15Add new check-valgrind target for running the test suite under the influence ...Carl Worth1-1/+3
2005-05-10Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth1-8/+9
2005-04-27Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth1-12/+86
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-2/+4
2005-03-29More _/- renames in the test directory.Carl Worth1-1/+1
2005-01-25test/imagediff.cCarl Worth1-0/+73