[Bug 85060] [BDW] Desktop (font/texts) is corrupted after running SynMark test(s)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 24 09:38:26 PDT 2014


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

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
Try

diff --git a/src/mesa/drivers/dri/i965/intel_blit.c
b/src/mesa/drivers/dri/i965/intel_blit.c
index 73ab488..e5206df 100644
--- a/src/mesa/drivers/dri/i965/intel_blit.c
+++ b/src/mesa/drivers/dri/i965/intel_blit.c
@@ -316,7 +316,7 @@ intelEmitCopyBlit(struct brw_context *brw,
       if (src_offset & 4095)
         return false;
    }
-   if ((dst_y_tiled || src_y_tiled) && brw->gen < 6)
+   if (dst_y_tiled || src_y_tiled)
       return false;

    /* do space check before going any further */

-- 
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/20141024/e015eb34/attachment.html>


More information about the intel-gfx-bugs mailing list