Clone of mesa.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Eric Anholt 2eec73f735 Implement additional unary gentype builtins. pirms 15 gadiem
main Initial commit. lol pirms 15 gadiem
tests Add some simple constructor tests pirms 15 gadiem
.dir-locals.el Set C++ indent too. pirms 15 gadiem
.gitignore autoconf for the ... pirms 15 gadiem
Makefile.am Implement the first builtin function: exp(). pirms 15 gadiem
ast.h Add new abstract ir_rvalue class; rework accordingly. pirms 15 gadiem
ast_expr.cpp Fix up the operator printing for the logic or and beyond, check array bounds. pirms 15 gadiem
ast_function.cpp Initial implementation of constructor handling code pirms 15 gadiem
ast_to_hir.cpp Implement the first builtin function: exp(). pirms 15 gadiem
ast_type.cpp Trivial clean-ups to ast_type_specifier(int) constructor pirms 15 gadiem
autogen.sh autoconf for the ... pirms 15 gadiem
builtin_function.cpp Implement additional unary gentype builtins. pirms 15 gadiem
builtin_types.sh Slightly change the representation of numeric types pirms 15 gadiem
builtin_variables.h Set up fragment shader builtin variables. pirms 15 gadiem
configure.ac autoconf for the ... pirms 15 gadiem
glsl_lexer.lpp Don't track new type names during pass-1 parsing pirms 15 gadiem
glsl_parser.ypp Don't track new type names during pass-1 parsing pirms 15 gadiem
glsl_parser_extras.cpp IR print visitor: Remove most of the newlines from the printed output pirms 15 gadiem
glsl_parser_extras.h Track the function that is currently being defined pirms 15 gadiem
glsl_symbol_table.h Add query to determine whether a name was declared at this scope pirms 15 gadiem
glsl_types.cpp Be sure to set ir_function_signature::definition for constructors pirms 15 gadiem
glsl_types.h Slightly change the representation of numeric types pirms 15 gadiem
hash_table.c Initial commit. lol pirms 15 gadiem
hash_table.h Initial commit. lol pirms 15 gadiem
hir_field_selection.cpp Use glsl_type::is_error instead of comparison with glsl_error_type pointer pirms 15 gadiem
ir.cpp Set variables with the sampler base type to read only. pirms 15 gadiem
ir.h Implement the first builtin function: exp(). pirms 15 gadiem
ir_function.cpp Fix matrix dimensioning pirms 15 gadiem
ir_print_visitor.cpp IR print visitor: Print out something for the operator. pirms 15 gadiem
ir_print_visitor.h Move swizzles out of ir_dereference and into their own class. pirms 15 gadiem
ir_variable.cpp Set up fragment shader builtin variables. pirms 15 gadiem
ir_visitor.h Move swizzles out of ir_dereference and into their own class. pirms 15 gadiem
list.h Add missing parenthesis in foreach_iter pirms 15 gadiem
symbol_table.c Allow duplicate symbols at the same scope that are in different name spaces pirms 15 gadiem
symbol_table.h Add function to determine the scope where a variable is declared pirms 15 gadiem