<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [i965] piglit fbo-drawbuffers-none glClearBuffer fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76832">bug 76832</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [i965] piglit fbo-drawbuffers-none glClearBuffer fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76832#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [i965] piglit fbo-drawbuffers-none glClearBuffer fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76832">bug 76832</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>Fixed in master by:

commit a5957f7bc5e3618243f03cf9459394f9a83e5971
Author: Iago Toral Quiroga <<a href="mailto:itoral@igalia.com">itoral@igalia.com</a>>
Date:   Mon Mar 31 14:17:08 2014 +0200

    i965: glClearBuffer() should only clear a single buffer.

    glClearBuffer() is currently clearing all active draw color buffers (all
    buffers that have not been set to GL_NONE when calling glDrawBuffers)
instead
    of only clearing the one it receives as parameter. Altough brw_clear()
    receives a bit mask indicating the color buffers that should be cleared,
    this mask is ignored when calling brw_blorp_clear_color().

    This was breaking the 'fbo-drawbuffers-none glClearBuffer' piglit test.

    The patch provides the bit mask to brw_blorp_clear_color() so it can limit
    clearing to the color buffers present in the mask.

    Bugzilla: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [i965] piglit fbo-drawbuffers-none glClearBuffer fails"
   href="show_bug.cgi?id=76832">https://bugs.freedesktop.org/show_bug.cgi?id=76832</a>
    Reviewed-by: Eric Anholt <<a href="mailto:eric@anholt.net">eric@anholt.net</a>>

Thanks, Iago!</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>