Mesa (master): anv/icl: Don't use SingleVertexDispatch

Anuj Phogat aphogat at kemper.freedesktop.org
Fri Feb 16 19:11:30 UTC 2018


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

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Fri May 26 15:42:02 2017 -0700

anv/icl: Don't use SingleVertexDispatch

Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/vulkan/genX_pipeline.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/intel/vulkan/genX_pipeline.c b/src/intel/vulkan/genX_pipeline.c
index 784559380d..85391c93ca 100644
--- a/src/intel/vulkan/genX_pipeline.c
+++ b/src/intel/vulkan/genX_pipeline.c
@@ -1135,7 +1135,9 @@ emit_3dstate_vs(struct anv_pipeline *pipeline)
 #endif
 
       assert(!vs_prog_data->base.base.use_alt_mode);
+#if GEN_GEN < 11
       vs.SingleVertexDispatch       = false;
+#endif
       vs.VectorMaskEnable           = false;
       vs.SamplerCount               = get_sampler_count(vs_bin);
       vs.BindingTableEntryCount     = get_binding_table_entry_count(vs_bin);




More information about the mesa-commit mailing list