mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
radv: drop Z24 support.
This isn't exposed in -pro, the hw docs say it is deprecated, so let's not bother with it. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Cc: "13.0 17.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
6aaadd8728
commit
cc59e24a6b
1 changed files with 0 additions and 3 deletions
|
|
@ -743,9 +743,6 @@ uint32_t radv_translate_dbformat(VkFormat format)
|
|||
case VK_FORMAT_D16_UNORM:
|
||||
case VK_FORMAT_D16_UNORM_S8_UINT:
|
||||
return V_028040_Z_16;
|
||||
case VK_FORMAT_X8_D24_UNORM_PACK32:
|
||||
case VK_FORMAT_D24_UNORM_S8_UINT:
|
||||
return V_028040_Z_24; /* deprecated on SI */
|
||||
case VK_FORMAT_D32_SFLOAT:
|
||||
case VK_FORMAT_D32_SFLOAT_S8_UINT:
|
||||
return V_028040_Z_32_FLOAT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue