Carl,<br><br>One slight correction. You said:<br><br>> it sounds to me like the bug is in the NoAccel case.<br><br>Setting NoAccel to true fixes the issue. When it is set to false (the default) the problem occurs.<br>
<br><br>Thanks,<br>Mike<br><br>--<br><div class="gmail_quote">On Thu, Jul 30, 2009 at 4:10 PM, Carl Worth <span dir="ltr"><<a href="mailto:cworth@cworth.org">cworth@cworth.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, 2009-07-30 at 15:08 -0400, Mike Gualtieri wrote:<br>
> Thanks! I appreciate the help. I should have posted here a few<br>
> months ago when I first found the problem!<br>
><br>
> Your solution worked perfect.<br>
<br>
</div>Great, Mike. I'm glad to hear that.<br>
<div class="im"><br>
> One thing to note, in my particular case, using cairo_paint worked<br>
> fine. I figured I would add the cairo_rectangle & cairo_fill calls<br>
> anyway, just to be safe.<br>
<br>
</div>Ah, if you are filling the entire destination surface, then yes,<br>
cairo_paint is equivalent, and works just fine. (You don't even need<br>
rectangle;fill to be safe.) It's when you are drawing an image to only a<br>
portion of the destination surface that you'll find that cairo_paint<br>
won't work.<br>
<div class="im"><br>
> If I can be of more help in tracking down this bug I'll lend my<br>
> assistance. I'm personally out of ideas except for tracking down the<br>
> issue to a block of code based on two versions of the intel drivers,<br>
> which seems extremely painful.<br>
<br>
</div>Well, it sounds to me like the bug is in the NoAccel case. I might give<br>
the cairo test suite a run through that and ensure that nothing too<br>
surprising shows up. (The test suite really should hit this case fine.)<br>
<br>
Again, thanks for sharing your report. I hope you have lots of fun with<br>
cairo.<br>
<font color="#888888"><br>
-Carl<br>
<br>
</font></blockquote></div><br>