Mesa 3D graphics library
Go to file
Kenneth Graunke cc249f79e7 generate_builtins.pl: Support stage-specific builtins even for extensions. 2010-06-09 11:14:58 -07:00
builtins generate_builtins.pl: Support stage-specific builtins even for extensions. 2010-06-09 11:14:58 -07:00
main
tests
.dir-locals.el
.gitignore
Makefile.am Remove some cruft from the Makefile 2010-06-02 13:13:40 -07:00
ast.h Convert ast_node use of simple_node to exec_list and exec_node 2010-05-10 11:17:53 -07:00
ast_expr.cpp
ast_function.cpp Begin refactoring ir_dereference 2010-05-26 15:23:19 -07:00
ast_to_hir.cpp Allow arrays of floats as varyings. 2010-06-01 15:15:04 -07:00
ast_type.cpp
autogen.sh
builtin_function.cpp builtins: Add support for reflect(). 2010-06-01 15:15:05 -07:00
builtin_types.h Set the type of ir_texture properly; infer it from the sampler type. 2010-06-09 11:14:57 -07:00
builtin_variables.h gl_Normal is a vec3 not a vec4. 2010-06-01 15:15:04 -07:00
configure.ac Remove the pedantic C junk. 2010-05-03 11:41:00 -07:00
glsl_lexer.lpp glsl_lexer: Quiet warning about unused unput(). 2010-05-03 11:40:25 -07:00
glsl_parser.ypp Only allow global precision qualifier for int and float 2010-06-07 19:03:03 -07:00
glsl_parser_extras.cpp Don't process empty shaders 2010-06-07 18:53:06 -07:00
glsl_parser_extras.h Convert ast_node use of simple_node to exec_list and exec_node 2010-05-10 11:17:53 -07:00
glsl_symbol_table.h
glsl_types.cpp Begin refactoring ir_dereference 2010-05-26 15:23:19 -07:00
glsl_types.h Set the type of ir_texture properly; infer it from the sampler type. 2010-06-09 11:14:57 -07:00
hash_table.c
hash_table.h
hir_field_selection.cpp Begin refactoring ir_dereference 2010-05-26 15:23:19 -07:00
ir.cpp Set the type of ir_texture properly; infer it from the sampler type. 2010-06-09 11:14:57 -07:00
ir.h Set the type of ir_texture properly; infer it from the sampler type. 2010-06-09 11:14:57 -07:00
ir_basic_block.cpp Reimplement has_call_callback using ir_hierarchical_vistor 2010-05-17 12:03:13 -07:00
ir_basic_block.h ir_copy_propagation: Return true if we optimized out any assignments. 2010-05-05 09:32:44 -07:00
ir_constant_expression.cpp Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_constant_folding.cpp Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_constant_variable.cpp ir_constant_variable: New pass to mark constant-assigned variables constant. 2010-06-01 15:15:04 -07:00
ir_copy_propagation.cpp Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistor 2010-05-26 17:04:19 -07:00
ir_dead_code.cpp Refactor ir_dereference support for ir_hierarchical_visitor 2010-05-26 15:23:25 -07:00
ir_dead_code_local.cpp Refactor whole-variable assigment checking into member function 2010-05-26 15:23:25 -07:00
ir_expression_flattening.cpp ir_expression_flattening: Handle flattening values out of swizzles, too. 2010-06-01 15:15:04 -07:00
ir_expression_flattening.h
ir_function.cpp Factor out parameter list matching from ast_function::hir for later reuse. 2010-04-28 15:34:52 -07:00
ir_function_can_inline.cpp Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor 2010-05-17 12:03:13 -07:00
ir_function_inlining.cpp Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_function_inlining.h Move optimization pass prototypes to a single header. 2010-05-05 11:47:33 -07:00
ir_hierarchical_visitor.cpp Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_hierarchical_visitor.h Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_hv_accept.cpp Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_if_simplification.cpp Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistor 2010-05-17 12:03:13 -07:00
ir_optimization.h ir_constant_variable: New pass to mark constant-assigned variables constant. 2010-06-01 15:15:04 -07:00
ir_print_visitor.cpp ir_print_visitor: Add support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_print_visitor.h ir_print_visitor: Add support for ir_texture. 2010-06-09 11:14:57 -07:00
ir_reader.cpp Set the type of ir_texture properly; infer it from the sampler type. 2010-06-09 11:14:57 -07:00
ir_reader.h Add stub ir_reader and new 'i' mode for reading IR rather than GLSL. 2010-04-28 18:14:53 -07:00
ir_swizzle_swizzle.cpp ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle. 2010-06-01 15:15:04 -07:00
ir_variable.cpp Bump GL_MAX_TEXTURE_COORDS from 2 to 4 2010-06-07 19:10:33 -07:00
ir_vec_index_to_swizzle.cpp ir_dereference_array always operates on an r-value 2010-06-02 13:50:27 -07:00
ir_visitor.h Add stub visitor support for ir_texture. 2010-06-09 11:14:57 -07:00
linux_list.h ir_constant_variable: New pass to mark constant-assigned variables constant. 2010-06-01 15:15:04 -07:00
list.h exec_list: Add foreach_list_typed and foreach_list_typed_const 2010-05-10 17:40:41 -07:00
s_expression.cpp Add a simple S-Expression reader and printer. 2010-04-28 18:14:36 -07:00
s_expression.h Add a simple S-Expression reader and printer. 2010-04-28 18:14:36 -07:00
symbol_table.c
symbol_table.h