[Piglit] [PATCH] getteximage-depth: Fix failures on cubemap-supporting GL < 3.0.

2016-12-29 Thread Eric Anholt
You don't get to specify depth cubes until 3.0 (GL_EXT_gpu_shader4 merge). --- tests/texturing/getteximage-depth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/texturing/getteximage-depth.c b/tests/texturing/getteximage-depth.c index 97977138e9d2..2986962631c6 10064

Re: [Piglit] [PATCH] getteximage-depth: Fix failures on cubemap-supporting GL < 3.0.

2017-01-03 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 12/29/2016 09:15 PM, Eric Anholt wrote: You don't get to specify depth cubes until 3.0 (GL_EXT_gpu_shader4 merge). --- tests/texturing/getteximage-depth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/texturing/getteximage-depth.c b/t