diff options
author | Eric Anholt <[email protected]> | 2011-11-08 14:44:18 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-11-11 08:21:34 -0800 |
commit | ab5c2622b6484df19db7e729f0e434a24dce2d10 (patch) | |
tree | 803dd7ba12ee309df54d2e408fe0276fe9e57403 /src/glsl | |
parent | 8ca76386f5eae78d9a3617b338f11f23b6ce69fe (diff) |
glsl: Move ir_variable.cpp to builtin_variables.cpp.
It's only about builtins, not variables in general.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Makefile.sources | 2 | ||||
-rw-r--r-- | src/glsl/builtin_variables.cpp (renamed from src/glsl/ir_variable.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index b4bfff09c9e..c65bfe4fff6 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 index 3092507bc39..3092507bc39 100644 --- a/src/glsl/ir_variable.cpp +++ b/src/glsl/builtin_variables.cpp |