projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2280a0
)
anv: enable drawIndirectFirstInstance
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Wed, 23 Nov 2016 04:20:11 +0000
(23:20 -0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index 08bc247939f75407e9e7f7be9f257195654e5afc..b8e00baf43d940467d006c4d2eb639ee4c869b1c 100644
(file)
--- 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 =
fals
e,
+ .drawIndirectFirstInstance =
tru
e,
.depthClamp = true,
.depthBiasClamp = true,
.fillModeNonSolid = true,