Module: Mesa Branch: master Commit: bd46040162c703b11db4cd042abe323a0c829325 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd46040162c703b11db4cd042abe323a0c829325
Author: Lionel Landwerlin <[email protected]> Date: Mon Jan 30 17:58:56 2017 +0000 compiler: add missing enums for debug Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Anuj Phogat <[email protected]> --- src/compiler/shader_enums.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/shader_enums.c b/src/compiler/shader_enums.c index 3c5a268..e704c95 100644 --- a/src/compiler/shader_enums.c +++ b/src/compiler/shader_enums.c @@ -208,6 +208,8 @@ gl_system_value_name(gl_system_value sysval) ENUM(SYSTEM_VALUE_INSTANCE_INDEX), ENUM(SYSTEM_VALUE_VERTEX_ID_ZERO_BASE), ENUM(SYSTEM_VALUE_BASE_VERTEX), + ENUM(SYSTEM_VALUE_BASE_INSTANCE), + ENUM(SYSTEM_VALUE_DRAW_ID), ENUM(SYSTEM_VALUE_INVOCATION_ID), ENUM(SYSTEM_VALUE_FRONT_FACE), ENUM(SYSTEM_VALUE_SAMPLE_ID), _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
