Re: [Mesa-dev] [PATCH 11/13] mesa: De-duplicate ES2 queries

2012-12-11 Thread Matt Turner
On Tue, Dec 11, 2012 at 11:12 AM, Ian Romanick wrote: > On 12/10/2012 02:28 PM, Matt Turner wrote: >> >> From GL/GLES/GL_CORE and GLES2 -> GL/GL_CORE/GLES2. >> >> Yes, we really were exposing ES2_compatibility queries on ES 1. >> --- >> src/mesa/main/get_hash_params.py | 16 ++-- >

Re: [Mesa-dev] [PATCH 11/13] mesa: De-duplicate ES2 queries

2012-12-11 Thread Ian Romanick
On 12/10/2012 02:28 PM, Matt Turner wrote: From GL/GLES/GL_CORE and GLES2 -> GL/GL_CORE/GLES2. Yes, we really were exposing ES2_compatibility queries on ES 1. --- src/mesa/main/get_hash_params.py | 16 ++-- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/mes

[Mesa-dev] [PATCH 11/13] mesa: De-duplicate ES2 queries

2012-12-10 Thread Matt Turner
>From GL/GLES/GL_CORE and GLES2 -> GL/GL_CORE/GLES2. Yes, we really were exposing ES2_compatibility queries on ES 1. --- src/mesa/main/get_hash_params.py | 16 ++-- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/mesa/main/get_hash_params.py b/src/mesa/main/get_h