summaryrefslogtreecommitdiff
path: root/test/blitters-test.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2010-07-10 20:47:01 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2010-07-11 09:43:56 -0400
commit2e7fb6655334789f8a5e290245d47c8d6b221c24 (patch)
tree32efea63068c1df56c991e18aca3624085cf9e1c /test/blitters-test.c
parent2df6dac0be678e1683223faeddadb35b1d2dbe36 (diff)
When converting indexed formats to 64 bits, don't correct for channel widths
Indexed formats are mapped to a8r8g8b8 with full precision, so when expanding we shouldn't correct for the width of the channels
Diffstat (limited to 'test/blitters-test.c')
-rw-r--r--test/blitters-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blitters-test.c b/test/blitters-test.c
index 5becada8..2c6334a4 100644
--- a/test/blitters-test.c
+++ b/test/blitters-test.c
@@ -478,6 +478,6 @@ main (int argc, const char *argv[])
}
return fuzzer_test_main("blitters", 2000000,
- 0xD0B050B1,
+ 0xD5833506,
test_composite, argc, argv);
}