anv: enable drawIndirectFirstInstance
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 23 Nov 2016 04:20:11 +0000 (23:20 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 29 Nov 2016 03:32:14 +0000 (19:32 -0800)
This was already piped through in the CmdDraw(Indexed)Indirect handling.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_device.c

index 08bc247..b8e00ba 100644 (file)
@@ -446,7 +446,7 @@ void anv_GetPhysicalDeviceFeatures(
       .dualSrcBlend                             = true,
       .logicOp                                  = true,
       .multiDrawIndirect                        = false,
-      .drawIndirectFirstInstance                = false,
+      .drawIndirectFirstInstance                = true,
       .depthClamp                               = true,
       .depthBiasClamp                           = true,
       .fillModeNonSolid                         = true,