lavapipe: bump mipmapPrecisionBits

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31254>
This commit is contained in:
Mike Blumenkrantz
2024-09-19 05:53:30 -04:00
committed by Marge Bot
parent 822139aefa
commit 0a5d09eaba
+1 -1
View File
@@ -859,7 +859,7 @@ lvp_get_properties(const struct lvp_physical_device *device, struct vk_propertie
.maxComputeWorkGroupSize = { block_size[0], block_size[1], block_size[2] },
.subPixelPrecisionBits = device->pscreen->get_param(device->pscreen, PIPE_CAP_RASTERIZER_SUBPIXEL_BITS),
.subTexelPrecisionBits = 8,
.mipmapPrecisionBits = 4,
.mipmapPrecisionBits = 6,
.maxDrawIndexedIndexValue = UINT32_MAX,
.maxDrawIndirectCount = UINT32_MAX,
.maxSamplerLodBias = 16,