[Mesa-dev] [Bug 98135] dEQP-GLES31.functional.debug.negative_coverage.get_error.shader.transform_feedback_varyings wants a different GL error code

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 10 06:26:49 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98135

--- Comment #1 from Tapani Pälli <lemody at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161010/febabedc/attachment.html>


More information about the mesa-dev mailing list