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 d10fe19495 Simplified constructor for identifier expressions před 15 roky
main Initial commit. lol před 15 roky
tests Initial commit. lol 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 IR variable: Initial work to support GLSL built-in variables před 15 roky
ast.h Simplified constructor for identifier expressions před 15 roky
ast_expr.cpp Add ast_expression_bin subclass of ast_expression před 15 roky
ast_to_hir.cpp IR variable: Initial work to support GLSL built-in variables 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 Simplified constructor for identifier expressions před 15 roky
glsl_parser_extras.cpp Move top-level AST to HIR conversion to _mesa_ast_to_hir před 15 roky
glsl_parser_extras.h Include cstdlib to be sure size_t is available před 15 roky
glsl_types.cpp Make glsl_type a class před 15 roky
glsl_types.h Convert is_glsl_type_matrix to glsl_type::is_matrix 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 ir_variable: Initialize all attribute bits to reasonable defaults před 15 roky
ir.h IR variable: Initial work to support GLSL built-in variables před 15 roky
ir_print_visitor.cpp IR print visitor: Add some support for printing types and constants před 15 roky
ir_print_visitor.h IR visitor: Add initial version of ir_visitor classes před 15 roky
ir_variable.cpp IR variable: Initial work to support GLSL built-in variables před 15 roky
ir_visitor.h IR visitor: Add initial version of ir_visitor classes 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