mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
panvk: expose missed vulkan 1.4 properties
AFAICT, we support these. So let's expose the properties here! Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37136>
This commit is contained in:
parent
9da4eb4a4e
commit
12e36c8871
1 changed files with 3 additions and 3 deletions
|
|
@ -963,11 +963,11 @@ panvk_per_arch(get_physical_device_properties)(
|
|||
.maxVertexAttribDivisor = UINT32_MAX,
|
||||
.supportsNonZeroFirstInstance = true,
|
||||
.maxPushDescriptors = MAX_PUSH_DESCS,
|
||||
.dynamicRenderingLocalReadDepthStencilAttachments = false,
|
||||
.dynamicRenderingLocalReadMultisampledAttachments = false,
|
||||
.dynamicRenderingLocalReadDepthStencilAttachments = true,
|
||||
.dynamicRenderingLocalReadMultisampledAttachments = true,
|
||||
.earlyFragmentMultisampleCoverageAfterSampleCounting = true,
|
||||
.earlyFragmentSampleMaskTestBeforeSampleCounting = true,
|
||||
.depthStencilSwizzleOneSupport = false,
|
||||
.depthStencilSwizzleOneSupport = true,
|
||||
.polygonModePointSize = false,
|
||||
.nonStrictSinglePixelWideLinesUseParallelogram = false,
|
||||
.nonStrictWideLinesUseParallelogram = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue