---
src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
b/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
index f00d5d4..54b3514 100644
--- a/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
+++ b/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
@@ -111,6 +111,9 @@ static void print_export_comment(uint32_t num, enum
shader_t type)
case 0: name = "gl_FragColor"; break;
}
break;
+ case SHADER_COMPUTE:
+ unreachable("not reached");
+ break;
}
/* if we had a symbol table here, we could look
* up the name of the varying..
--
1.7.9.5
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev