Implement get_scanline_64() correctly for solid fill images.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 21 Jan 2010 18:43:53 +0000 (13:43 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 26 Jan 2010 19:46:33 +0000 (14:46 -0500)
commit15d07d6c2ac4ed5d41dc80b476e09e8d7dd6a84a
tree3fc1272cf7b574db9bdb3d950f416dd3f76c5778
parent0e8550798f69ef69dbde59eda6341ab4e0801069
Implement get_scanline_64() correctly for solid fill images.

Previously they would be evaluated at 8 bits and then expanded.
pixman/pixman-image.c
pixman/pixman-private.h
pixman/pixman-solid-fill.c