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.
Eric Anholt fbc7c0b8f2 Make function bodies rely on the parameter variable declarations. 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 Clarify the types of various exec_list in ir.h 15 年之前
ast_to_hir.cpp Make function bodies rely on the parameter variable declarations. 15 年之前
ast_type.cpp Add parser support for texture rectangle types 15 年之前
autogen.sh autoconf for the ... 15 年之前
builtin_function.cpp Make function bodies rely on the parameter variable declarations. 15 年之前
builtin_types.sh Treat texture rectangles as an extension that is enabled be default 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 Begin processing #extension directive 15 年之前
glsl_parser_extras.cpp Treat texture rectangles as an extension that is enabled be default 15 年之前
glsl_parser_extras.h Treat texture rectangles as an extension that is enabled be default 15 年之前
glsl_symbol_table.h Add query to determine whether a name was declared at this scope 15 年之前
glsl_types.cpp Make function bodies rely on the parameter variable declarations. 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 Put function bodies under function signatures, instead of flat in the parent. 15 年之前
ir.h Put function bodies under function signatures, instead of flat in the parent. 15 年之前
ir_constant_expression.cpp Add support for bool to ir_equal and ir_nequal constant handling 15 年之前
ir_constant_folding.cpp Put function bodies under function signatures, instead of flat in the parent. 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 Make function bodies rely on the parameter variable declarations. 15 年之前
ir_print_visitor.h Add ir_loop_jump to represent 'break' and 'continue' in loops 15 年之前
ir_variable.cpp Add support for GL_ARB_draw_buffers extension 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 年之前