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

--- Comment #1 from Tapani Pälli <lem...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to