<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [G45 SNA] objects flickering in warzone2100 when in fullscreen mode"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58005#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [G45 SNA] objects flickering in warzone2100 when in fullscreen mode"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58005">bug 58005</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>If it is the bug I'm thinking of:

diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c
index 6976143..fb2840f 100644
--- a/src/sna/sna_dri.c
+++ b/src/sna/sna_dri.c
@@ -1160,6 +1160,8 @@ can_exchange(struct sna * sna,
        WindowPtr win = (WindowPtr)draw;
        PixmapPtr pixmap;

+       return false;
+
        if (front->format != back->format) {
                DBG(("%s: no, format mismatch, front = %d, back = %d\n",
                     __FUNCTION__, front->format, back->format));

should hide it.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>