anv: remove non present field in upstream spec
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 2 Sep 2022 21:31:07 +0000 (00:31 +0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 23:45:21 +0000 (23:45 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18397>

src/intel/vulkan/anv_device.c

index c693453..15fc67f 100644 (file)
@@ -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));