mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 10:38:11 +02:00
asahi: Handle Z16_UNORM textures
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
This commit is contained in:
parent
503742aa32
commit
2ad59fc9ec
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ const struct agx_pixel_format_entry agx_pixel_format[PIPE_FORMAT_COUNT] = {
|
|||
AGX_FMT(R32G32_FLOAT, R32G32, FLOAT, T),
|
||||
AGX_FMT(R32G32B32A32_FLOAT, R32G32B32A32, FLOAT, T),
|
||||
|
||||
AGX_FMT(Z16_UNORM, R16, UNORM, F),
|
||||
AGX_FMT(Z32_FLOAT, R32, FLOAT, F),
|
||||
AGX_FMT(Z32_FLOAT_S8X24_UINT, R32, FLOAT, F),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue