aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2016-07-12 14:17:44 +0200
committerSamuel Pitoiset <[email protected]>2016-07-14 22:28:39 +0200
commitea6b236ab1a53cc0a616088aec4a0ec4d804f77d (patch)
treeb737c3651d9fbac5ec06c0ab99ae432c670e193f /src/gallium
parentf84e9d749fbb6da73a60fb70e6725db773c9b8f8 (diff)
nv50/ir: add missing string for SV_WORK_DIM
Fixes: 2aa1197 ("nouveau: Add support for SV_WORK_DIM") Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]> Reviewed-by: Hans de Goede <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
index 6469f71203f..ae0dd78a816 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
@@ -312,6 +312,7 @@ static const char *SemanticStr[SV_LAST + 1] =
"BASEVERTEX",
"BASEINSTANCE",
"DRAWID",
+ "WORK_DIM",
"?",
"(INVALID)"
};