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 e46a454305 ir: Give ir_instruction a print visitor helper. il y a 15 ans
builtins Add forgotten autogenerated EXT_texture_array_fs folder. il y a 15 ans
glcpp Add missing build products to gitignore il y a 15 ans
main Initial commit. lol il y a 15 ans
tests Ensure that both parameter lists are the same length in function overloading. il y a 15 ans
.dir-locals.el Set C++ indent too. il y a 15 ans
.gitignore Add missing build products to gitignore il y a 15 ans
Makefile.am Add glcpp to the build. il y a 15 ans
TODO TODO: Add note about initializers for constants il y a 15 ans
ast.h Convert ast_node use of simple_node to exec_list and exec_node 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 Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ast_to_hir.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ast_type.cpp Add parser support for texture rectangle types il y a 15 ans
autogen.sh autoconf for the ... il y a 15 ans
builtin_function.cpp Implement 1.30 int/uint variants of min/max/clamp. il y a 15 ans
builtin_types.h Add EXT_texture_array support. il y a 15 ans
builtin_variables.h gl_Normal is a vec3 not a vec4. il y a 15 ans
configure.ac Add glcpp to the build. il y a 15 ans
glsl_lexer.lpp Use yy_scan_string and stop caring about shader->SourceLen. il y a 15 ans
glsl_parser.ypp Only initialize types after #extension directives have been processed. il y a 15 ans
glsl_parser_extras.cpp Change error/warning functions to print to the info log. il y a 15 ans
glsl_parser_extras.h glcpp: Print to the main compiler's infolog, not stdout. 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 Use statically typed ir_constant constructors wherever possible il y a 15 ans
glsl_types.h Add glsl_types::field_index to get the location of a record field il y a 15 ans
hash_table.c Initial commit. lol il y a 15 ans
hash_table.h Add proper wrappers so that C++ code can use hash_table type il y a 15 ans
hir_field_selection.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir.cpp ir_constant: Eliminate 'void *' constructor il y a 15 ans
ir.h ir: Give ir_instruction a print visitor helper. il y a 15 ans
ir_basic_block.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_basic_block.h ir_copy_propagation: Return true if we optimized out any assignments. il y a 15 ans
ir_constant_expression.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_constant_folding.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_constant_variable.cpp ir: Give ir_instruction a print visitor helper. il y a 15 ans
ir_copy_propagation.cpp ir: Give ir_instruction a print visitor helper. il y a 15 ans
ir_dead_code.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_dead_code_local.cpp ir: Give ir_instruction a print visitor helper. il y a 15 ans
ir_expression_flattening.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_expression_flattening.h Add support for inlining calls done inside of expressions. il y a 15 ans
ir_function.cpp Factor out parameter list matching from ast_function::hir for later reuse. il y a 15 ans
ir_function_can_inline.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_function_inlining.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_function_inlining.h Move optimization pass prototypes to a single header. il y a 15 ans
ir_hierarchical_visitor.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_hierarchical_visitor.h Add stub visitor support for ir_texture. il y a 15 ans
ir_hv_accept.cpp Hook up texturing in the hierarchical visitor. il y a 15 ans
ir_if_simplification.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_optimization.h ir_constant_variable: New pass to mark constant-assigned variables constant. il y a 15 ans
ir_print_visitor.cpp ir: Give ir_instruction a print visitor helper. il y a 15 ans
ir_print_visitor.h ir_print_visitor: Add support for ir_texture. il y a 15 ans
ir_reader.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_reader.h Add stub ir_reader and new 'i' mode for reading IR rather than GLSL. il y a 15 ans
ir_swizzle_swizzle.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_variable.cpp Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. il y a 15 ans
ir_vec_index_to_swizzle.cpp ir: Give ir_instruction a print visitor helper. il y a 15 ans
ir_visitor.h Add stub visitor support for ir_texture. il y a 15 ans
linker.cpp Fix crash when running glsl on a signle fragment shader. il y a 15 ans
list.h Add queries to determine if a node is a list sentinal il y a 15 ans
main.cpp glcpp: Print to the main compiler's infolog, not stdout. il y a 15 ans
program.h Fix compile on 64-bit. il y a 15 ans
s_expression.cpp Add a simple S-Expression reader and printer. il y a 15 ans
s_expression.h Add a simple S-Expression reader and printer. 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