Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Eric Anholt 2eec73f735 Implement additional unary gentype builtins. il y a 15 ans
main Initial commit. lol il y a 15 ans
tests Add some simple constructor tests il y a 15 ans
.dir-locals.el Set C++ indent too. il y a 15 ans
.gitignore autoconf for the ... il y a 15 ans
Makefile.am Implement the first builtin function: exp(). il y a 15 ans
ast.h Add new abstract ir_rvalue class; rework accordingly. il y a 15 ans
ast_expr.cpp Fix up the operator printing for the logic or and beyond, check array bounds. il y a 15 ans
ast_function.cpp Initial implementation of constructor handling code il y a 15 ans
ast_to_hir.cpp Implement the first builtin function: exp(). il y a 15 ans
ast_type.cpp Trivial clean-ups to ast_type_specifier(int) constructor il y a 15 ans
autogen.sh autoconf for the ... il y a 15 ans
builtin_function.cpp Implement additional unary gentype builtins. il y a 15 ans
builtin_types.sh Slightly change the representation of numeric types il y a 15 ans
builtin_variables.h Set up fragment shader builtin variables. il y a 15 ans
configure.ac autoconf for the ... il y a 15 ans
glsl_lexer.lpp Don't track new type names during pass-1 parsing il y a 15 ans
glsl_parser.ypp Don't track new type names during pass-1 parsing il y a 15 ans
glsl_parser_extras.cpp IR print visitor: Remove most of the newlines from the printed output il y a 15 ans
glsl_parser_extras.h Track the function that is currently being defined il y a 15 ans
glsl_symbol_table.h Add query to determine whether a name was declared at this scope il y a 15 ans
glsl_types.cpp Be sure to set ir_function_signature::definition for constructors il y a 15 ans
glsl_types.h Slightly change the representation of numeric types il y a 15 ans
hash_table.c Initial commit. lol il y a 15 ans
hash_table.h Initial commit. lol il y a 15 ans
hir_field_selection.cpp Use glsl_type::is_error instead of comparison with glsl_error_type pointer il y a 15 ans
ir.cpp Set variables with the sampler base type to read only. il y a 15 ans
ir.h Implement the first builtin function: exp(). il y a 15 ans
ir_function.cpp Fix matrix dimensioning il y a 15 ans
ir_print_visitor.cpp IR print visitor: Print out something for the operator. il y a 15 ans
ir_print_visitor.h Move swizzles out of ir_dereference and into their own class. il y a 15 ans
ir_variable.cpp Set up fragment shader builtin variables. il y a 15 ans
ir_visitor.h Move swizzles out of ir_dereference and into their own class. il y a 15 ans
list.h Add missing parenthesis in foreach_iter il y a 15 ans
symbol_table.c Allow duplicate symbols at the same scope that are in different name spaces il y a 15 ans
symbol_table.h Add function to determine the scope where a variable is declared il y a 15 ans