<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [BDW] There is garbage when moving the windows or move cursor on the menu."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79967#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [BDW] There is garbage when moving the windows or move cursor on the menu."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79967">bug 79967</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>The other use of mocs is in mesa, can you *also* please apply:

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h
b/src/mesa/drivers/dri/i965/brw_defines.h
index 3afd399..620f8a2 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -2199,8 +2199,8 @@ enum brw_wm_barycentric_interp_mode {
 #define HSW_MOCS_UC_LLC_WB_ELLC         (3 << 1)

 /* Broadwell: write-back or write-through; always use all the caches. */
-#define BDW_MOCS_WB 0x78
-#define BDW_MOCS_WT 0x58
+#define BDW_MOCS_WB 0
+#define BDW_MOCS_WT 0

 #include "intel_chipset.h"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>