Clone of mesa.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Ian Romanick f13d4295f9 Change type of function_identifier to silence bison warning před 15 roky
main Initial commit. lol před 15 roky
tests Add a handful of simple tests for function calls in constructors před 15 roky
.dir-locals.el Set C++ indent too. před 15 roky
.gitignore autoconf for the ... před 15 roky
Makefile.am Initial pass at resolving function calls před 15 roky
ast.h Differentiate in ast_function_expression between constructors and func. calls před 15 roky
ast_expr.cpp Add ast_expression_bin subclass of ast_expression před 15 roky
ast_to_hir.cpp Initial pass at resolving function calls před 15 roky
autogen.sh autoconf for the ... před 15 roky
builtin_types.sh Fix typeo in gl_FogParameters.scale (was scalre) před 15 roky
builtin_variables.h IR variable: Initial work to support GLSL built-in variables před 15 roky
configure.ac autoconf for the ... před 15 roky
glsl_lexer.lpp autoconf for the ... před 15 roky
glsl_parser.ypp Change type of function_identifier to silence bison warning před 15 roky
glsl_parser_extras.cpp Track generation of errors and halt compilation appropriately před 15 roky
glsl_parser_extras.h Track generation of errors and halt compilation appropriately před 15 roky
glsl_types.cpp Make glsl_type a class před 15 roky
glsl_types.h Tell emacs that C++ .h files are C++ před 15 roky
hash_table.c Initial commit. lol před 15 roky
hash_table.h Initial commit. lol před 15 roky
hir_field_selection.cpp Convert is_glsl_type_vector to glsl_type::is_vector před 15 roky
hir_function.c Initial commit. lol před 15 roky
ir.cpp Add ir_call call to represent function calls. před 15 roky
ir.h Initial pass at resolving function calls před 15 roky
ir_function.cpp Initial pass at resolving function calls před 15 roky
ir_print_visitor.cpp Add ir_call call to represent function calls. před 15 roky
ir_print_visitor.h Add ir_call call to represent function calls. před 15 roky
ir_variable.cpp IR variable: Initial work to support GLSL built-in variables před 15 roky
ir_visitor.h Add ir_call call to represent function calls. před 15 roky
list.h Add yet-another linked list type před 15 roky
symbol_table.c Initial commit. lol před 15 roky
symbol_table.h Initial commit. lol před 15 roky