[Bug 94432] [SKL] highlighting doesn't always work properly in aterm

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 8 16:50:24 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94432

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
Maybe this attempt at skipping clear glyphs is mistaken for when the op is
special:

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 71a6207..9dcccfa 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -16263,7 +16263,7 @@ sna_reversed_glyph_blt(DrawablePtr drawable, GCPtr gc,
                                goto skip;
                        }

-                       {
+                       if (0) {
                                int clear = 1, j = h;
                                uint8_t *g = glyph;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160308/c37eddc9/attachment.html>


More information about the intel-gfx-bugs mailing list