summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2016-07-21 15:43:40 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2016-07-27 10:44:48 -0700
commit32aefd345b3c0e38bf5f256296b24380c592f5dc (patch)
tree8b6d14f82be4deb3e5da5b228632ad1726121689 /tests/all.py
parentb7842f2a641aeffb095122729c3c1435633e3370 (diff)
khr_texture_compression_astc: Add a full precision sRGB test
This will allow us to keep track of known precision issue in astcenc with sRGB void extent blocks (Khronos bug#11294). Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index dfad9559e..6db24ad1e 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4355,7 +4355,7 @@ with profile.group_manager(
g(['khr_compressed_astc-basic_gl'], 'basic-gl')
g(['khr_compressed_astc-basic_gles2'], 'basic-gles')
- for subtest in ('hdr', 'ldr', 'srgb'):
+ for subtest in ('hdr', 'ldr', 'srgb', "srgb-fp"):
g(['khr_compressed_astc-miptree_gl', '-subtest', subtest],
'miptree-gl {}'.format(subtest))
g(['khr_compressed_astc-miptree_gles2', '-subtest', subtest],