index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-05-26
Refactor ir_dereference support for ir_visitor
Ian Romanick
2010-05-26
Refactor ir_dereference support for ir_hierarchical_visitor
Ian Romanick
2010-05-26
Begin refactoring ir_dereference
Ian Romanick
2010-05-18
Use ir_rvalue::variable_referenced instead of open coding it
Ian Romanick
2010-05-17
ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}
Ian Romanick
2010-05-17
Reimplement kill_for_derefs using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Reimplement has_call_callback using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Make visit_list_elements safe against node removals
Ian Romanick
2010-05-17
Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Reimplement ir_dead_code_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
2010-05-17
Replace find_dead_code with visit_exec_list
Ian Romanick
2010-05-14
Use ir_rvalue::variable_referenced instead of open-coding it
Ian Romanick
2010-05-14
Add ir_rvalue::variable_referenced
Ian Romanick
2010-05-14
Refresh autogenerated builtin_function.cpp.
Kenneth Graunke
2010-05-14
Implement "tan" builtin.
Kenneth Graunke
2010-05-14
Implement "sin" and "cos" builtins via new expression operators.
Kenneth Graunke
2010-05-14
Implement "cross" builtin.
Kenneth Graunke
2010-05-14
Implement "fract" builtin.
Kenneth Graunke
2010-05-14
Implement "sign" builtin via a new expression operator.
Kenneth Graunke
2010-05-14
Implement "smoothstep" builtin.
Kenneth Graunke
2010-05-14
Implement "step" builtin.
Kenneth Graunke
2010-05-14
Integrate generate_builtins.pl into the build process.
Kenneth Graunke
2010-05-14
Replace old builtin_function.cpp with new autogenerated one.
Kenneth Graunke
2010-05-14
Add a perl script to generate builtin_function.cpp.
Kenneth Graunke
2010-05-14
Fix bogus expression typing in various builtins.
Kenneth Graunke
2010-05-14
Initial commit of IR for builtins.
Kenneth Graunke
2010-05-14
ir_reader: Set function signatures as defined.
Kenneth Graunke
2010-05-14
FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.
Eric Anholt
2010-05-14
Fix function call parameter printer to omit extraneous leading comma
Ian Romanick
2010-05-10
Replace many uses of foreach_list with foreach_list_typed
Ian Romanick
2010-05-10
exec_list: Add foreach_list_typed and foreach_list_typed_const
Ian Romanick
2010-05-10
Convert ast_node use of simple_node to exec_list and exec_node
Ian Romanick
2010-05-10
exec_list: Add simpler exec_list for-each macros
Ian Romanick
2010-05-10
exec_list: Add macros to get ptr to structure containing a node
Ian Romanick
2010-05-10
Loop bodies, then-statements, and else-statements are not lists
Ian Romanick
2010-05-10
Remove unnecessary include of simple_list.h
Ian Romanick
2010-05-10
Store AST function call parameters in expressions
Ian Romanick
2010-05-05
Move optimization pass prototypes to a single header.
Eric Anholt
2010-05-05
ir_dead_code_local: Remove redundant assignments within basic blocks.
Eric Anholt
2010-05-05
ir_visit_tree: Make sure we visit dereference targets, too.
Eric Anholt
2010-05-05
ir_copy_propagation: Fix up the doxygen about the file.
Eric Anholt
2010-05-05
ir_copy_propagation: Return true if we optimized out any assignments.
Eric Anholt
2010-05-05
ir_copy_propagation: Handle swizzles and array derefs on LHS of assign.
Eric Anholt
2010-05-04
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
2010-05-03
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
Eric Anholt
2010-05-03
Remove the pedantic C junk.
Eric Anholt
2010-05-03
Store warnings and errors in a parser state infolog.
Eric Anholt
2010-05-03
Quiet warnings about ir_shader not being handled in places it's not needed.
Eric Anholt
[prev]
[next]