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.ch...@intel.com>

> Cc: Nanley Chery <nanley.g.ch...@intel.com>
> Signed-off-by: Anuj Phogat <anuj.pho...@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@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to