summaryrefslogtreecommitdiff
path: root/test/buffer-diff.c
Commit message (Expand)AuthorAgeFilesLines
* test: explicitly handle image formats in buffer_diff_coreManuel Stoeckl2021-08-291-15/+28
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* test-suite: add image_diff_is_failure() functionBenjamin Otte2010-04-281-0/+8
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-4/+8
* [test] Do not include "xmalloc.h" directlyBehdad Esfahbod2008-09-041-1/+0
* [test/bufferdiff] Move unused code.Chris Wilson2008-08-201-295/+0
* [test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson2008-08-181-122/+205
* [test] Preparatory work for running under memfault.Chris Wilson2008-08-131-32/+90
* Use pdiff only if the pixel difference is less than a limitVladimir Vukicevic2008-02-251-7/+17
* Bump pixman dependency to 0.9.4Søren Sandmann Pedersen2007-08-061-1/+1
* [pixman] Initial port to standalone pixman library.Søren Sandmann2007-06-211-8/+8
* buffer-diff - check for any errors whilst writing the pngChris Wilson2007-04-091-2/+3
* [test] Plug a leak in the test suiteBehdad Esfahbod2007-03-011-0/+1
* Hook up pdiff to the test suite now that its written in CCarl Worth2006-12-141-0/+30
* test: Rework buffer_diff interface as new compare_surfacesCarl Worth2006-12-141-15/+13
* test: Simplify buffer_diff by handling device offset in advanceCarl Worth2006-12-121-38/+65
* test: Report details errors when image output files cannot be found.Carl Worth2006-09-071-4/+12
* test: Ignore single-bit errors for SVG backend.Carl Worth2006-08-311-36/+60
* Move test-specific stuff out of boilerplate/ and back into test/Carl Worth2006-08-311-0/+306
* Split libcairotest files out from test/ and into boilerplate/Carl Worth2006-08-301-348/+0
* [test] Add 128 to any diff component such that differences are visibleBehdad Esfahbod2006-08-301-4/+6
* [test] bufferdiff: take abs of the pixel diffs. Oops!Behdad Esfahbod2006-08-221-1/+2
* Eliminate most compiler warnings from the test suiteCarl Worth2006-08-081-1/+1
* Change the way diff images highlight differences.Behdad Esfahbod2006-08-011-2/+5
* Make image_diff_flattened flatten the first image too.Behdad Esfahbod2006-08-011-8/+26
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-1/+1
* Implement the device_offset functionality at surface, not gstate layerCarl Worth2006-05-041-4/+4
* Augment test framework to test everything under device offsets as well.Vladimir Vukicevic2006-05-031-28/+70
* Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth2006-01-171-0/+94
* rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalphaJeff Muizelaar2005-08-051-26/+57
* Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth2005-08-051-0/+4
* Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth2005-08-051-0/+2
* Add new check-valgrind target for running the test suite under the influence ...Carl Worth2005-07-151-1/+3
* Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth2005-05-101-8/+9
* Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth2005-04-271-12/+86
* Change type of data parameter from char* to unsigned char*.Carl Worth2005-04-041-2/+4
* More _/- renames in the test directory.Carl Worth2005-03-291-1/+1
* test/imagediff.cCarl Worth2005-01-251-0/+73