Re: [Piglit] [PATCH] arb_compute_variable_group_size: add ARB_compute_shader enables

2016-10-17 Thread Matt Turner
On Mon, Oct 17, 2016 at 12:38 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Without those, many of the tests started failing now that Mesa explicitly > checks for the compute shader enable in the compiler. > --- The strange thing is that

Re: [Piglit] [PATCH] arb_compute_variable_group_size: add ARB_compute_shader enables

2016-10-17 Thread Samuel Pitoiset
On 10/17/2016 09:38 PM, Nicolai Hähnle wrote: From: Nicolai Hähnle Without those, many of the tests started failing now that Mesa explicitly checks for the compute shader enable in the compiler. Well, ARB_compute_variable_group_size requires ARB_compute_shader,

[Piglit] [PATCH] arb_compute_variable_group_size: add ARB_compute_shader enables

2016-10-17 Thread Nicolai Hähnle
From: Nicolai Hähnle Without those, many of the tests started failing now that Mesa explicitly checks for the compute shader enable in the compiler. --- tests/spec/arb_compute_variable_group_size/compiler/do_nothing.comp | 1 +