Mesa (master): anv: enable drawIndirectFirstInstance

Jason Ekstrand jekstrand at kemper.freedesktop.org
Tue Nov 29 03:32:25 UTC 2016


Module: Mesa
Branch: master
Commit: e6847f24f032b094b5a40012968ca79a5fdc67b4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6847f24f032b094b5a40012968ca79a5fdc67b4

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Tue Nov 22 23:20:11 2016 -0500

anv: enable drawIndirectFirstInstance

This was already piped through in the CmdDraw(Indexed)Indirect handling.

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/vulkan/anv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 08bc247..b8e00ba 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -446,7 +446,7 @@ void anv_GetPhysicalDeviceFeatures(
       .dualSrcBlend                             = true,
       .logicOp                                  = true,
       .multiDrawIndirect                        = false,
-      .drawIndirectFirstInstance                = false,
+      .drawIndirectFirstInstance                = true,
       .depthClamp                               = true,
       .depthBiasClamp                           = true,
       .fillModeNonSolid                         = true,




More information about the mesa-commit mailing list