<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [sna] Occasional artifacts on window borders (theme dependent)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80033">bug 80033</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>ASSIGNED
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [sna] Occasional artifacts on window borders (theme dependent)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80033#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [sna] Occasional artifacts on window borders (theme dependent)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80033">bug 80033</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>So I traced the error down to seemingly to the use of the source pixmap for
drawing the border. (Basically by modifying the drawing operations until I
found the exact path one of the window borders was taking, then tracing back
the pixmap to its creation.) On that path I spotted this:

commit d49f53cc00258e3b1e1a898c02e219b336716002
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Tue Jun 17 22:23:02 2014 +0100

    sna: Fix computing source bo for BLT operations

    If we migrate the pixmap to the GPU, use the GPU bo. This may fix an issue
    where we might end up using the CPU bo in a rare circumstance.

    References: <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [sna] Occasional artifacts on window borders (theme dependent)"
   href="show_bug.cgi?id=80033">https://bugs.freedesktop.org/show_bug.cgi?id=80033</a>
    Signed-off-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>

However, I never got the bug to reproduce reliably, so I am not sure if that
the complete fix.

Please test.</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>