On Mon, 2014-07-28 at 17:34 -0700, Dylan Baker wrote: > This currently uses 3 require extensions lines, this doesn't actually > work and never has, but with patches earlier in this series this stops > parsing since the parser raises an error.
Reviewed-by: Timothy Arceri <[email protected]> > > Signed-off-by: Dylan Baker <[email protected]> > --- > tests/spec/arb_arrays_of_arrays/compiler/subroutine.vert | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/tests/spec/arb_arrays_of_arrays/compiler/subroutine.vert > b/tests/spec/arb_arrays_of_arrays/compiler/subroutine.vert > index f8d1402..32b1f7a 100644 > --- a/tests/spec/arb_arrays_of_arrays/compiler/subroutine.vert > +++ b/tests/spec/arb_arrays_of_arrays/compiler/subroutine.vert > @@ -1,9 +1,7 @@ > /* [config] > * expect_result: pass > * glsl_version: 1.50 > - * require_extensions: GL_ARB_arrays_of_arrays > - * require_extensions: GL_ARB_shader_subroutine > - * require_extensions: GL_ARB_gpu_shader5 > + * require_extensions: GL_ARB_arrays_of_arrays GL_ARB_shader_subroutine > GL_ARB_gpu_shader5 > * [end config] > */ > #version 150 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
