lavapipe: bump mipmapPrecisionBits
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31254>
This commit is contained in:
committed by
Marge Bot
parent
822139aefa
commit
0a5d09eaba
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user