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