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
path:
root
/
ir.h
Age
Commit message (
Expand
)
Author
2010-06-01
ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.
Eric Anholt
2010-05-26
ir_dereference::mode is no longer used, kill with fire
Ian Romanick
2010-05-26
Refactor whole-variable assigment checking into member function
Ian Romanick
2010-05-26
Refactor ir_dereference data fields to subclasses
Ian Romanick
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-17
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
2010-05-14
Add ir_rvalue::variable_referenced
Ian Romanick
2010-05-14
Implement "sin" and "cos" builtins via new expression operators.
Kenneth Graunke
2010-05-14
Implement "sign" builtin via a new expression operator.
Kenneth Graunke
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-04-28
Add ir_dereference constructor for structure field dereferences
Ian Romanick
2010-04-28
Move array of operator strings out of ir_print_visitor.cpp.
Kenneth Graunke
2010-04-28
Factor out parameter list replacement for later reuse.
Kenneth Graunke
2010-04-28
Factor out parameter list matching from ast_function::hir for later reuse.
Kenneth Graunke
2010-04-28
Factor out qualifier checking code for later reuse.
Kenneth Graunke
2010-04-28
Refactor ir_expression::get_num_operands.
Kenneth Graunke
2010-04-21
Fix ir_dead_code for function refactoring.
Kenneth Graunke
2010-04-21
Remove ir_label since it is no longer used.
Kenneth Graunke
2010-04-21
Refactor IR function representation.
Kenneth Graunke
2010-04-19
Remove dead code assignments and variable declarations.
Eric Anholt
2010-04-19
Mark some variables as having usage beyond the shader's scope.
Eric Anholt
2010-04-14
Add an ir_if simplification pass.
Eric Anholt
2010-04-08
Inline functions consisting of a return of an expression.
Eric Anholt
2010-04-07
Remove extraneous base-class constructor calls
Ian Romanick
2010-04-07
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
2010-04-07
Clarify the types of various exec_list in ir.h
Eric Anholt
2010-04-07
Add tracking for extension based warnings
Ian Romanick
2010-04-07
Add dynamic cast for ir_loop
Ian Romanick
2010-04-07
Add ir_loop_jump to represent 'break' and 'continue' in loops
Ian Romanick
2010-04-07
Add ir_loop to represent loops
Ian Romanick
2010-04-06
Make constant folding descend into if statements.
Eric Anholt
2010-04-06
Handle constant expressions using derefs of const values.
Eric Anholt
2010-04-02
Track whether whole-arrays are assignable
Ian Romanick
2010-04-02
Add bool/int conversion as IR operations.
Eric Anholt
2010-04-02
Add conversion of bool to float as an IR operation to match int to float.
Eric Anholt
2010-04-02
Allow array dereferences to be considered as lvalues.
Eric Anholt
2010-04-02
Simplify ir_constant_expression.cpp by factoring operand computation out.
Eric Anholt
2010-04-02
Remove fake ir_binop_logic_not. I think you meant ir_unop_logic_not.
Eric Anholt
2010-04-01
Track max accessed array element, reject additional out-of-bounds accesses
Ian Romanick
2010-03-31
Add ir_variable::clone
Ian Romanick
2010-03-31
Add ir_function_signature::function_name
Ian Romanick
2010-03-31
Make ir_function::signatures private
Ian Romanick
2010-03-31
Add ir_function::iterator to iterate over function signatures
Ian Romanick
2010-03-31
Use ir_function::add_signature to create link between function and signature
Ian Romanick
2010-03-30
Initial bits of constant expression evaluator
Ian Romanick
2010-03-29
Implement ir_if (for if-statments) and conversion from AST
Ian Romanick
2010-03-29
Trivial code cleanup in ir_dereference::is_lvalue
Ian Romanick
[next]