panvk: expose textureCompressionBC when supported

We can't guarantee that we always support this feature, because support
for each format can be disabled per SoC. But we can check for this, and
expose it when it's supported.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12598
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34206>
This commit is contained in:
Erik Faye-Lund
2025-03-26 08:50:37 +01:00
committed by Marge Bot
parent e4786cf971
commit cbde0ec2dc
2 changed files with 13 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ KHR_blend_equation_advanced_coherent on v3d
KHR_partial_update on etnaviv
VK_KHR_line_rasterization on panvk
shaderImageGatherExtended on panvk
textureCompressionBC on panvk