From b214e0d2fb736afcc6eb222a29a4d2fad31acacf Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 15 Jun 2016 16:14:39 +0200 Subject: [PATCH] nv50/ir: add missing strings for some recent sysvals This is pretty useful for debugging purposes and those should not be omitted. Fixes: 517a93b3 ("nvc0: add ARB_shader_draw_parameters support") Signed-off-by: Samuel Pitoiset Reviewed-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index 756a4d8ac88..e4aebaa500b 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp @@ -289,6 +289,9 @@ static const char *SemanticStr[SV_LAST + 1] = "VERTEX_STRIDE", "INVOCATION_INFO", "THREAD_KILL", + "BASEVERTEX", + "BASEINSTANCE", + "DRAWID", "?", "(INVALID)" }; -- 2.30.2