[Piglit] [PATCH 1/7] astc_sliced_3d: Add srgb full precision subtest in all.py
Nanley Chery
nanleychery at gmail.com
Mon Aug 1 22:45:05 UTC 2016
On Mon, Aug 01, 2016 at 03:16:14PM -0700, Anuj Phogat wrote:
> 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.
>
This patch is,
Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>
> 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
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
More information about the Piglit
mailing list