Quoting Andres Gomez (2016-03-09 09:37:35) > Signed-off-by: Andres Gomez <[email protected]> > --- > generated_tests/gen_constant_array_size_tests_fp64.py | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/generated_tests/gen_constant_array_size_tests_fp64.py > b/generated_tests/gen_constant_array_size_tests_fp64.py > index 72407c6..30c591a 100644 > --- a/generated_tests/gen_constant_array_size_tests_fp64.py > +++ b/generated_tests/gen_constant_array_size_tests_fp64.py > @@ -99,6 +99,12 @@ class ParserTest(object): > shader test. > """ > > + @abc.abstractmethod > + def output_var(self): > + """Return the output variable of the shader test to which it > + belongs. > + """ > + > def make_condition(self, test_vector): > """Generate a GLSL constant expression that should evaluate to > true if the GLSL compiler's constant evaluation produces the > -- > 2.1.0 > > _______________________________________________ > Piglit mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/piglit
Reviewed-by: Dylan Baker <[email protected]>
signature.asc
Description: signature
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
