test: In image_endian_swap() use pixman_image_get_format() to get the bpp.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 7 Mar 2011 18:45:54 +0000 (13:45 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 7 Mar 2011 19:07:44 +0000 (14:07 -0500)
commit84f3c5a71a2de1a96dcf0c7f9ab0a8ee1b1b158f
treed05db8f6002a97f08e8185b5fe45e67769c092c7
parent17feaa9c50bb8521b0366345efe181bd99754957
test: In image_endian_swap() use pixman_image_get_format() to get the bpp.

There is no reason to pass in the bpp as an argument; it can be gotten
directly from the image.
test/affine-test.c
test/blitters-test.c
test/composite-traps-test.c
test/scaling-test.c
test/utils.c
test/utils.h