I don't think "anv" is the right prefix for this patch. Really, it's
adding local_id_index to cs_prog_data.
By and large, I think the code at the end of the series is what we want. I
made a few comments but not many. However, I think we could make it a bit
more bisectable if we wanted. If you
Signed-off-by: Jordan Justen
---
src/intel/vulkan/anv_pipeline.c | 4
src/mesa/drivers/dri/i965/brw_compiler.h | 1 +
src/mesa/drivers/dri/i965/brw_cs.c | 3 +++
src/mesa/drivers/dri/i965/brw_fs.cpp | 8
4 files changed, 16 insertions(+)
diff --git a/src/intel/vu