mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 23:20:08 +01:00
glsl: Move ir_variable.cpp to builtin_variables.cpp.
It's only about builtins, not variables in general. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
8ca76386f5
commit
ab5c2622b6
2 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue