Re: [Mesa-dev] [PATCH] glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.

2011-10-24 Thread Kenneth Graunke
On 10/24/2011 01:44 PM, Eric Anholt wrote: > This matches the usual convention for extension builtin variables. "I like the color of your bike shed." Reviewed-by: Kenneth Graunke ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.fre

[Mesa-dev] [PATCH] glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.

2011-10-24 Thread Eric Anholt
This matches the usual convention for extension builtin variables. --- src/glsl/builtin_variables.h |6 +++--- src/glsl/ir_variable.cpp | 12 ++-- src/mesa/main/ff_fragment_shader.cpp |6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/