diff --git a/src/imagination/vulkan/pvr_device.c b/src/imagination/vulkan/pvr_device.c index 5bc2cc5dff2..05d69f56338 100644 --- a/src/imagination/vulkan/pvr_device.c +++ b/src/imagination/vulkan/pvr_device.c @@ -620,7 +620,7 @@ void pvr_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, .largePoints = true, .alphaToOne = true, .multiViewport = false, - .samplerAnisotropy = true, + .samplerAnisotropy = false, .textureCompressionETC2 = true, .textureCompressionASTC_LDR = PVR_HAS_FEATURE(&pdevice->dev_info, astc), .textureCompressionBC = false,