Re: [Mesa-dev] [PATCH 1/4] mesa: Expose texel offset limits in GLES3.

2013-06-06 Thread Kenneth Graunke
On 06/06/2013 02:56 PM, Eric Anholt wrote: Part of fixing piglit OpenGL ES 3.0/minmax. --- src/mesa/main/get.c | 3 ++- src/mesa/main/get_hash_params.py | 8 2 files changed, 6 insertions(+), 5 deletions(-) Series looks good to me. Reviewed-by: Kenneth Graunke _

Re: [Mesa-dev] [PATCH 1/4] mesa: Expose texel offset limits in GLES3.

2013-06-06 Thread Matt Turner
On Thu, Jun 6, 2013 at 2:56 PM, Eric Anholt wrote: > Part of fixing piglit OpenGL ES 3.0/minmax. > --- > src/mesa/main/get.c | 3 ++- > src/mesa/main/get_hash_params.py | 8 > 2 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/src/mesa/main/get.c b/src/mesa/ma

[Mesa-dev] [PATCH 1/4] mesa: Expose texel offset limits in GLES3.

2013-06-06 Thread Eric Anholt
Part of fixing piglit OpenGL ES 3.0/minmax. --- src/mesa/main/get.c | 3 ++- src/mesa/main/get_hash_params.py | 8 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 593c75b..316d453 100644 --- a/src/mesa/main/get.c