index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
create-from-png.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-30
[test] Memfault checks.
Chris Wilson
1
-51
/
+113
2008-10-31
[test] Use '.' as the field separator in the names
Chris Wilson
1
-8
/
+8
2008-10-31
[test] Build test suite into single binary.
Chris Wilson
1
-46
/
+36
2008-10-30
PS/PDF: Set image Interpolation flag
Adrian Johnson
1
-0
/
+1
2008-08-17
[test/create-from-png] Return the failure.
Chris Wilson
1
-0
/
+3
2008-08-13
[test] Preparatory work for running under memfault.
Chris Wilson
1
-101
/
+89
2008-04-21
[test/create-from-png] Check loading of various colour types.
Chris Wilson
1
-0
/
+121
2007-09-25
[cairo-png] Propagate error from read and write funcs.
Chris Wilson
1
-9
/
+75
2006-07-13
Add prototype for draw in each test file and remove it from the header.
Behdad Esfahbod
1
-0
/
+2
2006-07-11
More test suite infrastructure improvements:
Behdad Esfahbod
1
-2
/
+3
2005-07-28
Fix so that one of three different error status values will be returned:
Carl Worth
1
-2
/
+11
2005-07-27
Fix typo that caused cairo_image_surface_create_from_png_stream to segfault. ...
Carl Worth
1
-1
/
+3
2005-07-14
Rename create-for-png test to create-from-png to match the naming of the cair...
Carl Worth
1
-2
/
+2
2005-05-10
Removing mucking around with stderr and add a cairo_test_log function instead.
Carl Worth
1
-1
/
+1
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
1
-4
/
+2
2005-04-26
Add very simple test to generate PDF output, (no automated verification yet).
Carl Worth
1
-2
/
+0
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
1
-10
/
+9
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
1
-0
/
+74