asahi: Advertise all supported renderable formats

Now that we have the new tilebuffer infrastructure in place, all renderable
formats should be working.

This reverts commit 32ab63b4fcaaaf832d549ddcf7b3a225c5f73df4.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19871>
This commit is contained in:
Alyssa Rosenzweig 2022-11-18 22:28:05 -05:00 committed by Marge Bot
parent 74e92274af
commit cee2c4624d

View file

@ -1295,8 +1295,6 @@ agx_is_format_supported(struct pipe_screen* pscreen,
if ((usage & PIPE_BIND_RENDER_TARGET) && !ent.renderable)
return false;
if ((usage & PIPE_BIND_RENDER_TARGET) && !util_format_is_unorm8(util_format_description(format)))
return false;
}
/* TODO: formats */