[Mesa-dev] [PATCH] etnaviv: Add support for R8_UNORM textures

Christian Gmeiner christian.gmeiner at gmail.com
Sun Aug 6 18:34:37 UTC 2017


2017-07-28 16:05 GMT+02:00 Wladimir J. van der Laan <laanwj at gmail.com>:
> R8_UNORM textures can be emulated by means of L8 and a swizzle.
>
> Signed-off-by: Wladimir J. van der Laan <laanwj at gmail.com>

Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>

> ---
>  src/gallium/drivers/etnaviv/etnaviv_format.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/etnaviv/etnaviv_format.c b/src/gallium/drivers/etnaviv/etnaviv_format.c
> index 69e07bc..a2e215b 100644
> --- a/src/gallium/drivers/etnaviv/etnaviv_format.c
> +++ b/src/gallium/drivers/etnaviv/etnaviv_format.c
> @@ -90,7 +90,7 @@ struct etna_format {
>
>  static struct etna_format formats[PIPE_FORMAT_COUNT] = {
>     /* 8-bit */
> -   V_(R8_UNORM,   UNSIGNED_BYTE, NONE),
> +   VT(R8_UNORM,   UNSIGNED_BYTE, L8, SWIZ(X, 0, 0, 1), NONE),
>     V_(R8_SNORM,   BYTE,          NONE),
>     V_(R8_UINT,    UNSIGNED_BYTE, NONE),
>     V_(R8_SINT,    BYTE,          NONE),
> --
> 2.7.4
>

greets
--
Christian Gmeiner, MSc

https://christian-gmeiner.info


More information about the mesa-dev mailing list