[Piglit] [PATCH] shader_runner: add LOCATION_COMPONENT to verify program_interface_query

2015-11-26 Thread Timothy Arceri
--- tests/shaders/shader_runner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/shaders/shader_runner.c b/tests/shaders/shader_runner.c index 5d26409..dc833c8 100644 --- a/tests/shaders/shader_runner.c +++ b/tests/shaders/shader_runner.c @@ -2088,6 +2088,7 @@

[Piglit] [PATCH] util: do not call fixed functions when running core profile

2015-11-26 Thread Tapani Pälli
Otherwise test hits unexpected errors with piglit_draw_rect when running on OpenGL Core profile, using a bound program pipeline with vertex shader that does not use 'piglit_vertex' attribute. Signed-off-by: Tapani Pälli --- tests/util/piglit-util-gl.c | 8 +--- 1

Re: [Piglit] [PATCH] util: do not call fixed functions when running core profile

2015-11-26 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Thu, Nov 26, 2015 at 6:58 AM, Tapani Pälli wrote: > Otherwise test hits unexpected errors with piglit_draw_rect when > running on OpenGL Core profile, using a bound program pipeline > with vertex shader that does not use