[Mesa-dev] [Bug 106528] radv doesn't support VK_FORMAT_D24_UNORM_S8_UINT
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 8 16:26:01 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=106528
Samuel Pitoiset <samuel.pitoiset at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #6 from Samuel Pitoiset <samuel.pitoiset at gmail.com> ---
We won't add support for VK_FORMAT_D24_UNORM_S8_UINT for the following reasons:
- TC-compatible HTILE isn't supported (requires decompression passes)
- it consumes as much as VRAM as the 32bit format
- RadeonSI internally uses the 32bit format
- AMDVLK doesn't support it
- it's not required by the spec.
AFAIK, this is a win on NVIDIA but not on AMD hardware.
Please, use VK_FORMAT_D32_UNORM_S8_UINT instead.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180608/e335fab1/attachment.html>
More information about the mesa-dev
mailing list