Re: [Piglit] [PATCH] Fix occlusion query test to expect succesful Gen/DeleteQueries while active

2013-10-31 Thread Brian Paul
On 10/30/2013 06:23 PM, Carl Worth wrote: A recent inspection of the latest OpenGL specification revealed that there is no requirement for errors to be generated if GenQueries or DeleteQueries are called while a query is active. Specifically, in Section 4.2 of OpenGL 4.4 (Core Profile) the only

[Piglit] [PATCH] Fix occlusion query test to expect succesful Gen/DeleteQueries while active

2013-10-30 Thread Carl Worth
A recent inspection of the latest OpenGL specification revealed that there is no requirement for errors to be generated if GenQueries or DeleteQueries are called while a query is active. Specifically, in Section 4.2 of OpenGL 4.4 (Core Profile) the only errors specified for GenQueries and DeleteQu