Reviewed-by: Chris Forbes <[email protected]>
On Mon, Sep 8, 2014 at 3:49 PM, Popov, Pavel E <[email protected]> wrote: > Hi Ian, > > Could you review this small fix? > > -Pavel > -----Original Message----- > From: Popov, Pavel E > Sent: Friday, August 29, 2014 10:15 AM > To: [email protected] > Cc: Popov, Pavel E > Subject: [PATCH] sso: Fixed mistakenly disabled float entry points in > ProgramUniform > > Looks like these 2 cases were mistakenly disabled: > PIGLIT: {"subtest": {"float scalar and vectors" : "skip"}} > PIGLIT: {"subtest": {"square float matrices" : "skip"}} > > Signed-off-by: Pavel Popov <[email protected]> > --- > tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c > b/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c > index 81d370c..5763d15 100644 > --- a/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c > +++ b/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c > @@ -299,7 +299,7 @@ test_float(const char *version_string) > common_body > }; > > - BUILD_SHADER(true); > + BUILD_SHADER(false); > > /* Try float > */ > @@ -414,7 +414,7 @@ test_square_mat(const char *version_string) > square_mat_code, > }; > > - BUILD_SHADER(true); > + BUILD_SHADER(false); > > /* Try mat2 > */ > -- > 1.9.1 > > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
