<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - SNA in zaphod mode (multiple screens) has rendering issues with Xnest"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71260#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - SNA in zaphod mode (multiple screens) has rendering issues with Xnest"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71260">bug 71260</a>
from <span class="vcard"><a class="email" href="mailto:intelgraphics7@gmx-topmail.de" title="intelgraphics7@gmx-topmail.de">intelgraphics7@gmx-topmail.de</a>
</span></b>
<pre>I've just tried the latest GIT version of the driver and it seems that the
"sna: Always copy from the tile source" fix helps my issue somewhat. It seems
to fix the drawing issues in i.e. the gtk file dialog or the "Application
Launcher" when referring to my screenshots.
I've done some further investigations and I've found out that when I comment
out the sna_poly_fill_rect_tiled_nxm_blt() call in
sna_poly_fill_rect_tiled_blt() I don't get corruptions anymore when I move a
window over the xfce-terminal.
... sna_poly_fill_rect_tiled_blt(...)
{
...
#if 0
if ((tile->drawable.width | tile->drawable.height) <= 0xc &&
is_power_of_two(tile->drawable.width) &&
is_power_of_two(tile->drawable.height))
return sna_poly_fill_rect_tiled_nxm_blt(drawable, bo, damage,
gc, n, rect,
extents, clipped);
#endif
...
}
Is there a bug in the condition around the sna_poly_fill_rect_tiled_nxm_blt()
or is there an issue in the function itself?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>