Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Eric Anholt 3fff009af1 Fold constant expressions in if conditionals. vor 15 Jahren
main Initial commit. lol vor 15 Jahren
tests Add PASS / FAIL annotations to tests missing them. vor 15 Jahren
.dir-locals.el Set C++ indent too. vor 15 Jahren
.gitignore autoconf for the ... vor 15 Jahren
Makefile.am Add a constant folding optimization pass. vor 15 Jahren
ast.h Additional void parameter checks vor 15 Jahren
ast_expr.cpp Fix up the operator printing for the logic or and beyond, check array bounds. vor 15 Jahren
ast_function.cpp Use glsl_type::element_type to get the type of array elements vor 15 Jahren
ast_to_hir.cpp Set lower bound on size implied by whole-array assignment vor 15 Jahren
ast_type.cpp Add parser support for texture rectangle types vor 15 Jahren
autogen.sh autoconf for the ... vor 15 Jahren
builtin_function.cpp Use ir_function::add_signature to create link between function and signature vor 15 Jahren
builtin_types.sh Slightly change the representation of numeric types vor 15 Jahren
builtin_variables.h Add definitions for 1.10 built-in uniforms for ff state. vor 15 Jahren
configure.ac autoconf for the ... vor 15 Jahren
glsl_lexer.lpp Don't track new type names during pass-1 parsing vor 15 Jahren
glsl_parser.ypp Set source locations on AST nodes so error messages print locations. vor 15 Jahren
glsl_parser_extras.cpp Add a constant folding optimization pass. vor 15 Jahren
glsl_parser_extras.h Add generate_temporary to generate an anonymous temporary vor 15 Jahren
glsl_symbol_table.h Add query to determine whether a name was declared at this scope vor 15 Jahren
glsl_types.cpp Use ir_function::add_signature to create link between function and signature vor 15 Jahren
glsl_types.h Add glsl_type::element_type and glsl_type::array_size queries vor 15 Jahren
hash_table.c Initial commit. lol vor 15 Jahren
hash_table.h Add proper wrappers so that C++ code can use hash_table type vor 15 Jahren
hir_field_selection.cpp Use glsl_type::is_error instead of comparison with glsl_error_type pointer vor 15 Jahren
ir.cpp Set correct type for ir_dereference of a matrix or a vector vor 15 Jahren
ir.h Track whether whole-arrays are assignable vor 15 Jahren
ir_constant_expression.cpp Add support for =, != to ir_constant_expresion.cpp vor 15 Jahren
ir_constant_folding.cpp Fold constant expressions in if conditionals. vor 15 Jahren
ir_constant_folding.h Add a constant folding optimization pass. vor 15 Jahren
ir_function.cpp Ensure that 'in' and 'inout' formal parameters are valid lvalues vor 15 Jahren
ir_print_visitor.cpp Add bool/int conversion as IR operations. vor 15 Jahren
ir_print_visitor.h Implement ir_if (for if-statments) and conversion from AST vor 15 Jahren
ir_variable.cpp Add definition of gl_ClipDistance[] vor 15 Jahren
ir_visitor.h Implement ir_if (for if-statments) and conversion from AST vor 15 Jahren
list.h Fix exec_list::move_nodes_to when the source list is empty vor 15 Jahren
symbol_table.c Allow duplicate symbols at the same scope that are in different name spaces vor 15 Jahren
symbol_table.h Add function to determine the scope where a variable is declared vor 15 Jahren