Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ian Romanick d10fe19495 Simplified constructor for identifier expressions 15 年之前
main Initial commit. lol 15 年之前
tests Initial commit. lol 15 年之前
.dir-locals.el Set C++ indent too. 15 年之前
.gitignore autoconf for the ... 15 年之前
Makefile.am IR variable: Initial work to support GLSL built-in variables 15 年之前
ast.h Simplified constructor for identifier expressions 15 年之前
ast_expr.cpp Add ast_expression_bin subclass of ast_expression 15 年之前
ast_to_hir.cpp IR variable: Initial work to support GLSL built-in variables 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 autoconf for the ... 15 年之前
glsl_parser.ypp Simplified constructor for identifier expressions 15 年之前
glsl_parser_extras.cpp Move top-level AST to HIR conversion to _mesa_ast_to_hir 15 年之前
glsl_parser_extras.h Include cstdlib to be sure size_t is available 15 年之前
glsl_types.cpp Make glsl_type a class 15 年之前
glsl_types.h Convert is_glsl_type_matrix to glsl_type::is_matrix 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 年之前
hir_function.c Initial commit. lol 15 年之前
ir.cpp ir_variable: Initialize all attribute bits to reasonable defaults 15 年之前
ir.h IR variable: Initial work to support GLSL built-in variables 15 年之前
ir_print_visitor.cpp IR print visitor: Add some support for printing types and constants 15 年之前
ir_print_visitor.h IR visitor: Add initial version of ir_visitor classes 15 年之前
ir_variable.cpp IR variable: Initial work to support GLSL built-in variables 15 年之前
ir_visitor.h IR visitor: Add initial version of ir_visitor classes 15 年之前
list.h Add yet-another linked list type 15 年之前
symbol_table.c Initial commit. lol 15 年之前
symbol_table.h Initial commit. lol 15 年之前