vtn: mark ImageMipmap as supported

The SPIRV-LLVM-Translator seems to also set that cap for MSAA cl images,
but it looks like it works just fine in regards to LODs as well.

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30834>
This commit is contained in:
Karol Herbst 2024-08-26 00:34:31 +02:00 committed by Marge Bot
parent fc88f04ba1
commit b77eca8a95

View file

@ -103,6 +103,7 @@ static const struct spirv_capabilities implemented_capabilities = {
.ImageCubeArray = true,
.ImageGatherBiasLodAMD = true,
.ImageGatherExtended = true,
.ImageMipmap = true,
.ImageMSArray = true,
.ImageQuery = true,
.ImageReadWrite = true,