[Piglit] [PATCH] sso: Fixed mistakenly disabled float entry points in ProgramUniform
Chris Forbes
chrisf at ijw.co.nz
Mon Sep 22 01:29:44 PDT 2014
Reviewed-by: Chris Forbes <chrisf at ijw.co.nz>
On Mon, Sep 8, 2014 at 3:49 PM, Popov, Pavel E <pavel.e.popov at intel.com> 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: piglit at lists.freedesktop.org
> 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 <pavel.e.popov at intel.com>
> ---
> 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
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
More information about the Piglit
mailing list