<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - dEQP-GLES31.functional.debug.negative_coverage.get_error.shader.transform_feedback_varyings wants a different GL error code"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98135#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - dEQP-GLES31.functional.debug.negative_coverage.get_error.shader.transform_feedback_varyings wants a different GL error code"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98135">bug 98135</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>OpenGL 3.0 spec says:

"The error INVALID VALUE is generated if program is not the name of a program
object."

However in 4.0 spec this statement has been removed (and error case is likely
described in some 'common errors' section since there is no error specified at
all anymore for this case).

Starting from 4.3 spec there is clear error specified just like dEQP expects:

"An INVALID_VALUE error is generated if program is not the name of ei-
ther a program or shader object.

An INVALID_OPERATION error is generated if program is the name of a
shader object."

Our Piglit test is written against 3.0 spec rules so need to update that one as
the error handling is changed.</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>