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