[cairo] cairo pattern/glitz patches

Kristian Høgsberg krh at bitplanet.net
Mon Feb 21 18:00:04 PST 2005


Carl Worth wrote:
> On Fri, 18 Feb 2005 16:06:39 -0500, David Reveman wrote:
> 
>>I've split up my pending pattern updates and glitz backend updates as
>>much as possible. Here's a set of patches.
> 
> 
> Thanks so much! Splitting things up like this was obviously a lot of
> work, but it is already extremely helpful.
> 
> 
>>[2 cairo-surface-fallback-fix-1.diff <text/x-patch; UTF-8 (7bit)>]
>>diff -ur ../cairo.orig/src/cairo_surface.c ./src/cairo_surface.c
>>--- ../cairo.orig/src/cairo_surface.c	2005-02-17 01:27:37.000000000 -0500
>>+++ ./src/cairo_surface.c	2005-02-18 15:31:31.358053224 -0500
>>@@ -630,7 +630,7 @@
>> 						     &state.image->base,
>> 						     src_x, src_y,
>> 						     dst_x - state.image_rect.x,
>>-						     dst_x - state.image_rect.y,
>>+						     dst_y - state.image_rect.y,
>> 						     width, height, traps, num_traps);
>>     if (offset_traps)
>> 	free (offset_traps);
> 
> 
> I've committed this one now. It was the cause of the gradient
> regression failures that Kristian has been trying to chase down
> lately. I'm glad to have that one fixed.

Great!  I actually didn't get to look into this yet, I've been finishing 
the output stream patch I just sent out plus various other distractions. 
  Glad to see it's fixed.

cheers,
Kristian



More information about the cairo mailing list