<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [G965 G45 ILK] ES2-CTS.gtf.GL2ExtensionTests.texture_float.texture_float regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103227#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [G965 G45 ILK] ES2-CTS.gtf.GL2ExtensionTests.texture_float.texture_float regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103227">bug 103227</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>Created <span class=""><a href="attachment.cgi?id=135513" name="attach_135513" title="Hack that makes the test pass">attachment 135513</a> <a href="attachment.cgi?id=135513&action=edit" title="Hack that makes the test pass">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=103227&attachment=135513'>[review]</a>
Hack that makes the test pass

So, ES2-CTS.gtf.GL2ExtensionTests.texture_float.texture_float is failing
because of an INVALID_OPERATION error that Eric's commit
c16a7443e9999a80bc1e87134297f96f1216d702 begins raising in ES 2.0 contexts (but
not ES 3.0+).  The bug only shows up on Gen4-5 because those only do 2.0, not
3.0.

Mesa: User error: GL_INVALID_OPERATION in glTexSubImage2D(format = GL_RGB, type
= GL_FLOAT, internalformat = GL_RGB32F)
#+ glTexSubImage2D: GL_INVALID_OPERATION error when passing GL_FLOAT as type.

Here's a hack that comments out the INVALID_OPERATION, and makes the test pass.
 I have no idea if it actually should be legal or not...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>