Clone of mesa.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Ian Romanick b0b8fa4885 Eat whitespace while in the PP state 15 роки тому
main Initial commit. lol 15 роки тому
tests Add PASS / FAIL annotations to tests missing them. 15 роки тому
.dir-locals.el Set C++ indent too. 15 роки тому
.gitignore autoconf for the ... 15 роки тому
Makefile.am Add a constant folding optimization pass. 15 роки тому
ast.h Generate correct IR for do-while loops 15 роки тому
ast_expr.cpp Fix up the operator printing for the logic or and beyond, check array bounds. 15 роки тому
ast_function.cpp Use glsl_type::element_type to get the type of array elements 15 роки тому
ast_to_hir.cpp Generate correct IR for do-while loops 15 роки тому
ast_type.cpp Add parser support for texture rectangle types 15 роки тому
autogen.sh autoconf for the ... 15 роки тому
builtin_function.cpp Use ir_function::add_signature to create link between function and signature 15 роки тому
builtin_types.sh Slightly change the representation of numeric types 15 роки тому
builtin_variables.h Add definitions for 1.10 built-in uniforms for ff state. 15 роки тому
configure.ac autoconf for the ... 15 роки тому
glsl_lexer.lpp Eat whitespace while in the PP state 15 роки тому
glsl_parser.ypp Set source locations on AST nodes so error messages print locations. 15 роки тому
glsl_parser_extras.cpp Begin tracking the nesting of loops and switch-statements 15 роки тому
glsl_parser_extras.h Begin tracking the nesting of loops and switch-statements 15 роки тому
glsl_symbol_table.h Add query to determine whether a name was declared at this scope 15 роки тому
glsl_types.cpp Use ir_function::add_signature to create link between function and signature 15 роки тому
glsl_types.h Add glsl_type::element_type and glsl_type::array_size queries 15 роки тому
hash_table.c Initial commit. lol 15 роки тому
hash_table.h Add proper wrappers so that C++ code can use hash_table type 15 роки тому
hir_field_selection.cpp Use glsl_type::is_error instead of comparison with glsl_error_type pointer 15 роки тому
ir.cpp Make constant folding descend into if statements. 15 роки тому
ir.h Add dynamic cast for ir_loop 15 роки тому
ir_constant_expression.cpp Add support for bool to ir_equal and ir_nequal constant handling 15 роки тому
ir_constant_folding.cpp Add ir_loop_jump to represent 'break' and 'continue' in loops 15 роки тому
ir_constant_folding.h Add ir_loop_jump to represent 'break' and 'continue' in loops 15 роки тому
ir_function.cpp Ensure that 'in' and 'inout' formal parameters are valid lvalues 15 роки тому
ir_print_visitor.cpp Add some newlines when printing ir_loop instructions 15 роки тому
ir_print_visitor.h Add ir_loop_jump to represent 'break' and 'continue' in loops 15 роки тому
ir_variable.cpp Add gl_ClipDistance in fragment shader 15 роки тому
ir_visitor.h Add ir_loop_jump to represent 'break' and 'continue' in loops 15 роки тому
list.h Fix exec_list::move_nodes_to when the source list is empty 15 роки тому
symbol_table.c Allow duplicate symbols at the same scope that are in different name spaces 15 роки тому
symbol_table.h Add function to determine the scope where a variable is declared 15 роки тому