<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Suffixless KHR_robustness functions aren't exposed in ES 3.2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105105#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Suffixless KHR_robustness functions aren't exposed in ES 3.2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105105">bug 105105</a>
              from <span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span></b>
        <pre>(In reply to Kenneth Graunke from <a href="show_bug.cgi?id=105105#c0">comment #0</a>)
<span class="quote">> The readnpixels test does:

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

> and then calls that function pointer...but ends up in generic_nop().</span >

It does not actually call it, instead it calls api via "gl.readnPixels", gl
contains the API functions that have been resolved already earlier. The
pReadnPixels would actually work if it would be utilized, I changed test to use
that and it passes.

I'm wanted to write this down here so that I won't forget this. Will need to
figure out how context functions in 'gl.*' get resolved.</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>