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 <[email protected]> Signed-off-by: Anuj Phogat <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
