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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 11 08:33:33 PDT 2014


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

--- Comment #75 from Chris Wilson <chris at chris-wilson.co.uk> ---
I think we will want to test next:

diff --git a/src/sna/gen7_render.c b/src/sna/gen7_render.c
index 3fcca3e..ad6ea32 100644
--- a/src/sna/gen7_render.c
+++ b/src/sna/gen7_render.c
@@ -2965,7 +2965,8 @@ fallback_blt:
                if (too_large(extents.x2-extents.x1, extents.y2-extents.y1))
                        goto fallback_blt;

-               if (can_switch_to_blt(sna, dst_bo, flags) &&
+               if ((sna->render_state.gen7.gt == 0 ||
+                    can_switch_to_blt(sna, dst_bo, flags)) &&
                    sna_blt_copy_boxes(sna, alu,
                                       src_bo, src_dx, src_dy,
                                       dst_bo, dst_dx, dst_dy,

-- 
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/20140611/9af700e2/attachment.html>


More information about the intel-gfx-bugs mailing list