index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
pdiff
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
[test-win32] Fix static linking of the test suite.
Jeff Muizelaar
1
-1
/
+1
2008-09-22
[build] Add Makefile.win32.common
Behdad Esfahbod
1
-4
/
+2
2008-09-11
Makefile.am cleanup
Behdad Esfahbod
1
-6
/
+4
2008-09-10
[test/pdiff] Fix include syntax
Behdad Esfahbod
1
-1
/
+1
2008-09-10
[test] Typo in Makefile.am
Chris Wilson
2
-2
/
+2
2008-09-10
[test/pdiff/Makefile.am] Another automake warning fix
Behdad Esfahbod
1
-1
/
+1
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+2
2008-08-26
[pdiff] Get the surface data pointer once.
Chris Wilson
1
-22
/
+16
2008-08-17
[Makefile.am] Delete intermediates
Chris Wilson
1
-0
/
+4
2008-02-06
Some fixes and improvements to the Win32 build
Azar@.(none)
1
-0
/
+3
2007-12-20
[pdiff] Avoid the memleak for small surfaces.
Chris Wilson
1
-13
/
+27
2007-10-16
[pdiff] Reorganise the inner loops of the convolution.
Chris Wilson
1
-12
/
+15
2007-10-16
[pdiff] Check for too small images.
Chris Wilson
1
-0
/
+3
2007-08-28
[win32] Update win32 Makefiles
Vladimir Vukicevic
1
-0
/
+18
2007-04-11
[pdiff] Ship gpl.txt
Behdad Esfahbod
1
-0
/
+1
2007-04-03
[pdiff] Make stdint.h inclusion portable (#10441)
Behdad Esfahbod
1
-1
/
+36
2007-03-12
Correct an off-by-one in the reflection of the convolution index.
Chris Wilson
1
-2
/
+2
2007-03-04
[test/pdiff] Fix build problem with certain flavors of make
Mathias Hasselmann
1
-1
/
+1
2007-03-02
Fix leak in pdiff lpyramid
Carl Worth
1
-0
/
+2
2006-12-17
[pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>
Behdad Esfahbod
1
-0
/
+2
2006-12-17
[pdiff] Don't use float math functions if not using gcc with C99
Behdad Esfahbod
1
-0
/
+8
2006-12-16
[pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabled
Behdad Esfahbod
1
-1
/
+1
2006-12-16
[pdiff] Fix compiler warnings, that were causing crashes
Behdad Esfahbod
1
-1
/
+4
2006-12-14
pdiff: Remove casts since we're out of the land of X++ where void* is stupidl...
Carl Worth
1
-4
/
+2
2006-12-14
pdiff: Rename everything to .c and fix an last littele C++ isms.
Carl Worth
8
-153
/
+54
2006-12-14
pdiff: Replace CompareArgs class with args_t struct
Carl Worth
5
-32
/
+160
2006-12-14
pdiff: Fix return value from perceptualdiff program
Carl Worth
1
-2
/
+1
2006-12-14
pdiff: Remove all uses of std::string
Carl Worth
3
-29
/
+14
2006-12-14
pdiff: Remove RGBAImage classes now that we're just using cairo image surfaces
Carl Worth
8
-271
/
+69
2006-12-14
pdiff: Remove hideous C++ reference passing
Carl Worth
1
-13
/
+13
2006-12-14
pdiff: Remove intermingled statements and declarations
Carl Worth
1
-30
/
+44
2006-12-14
pdiff: Add .gitignore for perceptualdiff binary
Carl Worth
1
-0
/
+1
2006-12-14
pdiff: Remove old, unused Yee_Compare interface
Carl Worth
2
-36
/
+22
2006-12-14
pdiff: Rewrite main program to use cairo-based pdiff_compare interface
Carl Worth
6
-78
/
+65
2006-12-14
pdiff: Rip out unused ImgDiff code, (dropping -output option)
Carl Worth
5
-35
/
+2
2006-12-14
pdiff: Move function that depends on command-line argument class to same file...
Carl Worth
4
-64
/
+62
2006-12-14
pdiff: Rewrite Laplacian pyramid code from C++ to C
Carl Worth
6
-117
/
+137
2006-12-14
pdiff: Convert C++-style comments to good old-fashioned C-style comments
Carl Worth
8
-36
/
+39
2006-12-14
pdiff: Delete all trailing whitespace.
Carl Worth
8
-40
/
+40
2006-12-14
pdiff: Re-indent all code
Carl Worth
9
-593
/
+593
2006-12-14
pdiff: Fix line endings
Carl Worth
2
-125
/
+125
2006-12-14
pdiff: Compile pdiff algorithm as a libtool convenience library
Carl Worth
4
-6
/
+66
2006-12-14
pdiff: Teach pdiff code to accept cairo image surfaces
Carl Worth
4
-36
/
+79
2006-12-12
pdiff: Factor out a comparison function that doesn't read the 'args' structure
Carl Worth
1
-40
/
+72
2006-11-29
pdiff: Add missing newlins at end of files.
Carl Worth
6
-6
/
+5
2006-11-29
Hook up Makefiles for perceptualdiff.
Carl Worth
1
-0
/
+14
2006-11-29
Remove all libtiff-related code by #ifdef
Carl Worth
2
-0
/
+11
2006-11-29
Use uint32_t instead of the non-standard uint32
Carl Worth
1
-3
/
+3
2006-11-29
Add perceptualdiff program totest/pdiff.
Carl Worth
12
-0
/
+1323