Re: [Mesa-dev] [PATCH] anv: enable drawIndirectFirstInstance

2016-11-27 Thread Ilia Mirkin
On Sun, Nov 27, 2016 at 2:44 AM, Kenneth Graunke wrote: > On Tuesday, November 22, 2016 11:20:11 PM PST Ilia Mirkin wrote: >> This was already piped through in the CmdDraw(Indexed)Indirect handling. >> >> Signed-off-by: Ilia Mirkin >> --- >> >> Passes the 2 vk-cts tests dedicated to it as well. >

Re: [Mesa-dev] [PATCH] anv: enable drawIndirectFirstInstance

2016-11-26 Thread Kenneth Graunke
On Tuesday, November 22, 2016 11:20:11 PM PST Ilia Mirkin wrote: > This was already piped through in the CmdDraw(Indexed)Indirect handling. > > Signed-off-by: Ilia Mirkin > --- > > Passes the 2 vk-cts tests dedicated to it as well. > > src/intel/vulkan/anv_device.c | 2 +- > 1 file changed, 1

[Mesa-dev] [PATCH] anv: enable drawIndirectFirstInstance

2016-11-22 Thread Ilia Mirkin
This was already piped through in the CmdDraw(Indexed)Indirect handling. Signed-off-by: Ilia Mirkin --- Passes the 2 vk-cts tests dedicated to it as well. 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