Fix bug in blitters-test with BGRA formats.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Sep 2009 12:16:56 +0000 (08:16 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 24 Sep 2009 11:54:37 +0000 (07:54 -0400)
commite156964d3e005be3dbc9ff80580d98c6dd617afd
tree61583708c797ded3351b3005bb413738d2724c5c
parenteb72bfb97d10283964c070f0a0e26f0520a22ff3
Fix bug in blitters-test with BGRA formats.

When masking out the x bits, blitter-test would make the incorrect
assumption that the they were always in the topmost position. This is
not correct for formats of type PIXMAN_TYPE_BGRA.
test/blitters-test.c