From 7e282694ed72341b360ec3082ecc83e2c92ad78b Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 3 Sep 2022 00:31:07 +0300 Subject: [PATCH] anv: remove non present field in upstream spec Signed-off-by: Lionel Landwerlin Acked-by: Mike Blumenkrantz Part-of: --- 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 c693453..15fc67f 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)); -- 2.7.4