[Piglit] [PATCH] arb_shader_draw_parameters: test define

2015-12-30 Thread Timothy Arceri
Cc: Ilia Mirkin --- .../arb_shader_draw_parameters/compiler/define.vert | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 tests/spec/arb_shader_draw_parameters/compiler/define.vert diff --git

Re: [Piglit] [PATCH] arb_shader_draw_parameters: test define

2015-12-30 Thread Ilia Mirkin
Hm, the spec wants GL 3.1, i.e. #version 140. I think it got left enabled in mesa for compat so that it's available there, but the piglit tests should go with what's in the spec. With that fixed, Reviewed-by: Ilia Mirkin On Wed, Dec 30, 2015 at 7:17 PM, Timothy Arceri

Re: [Piglit] [PATCH] Add tests for GL_ARB_shader_draw_parameters

2015-12-30 Thread Ilia Mirkin
While these all look fine, it appears that there are no tests for gl[Multi]DrawArraysIndirect. On Wed, Dec 16, 2015 at 7:17 PM, Kristian Høgsberg wrote: > From: Kristian Høgsberg Kristensen > > --- > > v2: Fix copy-paste error in