Module: Mesa Branch: main Commit: 7e282694ed72341b360ec3082ecc83e2c92ad78b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e282694ed72341b360ec3082ecc83e2c92ad78b
Author: Lionel Landwerlin <[email protected]> Date: Sat Sep 3 00:31:07 2022 +0300 anv: remove non present field in upstream spec Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18397> --- src/intel/vulkan/anv_device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index c693453418f..15fc67f72d1 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -2455,7 +2455,6 @@ void anv_GetPhysicalDeviceProperties2( properties->prefersLocalInvocationPrimitiveOutput = false; properties->prefersCompactVertexOutput = false; properties->prefersCompactPrimitiveOutput = false; - properties->meshShadingAffectedPipelineStatistics = 0; /* Spec minimum values */ assert(properties->maxTaskWorkGroupTotalCount >= (1U << 22));
