mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
74e92274af
commit
cee2c4624d
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue