[Piglit] [PATCH 1/7] astc_sliced_3d: Add srgb full precision subtest in all.py

Anuj Phogat anuj.phogat at gmail.com
Mon Aug 1 22:16:14 UTC 2016


As srgb full precision bits have already landed in astc_sliced_3d
test, it doesn't hurt to add it to all.py as well.

Cc: Nanley Chery <nanley.g.chery at intel.com>
Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
---
 tests/all.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.py b/tests/all.py
index fea1a3c..60e41c6 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4360,7 +4360,7 @@ with profile.group_manager(
            'miptree-gl {}'.format(subtest))
         g(['khr_compressed_astc-miptree_gles2', '-subtest', subtest],
            'miptree-gles {}'.format(subtest))
-    for subtest in ('hdr', 'ldr', 'srgb'):
+    for subtest in ('hdr', 'ldr', 'srgb', "srgb-fp"):
         g(['khr_compressed_astc-sliced-3d-miptree_gl', '-subtest', subtest],
            'sliced-3d-miptree-gl {}'.format(subtest))
         g(['khr_compressed_astc-sliced-3d-miptree_gles3', '-subtest', subtest],
-- 
2.5.5



More information about the Piglit mailing list