Re: [Mesa-dev] [PATCH 2/3] mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile

2014-06-17 Thread Brian Paul
On 06/16/2014 07:34 PM, Ian Romanick wrote: From: Ian Romanick There are no texture borders in any version of OpenGL ES or desktop OpenGL core profile. Fixes piglit's gl-3.2-texture-border-deprecated. Signed-off-by: Ian Romanick Cc: "10.2 --- src/mesa/main/texparam.c | 4 1 file cha

[Mesa-dev] [PATCH 2/3] mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile

2014-06-16 Thread Ian Romanick
From: Ian Romanick There are no texture borders in any version of OpenGL ES or desktop OpenGL core profile. Fixes piglit's gl-3.2-texture-border-deprecated. Signed-off-by: Ian Romanick Cc: "10.2 --- src/mesa/main/texparam.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/mai