Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Ian Romanick 95517faf69 Add function to determine the scope where a variable is declared 15 年前
main Initial commit. lol 15 年前
tests Add a handful of simple tests for function calls in constructors 15 年前
.dir-locals.el Set C++ indent too. 15 年前
.gitignore autoconf for the ... 15 年前
Makefile.am Factor ast_type_specifier code out to ast_type.cpp 15 年前
ast.h Add new constructors for ast_type_specifier 15 年前
ast_expr.cpp Add ast_expression_bin subclass of ast_expression 15 年前
ast_function.cpp Use glsl_symbol_table instead of using _mesa_symbol_table directly 15 年前
ast_to_hir.cpp Use glsl_symbol_table instead of using _mesa_symbol_table directly 15 年前
ast_type.cpp Trivial clean-ups to ast_type_specifier(int) constructor 15 年前
autogen.sh autoconf for the ... 15 年前
builtin_types.sh Fix typeo in gl_FogParameters.scale (was scalre) 15 年前
builtin_variables.h IR variable: Initial work to support GLSL built-in variables 15 年前
configure.ac autoconf for the ... 15 年前
glsl_lexer.lpp Don't track new type names during pass-1 parsing 15 年前
glsl_parser.ypp Don't track new type names during pass-1 parsing 15 年前
glsl_parser_extras.cpp Use glsl_symbol_table instead of using _mesa_symbol_table directly 15 年前
glsl_parser_extras.h Use glsl_symbol_table instead of using _mesa_symbol_table directly 15 年前
glsl_symbol_table.h Add a GLSL-specific facade to _mesa_symbol_table 15 年前
glsl_types.cpp Use glsl_symbol_table instead of using _mesa_symbol_table directly 15 年前
glsl_types.h Tell emacs that C++ .h files are C++ 15 年前
hash_table.c Initial commit. lol 15 年前
hash_table.h Initial commit. lol 15 年前
hir_field_selection.cpp Convert is_glsl_type_vector to glsl_type::is_vector 15 年前
ir.cpp Add ir_call call to represent function calls. 15 年前
ir.h Add multiple include protection to ir.h 15 年前
ir_function.cpp Initial pass at resolving function calls 15 年前
ir_print_visitor.cpp Add ir_call call to represent function calls. 15 年前
ir_print_visitor.h Add ir_call call to represent function calls. 15 年前
ir_variable.cpp Use glsl_symbol_table instead of using _mesa_symbol_table directly 15 年前
ir_visitor.h Add ir_call call to represent function calls. 15 年前
list.h Add yet-another linked list type 15 年前
symbol_table.c Add function to determine the scope where a variable is declared 15 年前
symbol_table.h Add function to determine the scope where a variable is declared 15 年前