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