Module: Mesa Branch: master Commit: ab5c2622b6484df19db7e729f0e434a24dce2d10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab5c2622b6484df19db7e729f0e434a24dce2d10
Author: Eric Anholt <[email protected]> Date: Tue Nov 8 14:44:18 2011 -0800 glsl: Move ir_variable.cpp to builtin_variables.cpp. It's only about builtins, not variables in general. Reviewed-by: Ian Romanick <[email protected]> --- src/glsl/Makefile.sources | 2 +- .../{ir_variable.cpp => builtin_variables.cpp} | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index b4bfff0..c65bfe4 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -20,6 +20,7 @@ LIBGLSL_CXX_SOURCES := \ ast_function.cpp \ ast_to_hir.cpp \ ast_type.cpp \ + builtin_variables.cpp \ glsl_parser_extras.cpp \ glsl_types.cpp \ glsl_symbol_table.cpp \ @@ -40,7 +41,6 @@ LIBGLSL_CXX_SOURCES := \ ir_rvalue_visitor.cpp \ ir_set_program_inouts.cpp \ ir_validate.cpp \ - ir_variable.cpp \ ir_variable_refcount.cpp \ linker.cpp \ link_functions.cpp \ diff --git a/src/glsl/ir_variable.cpp b/src/glsl/builtin_variables.cpp similarity index 100% rename from src/glsl/ir_variable.cpp rename to src/glsl/builtin_variables.cpp _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
