mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
pvr: set samplerAnisotropy to false
This now matches up with the value being returned for maxSamplerAnisotropy, which is the unsupported limit of 1. Fixes dEQP-VK.info.device_properties. Signed-off-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Rajnesh Kanwal <rajnesh.kanwal@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18320>
This commit is contained in:
parent
578361024c
commit
3436438dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue