On Sat, Nov 17, 2012 at 8:56 PM, Kenneth Graunke wrote:
> Only legacy OpenGL allows the use of non-gen'd names. Core profiles
> and ES 3 both require the use of glGenQueries().
>
> Note that BeginQuery doesn't exist in ES 1 or ES 2.
>
> Fixes es3conform's occlusion_query_invalid_beginquery test.
Only legacy OpenGL allows the use of non-gen'd names. Core profiles
and ES 3 both require the use of glGenQueries().
Note that BeginQuery doesn't exist in ES 1 or ES 2.
Fixes es3conform's occlusion_query_invalid_beginquery test.
---
src/mesa/main/queryobj.c | 2 +-
1 file changed, 1 insertion(+