[cairo] Adding a cairo_content_t value to solid patterns
Carl Worth
cworth at cworth.org
Wed Apr 25 12:13:42 PDT 2007
On Wed, 25 Apr 2007 14:46:13 -0400, Jeff Muizelaar wrote:
> Ok, how about adding this fix as well.
> On line 1232 of fbmmx.c we have:
> __m64 vs = *(__m64 *)dst;
> __m64 vd = *(__m64 *)src;
> but we want:
> __m64 vs = *(__m64 *)src;
> __m64 vd = *(__m64 *)dst;
>
> This change puts the src and dst in the variables that the code following it expects it to be.
That fixes the fill-and-stroke-alpha failure, but the mask and
push-group failures remain.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20070425/2ff6417f/attachment.pgp
More information about the cairo
mailing list