[Piglit] [PATCH] sso: Fixed mistakenly disabled float entry points in ProgramUniform
Popov, Pavel E
pavel.e.popov at intel.com
Sun Sep 7 20:49:12 PDT 2014
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
More information about the Piglit
mailing list