[Bug 77436] KDE Konsole very slow scrolling with TearFree and QT graphics system native

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 16 00:18:13 PDT 2014


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

--- Comment #87 from Chris Wilson <chris at chris-wilson.co.uk> ---
(In reply to comment #86)
> 1st patch helps.
> 2nd patch don't.
> I tested them separately. Should i apply them together?

Nope. They were different tress I was barking at. This is slightly more
conclusive that is the glyph rendering that is producing too much load.

First can you quickly test master as I tweaked placement of glyph operations.

Then check

diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index e8d92b8..5350eb0 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -70,7 +70,7 @@
 #define FALLBACK 0
 #define NO_GLYPH_CACHE 0
 #define NO_GLYPHS_TO_DST 0
-#define NO_GLYPHS_VIA_MASK 0
+#define NO_GLYPHS_VIA_MASK 1
 #define NO_SMALL_MASK 0
 #define NO_GLYPHS_SLOW 0
 #define NO_DISCARD_MASK 0

and then

diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index e8d92b8..f7b8607 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -71,7 +71,7 @@
 #define NO_GLYPH_CACHE 0
 #define NO_GLYPHS_TO_DST 0
 #define NO_GLYPHS_VIA_MASK 0
-#define NO_SMALL_MASK 0
+#define NO_SMALL_MASK 1
 #define NO_GLYPHS_SLOW 0
 #define NO_DISCARD_MASK 0

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


More information about the intel-gfx-bugs mailing list