mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
asahi: Advertise Z16_UNORM
This works (on the downstream kernel, anyway). Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24258>
This commit is contained in:
parent
0197d46b34
commit
ad214fcaf7
1 changed files with 2 additions and 2 deletions
|
|
@ -1969,8 +1969,8 @@ agx_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format,
|
|||
|
||||
if (usage & PIPE_BIND_DEPTH_STENCIL) {
|
||||
switch (format) {
|
||||
/* natively supported
|
||||
* TODO: we could also support Z16_UNORM */
|
||||
/* natively supported */
|
||||
case PIPE_FORMAT_Z16_UNORM:
|
||||
case PIPE_FORMAT_Z32_FLOAT:
|
||||
case PIPE_FORMAT_S8_UINT:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue