<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 - Suffixless KHR_robustness functions aren't exposed in ES 3.2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105105">105105</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Suffixless KHR_robustness functions aren't exposed in ES 3.2
          </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>major
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kenneth@whitecape.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>idr@freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>These two tests fail on i965:

   KHR-NoContext.es32.robustness.readnpixels
   KHR-NoContext.es32.robustness.getnuniform

The readnpixels test does:

   PFNGLREADNPIXELS pReadnPixels =
(PFNGLREADNPIXELS)context->getRenderContext().getProcAddress("glReadnPixels");

and then calls that function pointer...but ends up in generic_nop().

It looks like the suffixless versions aren't getting exposed correctly, despite
being part of ES 3.2.

There's a fair bit of complex aliasing going on for ARB/KHR/suffixless, and I'm
getting a bit lost trying to figure out the right mapi/glapi/gen XML snippets
to do the right thing.</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 the assignee for the bug.</li>
      </ul>
    </body>
</html>