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ů.
Eric Anholt 2eec73f735 Implement additional unary gentype builtins. před 15 roky
main Initial commit. lol před 15 roky
tests Add some simple constructor tests 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 Implement the first builtin function: exp(). před 15 roky
ast.h Add new abstract ir_rvalue class; rework accordingly. před 15 roky
ast_expr.cpp Fix up the operator printing for the logic or and beyond, check array bounds. před 15 roky
ast_function.cpp Initial implementation of constructor handling code před 15 roky
ast_to_hir.cpp Implement the first builtin function: exp(). před 15 roky
ast_type.cpp Trivial clean-ups to ast_type_specifier(int) constructor před 15 roky
autogen.sh autoconf for the ... před 15 roky
builtin_function.cpp Implement additional unary gentype builtins. před 15 roky
builtin_types.sh Slightly change the representation of numeric types před 15 roky
builtin_variables.h Set up fragment shader builtin variables. před 15 roky
configure.ac autoconf for the ... před 15 roky
glsl_lexer.lpp Don't track new type names during pass-1 parsing před 15 roky
glsl_parser.ypp Don't track new type names during pass-1 parsing před 15 roky
glsl_parser_extras.cpp IR print visitor: Remove most of the newlines from the printed output před 15 roky
glsl_parser_extras.h Track the function that is currently being defined před 15 roky
glsl_symbol_table.h Add query to determine whether a name was declared at this scope před 15 roky
glsl_types.cpp Be sure to set ir_function_signature::definition for constructors před 15 roky
glsl_types.h Slightly change the representation of numeric types 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 Use glsl_type::is_error instead of comparison with glsl_error_type pointer před 15 roky
ir.cpp Set variables with the sampler base type to read only. před 15 roky
ir.h Implement the first builtin function: exp(). před 15 roky
ir_function.cpp Fix matrix dimensioning před 15 roky
ir_print_visitor.cpp IR print visitor: Print out something for the operator. před 15 roky
ir_print_visitor.h Move swizzles out of ir_dereference and into their own class. před 15 roky
ir_variable.cpp Set up fragment shader builtin variables. před 15 roky
ir_visitor.h Move swizzles out of ir_dereference and into their own class. před 15 roky
list.h Add missing parenthesis in foreach_iter před 15 roky
symbol_table.c Allow duplicate symbols at the same scope that are in different name spaces před 15 roky
symbol_table.h Add function to determine the scope where a variable is declared před 15 roky