Re: [Mesa-dev] [PATCH v2 1/3] glsl: add gl_HelperInvocation system value

2015-11-12 Thread Matt Turner
Reviewed-by: Matt Turner I'll take a stab at hooking this up in the i965 backend. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 1/3] glsl: add gl_HelperInvocation system value

2015-11-12 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- v1 -> v2: changed name of sysval to longer thing that matches GL name src/glsl/builtin_variables.cpp | 3 +++ src/glsl/nir/shader_enums.h| 1 + src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 1 + 3 files changed, 5 insertions(+) diff --g