Marek Olšák <mar...@gmail.com> writes:

> From: Marek Olšák <marek.ol...@amd.com>
>
> not used in any useful way

> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c 
> b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> index 0627f3d..77b38b5 100644
> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> @@ -78,23 +78,21 @@ nvc0_screen_is_format_supported(struct pipe_screen 
> *pscreen,
>     if ((desc->layout == UTIL_FORMAT_LAYOUT_ETC ||
>          desc->layout == UTIL_FORMAT_LAYOUT_ASTC) &&
>         /* The claim is that this should work on GM107 but it doesn't. Need to
>          * test further and figure out if it's a nouveau issue or a HW one.
>         nouveau_screen(pscreen)->class_3d < GM107_3D_CLASS &&
>          */
>         nouveau_screen(pscreen)->class_3d != NVEA_3D_CLASS)
>        return false;
>  
>     /* transfers & shared are always supported */

Missed transfers & shared -> shared update on this one.

Other than that,

Reviewed-by: Eric Anholt <e...@anholt.net>

Hooray for making this interface less of a mess.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to