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 3b8d2cd779 Fix the type of gl_FogFragCoord. hace 15 años
main Initial commit. lol hace 15 años
tests Add PASS / FAIL annotations to tests missing them. hace 15 años
.dir-locals.el Set C++ indent too. hace 15 años
.gitignore autoconf for the ... hace 15 años
Makefile.am Inline functions consisting of a return of an expression. hace 15 años
ast.h Generate correct IR for do-while loops hace 15 años
ast_expr.cpp Fix up the operator printing for the logic or and beyond, check array bounds. hace 15 años
ast_function.cpp Clarify the types of various exec_list in ir.h hace 15 años
ast_to_hir.cpp Make function bodies rely on the parameter variable declarations. hace 15 años
ast_type.cpp Add parser support for texture rectangle types hace 15 años
autogen.sh autoconf for the ... hace 15 años
builtin_function.cpp Add an implementation of gentype-only clamp(). hace 15 años
builtin_types.sh Treat texture rectangles as an extension that is enabled be default hace 15 años
builtin_variables.h Fix the type of gl_FogFragCoord. hace 15 años
configure.ac autoconf for the ... hace 15 años
glsl_lexer.lpp Eat whitespace while in the PP state hace 15 años
glsl_parser.ypp Begin processing #extension directive hace 15 años
glsl_parser_extras.cpp Repeat the optimization passes until we stop making progress. hace 15 años
glsl_parser_extras.h Treat texture rectangles as an extension that is enabled be default hace 15 años
glsl_symbol_table.h Add query to determine whether a name was declared at this scope hace 15 años
glsl_types.cpp Make function bodies rely on the parameter variable declarations. hace 15 años
glsl_types.h Add glsl_type::element_type and glsl_type::array_size queries hace 15 años
hash_table.c Initial commit. lol hace 15 años
hash_table.h Add proper wrappers so that C++ code can use hash_table type hace 15 años
hir_field_selection.cpp Use glsl_type::is_error instead of comparison with glsl_error_type pointer hace 15 años
ir.cpp Remove extraneous base-class constructor calls hace 15 años
ir.h Inline functions consisting of a return of an expression. hace 15 años
ir_constant_expression.cpp Add support for bool to ir_equal and ir_nequal constant handling hace 15 años
ir_constant_folding.cpp Put function bodies under function signatures, instead of flat in the parent. hace 15 años
ir_constant_folding.h Add ir_loop_jump to represent 'break' and 'continue' in loops hace 15 años
ir_function.cpp Ensure that 'in' and 'inout' formal parameters are valid lvalues hace 15 años
ir_function_inlining.cpp Repeat the optimization passes until we stop making progress. hace 15 años
ir_function_inlining.h Inline functions consisting of a return of an expression. hace 15 años
ir_print_visitor.cpp Make function bodies rely on the parameter variable declarations. hace 15 años
ir_print_visitor.h Add ir_loop_jump to represent 'break' and 'continue' in loops hace 15 años
ir_variable.cpp Add support for GL_ARB_draw_buffers extension hace 15 años
ir_visitor.h Add ir_loop_jump to represent 'break' and 'continue' in loops hace 15 años
list.h Inline functions consisting of a return of an expression. hace 15 años
symbol_table.c Allow duplicate symbols at the same scope that are in different name spaces hace 15 años
symbol_table.h Add function to determine the scope where a variable is declared hace 15 años