Commit Graph

23 Commits

Author SHA1 Message Date
Søren Sandmann
a76826f198 Fix uses of short variables in pixman-region.c 2008-06-09 01:03:15 -04:00
Søren Sandmann
85bad33380 Add infinite loop test 2008-06-09 00:51:28 -04:00
Aaron Plattner
0c3547bad4 Fix test build when srcdir != builddir.
The tests were including pixman.h, but pixman.h couldn't find pixman-version.h
because it was in $(top_builddir)/pixman rather than $(top_srcdir)/pixman.
2008-03-28 12:16:07 -07:00
José Fonseca
469dd84cf8 New test for image fetching. 2007-09-07 10:47:15 +01:00
Søren Sandmann
028993aacb Set accessors for the destination image in composite-test.c 2007-08-24 16:49:29 -04:00
Søren Sandmann Pedersen
7b3c9cef49 Change the library name to pixman-1
Set the soname to something based on the library version.
2007-08-06 17:24:44 -04:00
Søren Sandmann
647852d714 Add timer macros 2007-06-17 18:55:37 -04:00
Søren Sandmann
d466cf1d2f Add various accessors; remove composite_rect 2007-06-12 14:24:40 -04:00
Soren Sandmann Pedersen
35f99a530d Make sure gradient-test.c builds when srcdir != buildir. Patch from
Julien Cristau <jcristau@debian.org>.
2007-05-23 16:09:49 -04:00
Soren Sandmann Pedersen
74b76ad9fe Fix wrong type in composite-test.c 2007-05-17 10:19:29 -04:00
Søren Sandmann
db3c13c8fe Add macro magic in pixman-private.h to allow reading and writing to
happen through functions. Use them in pixman-compose.c; also delete
unnecessary READ and WRITE macros that always operate on host memory.
Add accessor functions to composite-test.c
2007-05-16 19:35:55 -04:00
Soren Sandmann Pedersen
57d6894ab0 Add an image argument to all the store functions
Some tweaks to composite-test.c
2007-05-16 11:13:11 -04:00
Soren Sandmann Pedersen
195100527f Various formatting fixes
Rename pixman_image_composite() to pixman_image_composite_rect()
2007-05-15 16:40:40 -04:00
Soren Sandmann Pedersen
ffbb4a6b1f Don't build GTK+ test programs if GTK+ is not available 2007-05-15 11:08:24 -04:00
Søren Sandmann
c976db9658 Use a radial gradient in the gradien-test 2007-05-10 10:13:54 -04:00
Søren Sandmann
a5a11df902 Add a transformation to the gradient test 2007-05-10 09:16:34 -04:00
Søren Sandmann
1a58e8478f Use fixpoint instead of double in gradient test 2007-05-09 18:18:38 -04:00
Søren Sandmann
0ebb7e31db Remove AM_MAINTAINER_MODE ; add new gradient-test 2007-05-09 18:10:30 -04:00
Soren Sandmann Pedersen
dd670c29bf Fix various stupid mistakes, such as inverted return_if_fail() tests
and only allocating space for a pointer instead of an image.
2007-05-09 14:20:57 -04:00
Soren Sandmann Pedersen
8bdb8b1d93 Export pixman_gradient_stop; get rid of *error argument from init functions.
Add return_if_fail macros to pixman-private.h
2007-05-09 09:47:33 -04:00
Soren Sandmann Pedersen
4ea0d78209 Change to use malloced image instead of stack allocated 2007-05-09 08:20:43 -04:00
Soren Sandmann Pedersen
e36c6a5eb4 Make the test program test something useful.
Also add a check that the public image struct is big enough to contain the
private union.
2007-05-08 13:19:51 -04:00
Soren Sandmann Pedersen
4bd9ebc83d Add a simple test program; fix linking problems 2007-05-08 10:48:27 -04:00