diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-09-28 08:59:11 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-09-28 08:59:11 -0400 |
commit | b765dcb554e4328c8502433474a28af30c0bb7f3 (patch) | |
tree | 5017dfaaf131cfe82eba363b3c84627dd9f90ba0 | |
parent | 66f7581ccf8157777c9bfc0116858adb140ee4ca (diff) |
Update CRC in blitters-test for the changes in 10bpc alpha handling
-rw-r--r-- | test/blitters-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blitters-test.c b/test/blitters-test.c index 6e1c5de..ba9900a 100644 --- a/test/blitters-test.c +++ b/test/blitters-test.c @@ -640,7 +640,7 @@ main (int argc, char *argv[]) /* Predefined value for running with all the fastpath functions disabled. It needs to be updated every time when changes are introduced to this program or behavior of pixman changes! */ - if (crc == 0xFE1244BF) + if (crc == 0x06D8EDB6) { printf ("blitters test passed\n"); } |