<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Other multisample "broadcast" blits do not work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94128">94128</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Other multisample "broadcast" blits do not work
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>idr@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>idr@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The glBlitFramebuffer man page says:

    When the color buffer is transferred, values are taken from the read
    buffer of the read framebuffer and written to each of the draw buffers
    of the draw framebuffer.

Commit a6022e54 modified one path through meta to use gl_FragColor to implement
this behavior for multisample-to-singlesample "broadcast" blits where the
destination has multiple enabled color buffers.  This fixed the GLES3
confromance test
framebuffer_blit_functionality_multisampled_to_singlesampled_blit.

Based on inspection of the code (and the commit message for a6022e54),
broadcast blits involving integer (or unsigned integer) color buffers or
multisample-to-multisample blits are still broken.  I am currently working on
patches that will happen to fix the integer cases.

However, we need test cases.  There is one related test case on the GLES3 CTS,
and there are zero related test cases in piglit.  We need to verify the full
cross product of (MS-to-MS, MS-to-SS) x (normalized, integer, unsigned integer,
depth component).</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>