Re: [Mesa-dev] [PATCH] mesa: Fix order of errors for glDrawTransformFeedbackStream

2014-10-18 Thread Kenneth Graunke
On Saturday, October 18, 2014 09:12:07 PM Chris Forbes wrote: > The OpenGL 4.0 core profile specification, section 2.17.3 > Transform Feedback Draw Operations says: > >"The error INVALID_VALUE is generated if is greater > than or equal to the value of MAX_VERTEX_STREAMS. > ... > T

[Mesa-dev] [PATCH] mesa: Fix order of errors for glDrawTransformFeedbackStream

2014-10-18 Thread Chris Forbes
The OpenGL 4.0 core profile specification, section 2.17.3 Transform Feedback Draw Operations says: "The error INVALID_VALUE is generated if is greater than or equal to the value of MAX_VERTEX_STREAMS. ... The error INVALID_OPERATION is generated if EndTransformFeedback has neve