Add support for SV_WORK_DIM for nvc0 and nve4.
2aa1197 nouveau: Add support for SV_WORK_DIM
src/gallium/drivers/nouveau/codegen/nv50_ir.h | 1 +
.../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 1 +
.../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 ++
.../nouveau/codegen/nv50_ir_target_nvc0.cpp | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 23 +++++++++++++++-----
src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 4 ++--
src/gallium/drivers/nouveau/nvc0/nvc0_program.c | 2 +-
src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 7 +++---
8 files changed, 29 insertions(+), 12 deletions(-)
Upstream: cgit.freedesktop.org