radv: don't accidentally expose samplerFilterMinmax through Vulkan 1.2

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35339>
This commit is contained in:
Georg Lehmann
2025-06-04 14:14:52 +02:00
committed by Marge Bot
parent cd7dc398d8
commit 297fdc6636
+1 -1
View File
@@ -864,7 +864,7 @@ radv_physical_device_get_features(const struct radv_physical_device *pdev, struc
.descriptorBindingVariableDescriptorCount = true,
.runtimeDescriptorArray = true,
.samplerFilterMinmax = true,
.samplerFilterMinmax = radv_filter_minmax_enabled(pdev),
.scalarBlockLayout = true,
.imagelessFramebuffer = true,
.uniformBufferStandardLayout = true,