Carl,<br><br>One slight correction.  You said:<br><br>&gt; 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">&lt;<a href="mailto:cworth@cworth.org">cworth@cworth.org</a>&gt;</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>
&gt; Thanks!  I appreciate the help.  I should have posted here a few<br>
&gt; months ago when I first found the problem!<br>
&gt;<br>
&gt; Your solution worked perfect.<br>
<br>
</div>Great, Mike. I&#39;m glad to hear that.<br>
<div class="im"><br>
&gt; One thing to note, in my particular case, using cairo_paint worked<br>
&gt; fine.  I figured I would add the cairo_rectangle &amp; cairo_fill calls<br>
&gt; 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&#39;t even need<br>
rectangle;fill to be safe.) It&#39;s when you are drawing an image to only a<br>
portion of the destination surface that you&#39;ll find that cairo_paint<br>
won&#39;t work.<br>
<div class="im"><br>
&gt; If I can be of more help in tracking down this bug I&#39;ll lend my<br>
&gt; assistance.  I&#39;m personally out of ideas except for tracking down the<br>
&gt; issue to a block of code based on two versions of the intel drivers,<br>
&gt; 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>