summaryrefslogtreecommitdiffstats
path: root/src/glsl/builtin_variables.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-10-21 10:45:48 -0700
committerEric Anholt <[email protected]>2011-10-26 12:52:11 -0700
commit4fc9a98a0e01195202cd5f3f5a78cf28c5e8843c (patch)
treeb953cfc0ba023e77fca18eee62052a54abb94d7f /src/glsl/builtin_variables.h
parent4ad8a0adec588b4c2c5a8f93265ed46cee5d3ff6 (diff)
glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.
This matches the usual convention for extension builtin variables. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/builtin_variables.h')
-rw-r--r--src/glsl/builtin_variables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glsl/builtin_variables.h b/src/glsl/builtin_variables.h
index d25bbf42a8d..237b361d886 100644
--- a/src/glsl/builtin_variables.h
+++ b/src/glsl/builtin_variables.h
@@ -103,8 +103,8 @@ static const builtin_variable builtin_110_deprecated_uniforms[] = {
{ ir_var_uniform, -1, "gl_LightModelParameters", "gl_LightModel"},
/* Mesa-internal ATI_envmap_bumpmap state. */
- { ir_var_uniform, -1, "vec2", "gl_MESABumpRotMatrix0"},
- { ir_var_uniform, -1, "vec2", "gl_MESABumpRotMatrix1"},
- { ir_var_uniform, -1, "vec4", "gl_MESAFogParamsOptimized"},
+ { ir_var_uniform, -1, "vec2", "gl_BumpRotMatrix0MESA"},
+ { ir_var_uniform, -1, "vec2", "gl_BumpRotMatrix1MESA"},
+ { ir_var_uniform, -1, "vec4", "gl_FogParamsOptimizedMESA"},
};