Re: [Mesa-dev] [PATCH 17/20] glapi/es3.1: Add support for GLES versions > 3.0

2015-04-30 Thread Jordan Justen
On 2015-04-29 16:26:08, Ian Romanick wrote: > From: Ian Romanick > > Make the checks in the Python script and the generated code more generic > to support arbitrary GLES versions >= 2.0. > > The updated dispatch_sanity.cpp test discovered this problem. Without > this, the next patch would erron

[Mesa-dev] [PATCH 17/20] glapi/es3.1: Add support for GLES versions > 3.0

2015-04-29 Thread Ian Romanick
From: Ian Romanick Make the checks in the Python script and the generated code more generic to support arbitrary GLES versions >= 2.0. The updated dispatch_sanity.cpp test discovered this problem. Without this, the next patch would erroneously enable GLES 3.1 functions in GLES 2.0 and GLES 3.0.