Re: [Mesa-dev] [PATCH v3 04/14] i965/anv: Add uniform for a CS thread local base ID

2016-05-30 Thread Jason Ekstrand
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

[Mesa-dev] [PATCH v3 04/14] i965/anv: Add uniform for a CS thread local base ID

2016-05-29 Thread Jordan Justen
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