Commit Graph

27 Commits

Author SHA1 Message Date
Julien Cristau
1c223ec3e7 autoreconf. 2007-09-03 17:01:04 +02:00
Julien Cristau
1bd9549ca7 Merge branch 'master' of git.freedesktop.org:/git/pixman into debian-experimental 2007-09-03 16:59:13 +02:00
Søren Sandmann
028993aacb Set accessors for the destination image in composite-test.c 2007-08-24 16:49:29 -04:00
David Nusinow
ad35083b3f Autoreconf 2007-08-09 21:17:50 -04:00
David Nusinow
2317a10e24 Merge branch 'upstream-experimental' into debian-experimental 2007-08-09 21:14:52 -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
Julien Cristau
ed1b78d2f7 autoreconf for new snapshot. 2007-08-01 12:56:59 +02:00
Julien Cristau
c930fa97a3 Merge branch 'master' of git://anongit.freedesktop.org/git/pixman into debian-experimental 2007-07-28 17:57:46 +02:00
Søren Sandmann
647852d714 Add timer macros 2007-06-17 18:55:37 -04:00
Julien Cristau
5abc874dc6 Merge branch 'master' of git://anongit.freedesktop.org/git/pixman into debian-experimental 2007-06-13 23:59:48 +02:00
Søren Sandmann
d466cf1d2f Add various accessors; remove composite_rect 2007-06-12 14:24:40 -04:00
Julien Cristau
a413e18ff1 Autoreconf 2007-05-28 19:34:07 +02: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