For the series:

Reviewed-by: Marek Olšák <[email protected]>

Marek

On Tue, Jun 26, 2018 at 4:30 PM, Denis Pauk <[email protected]> wrote:
> v2: none
> v3: none
>
> Signed-off-by: Denis Pauk <[email protected]>
> CC: Marek Olšák <[email protected]>
> CC: Rhys Perry <[email protected]>
> CC: Matt Turner <[email protected]>
> ---
>  src/gallium/drivers/llvmpipe/lp_screen.c      | 3 +--
>  src/gallium/drivers/llvmpipe/lp_test_format.c | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c 
> b/src/gallium/drivers/llvmpipe/lp_screen.c
> index 28dbd9908f..9921a941d5 100644
> --- a/src/gallium/drivers/llvmpipe/lp_screen.c
> +++ b/src/gallium/drivers/llvmpipe/lp_screen.c
> @@ -534,8 +534,7 @@ llvmpipe_is_format_supported( struct pipe_screen *_screen,
>        }
>     }
>
> -   if (format_desc->layout == UTIL_FORMAT_LAYOUT_BPTC ||
> -       format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) {
> +   if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) {
>        /* Software decoding is not hooked up. */
>        return FALSE;
>     }
> diff --git a/src/gallium/drivers/llvmpipe/lp_test_format.c 
> b/src/gallium/drivers/llvmpipe/lp_test_format.c
> index e9a6e01fdc..a8aa33d8ae 100644
> --- a/src/gallium/drivers/llvmpipe/lp_test_format.c
> +++ b/src/gallium/drivers/llvmpipe/lp_test_format.c
> @@ -388,8 +388,7 @@ test_all(unsigned verbose, FILE *fp)
>        }
>
>        /* missing fetch funcs */
> -      if (format_desc->layout == UTIL_FORMAT_LAYOUT_BPTC ||
> -          format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) {
> +      if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) {
>           continue;
>        }
>
> --
> 2.18.0
>
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to