[sse2] Fix rounding bug in conversion from 565 to 8888
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sun, 14 Sep 2008 18:58:00 +0000 (14:58 -0400)
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sun, 14 Sep 2008 18:58:00 +0000 (14:58 -0400)
commiteba402092082bf48072671e04e224589af872acd
treeb649949a3c8a9dbe4e3c4ef51c7f506a73daf64a
parent6f00d98f87c019849c611d27e9593c5eecfef4c2
[sse2] Fix rounding bug in conversion from 565 to 8888

When converting from 565 to 8888, replicate the topmost bits instead
of appending zeros.
pixman/pixman-sse2.c