index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ir_print_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use %p rather than %08x when printing pointers to fix compile.
Kenneth Graunke
2010-05-01
1
-4
/
+3
*
Track and print user defined structure types
Ian Romanick
2010-04-28
1
-1
/
+21
*
IR print visitor: Move logic for printing the whole program to _mesa_print_ir
Ian Romanick
2010-04-28
1
-0
/
+16
*
IR print visitor: Just print the name of structures
Ian Romanick
2010-04-28
1
-4
/
+0
*
Move array of operator strings out of ir_print_visitor.cpp.
Kenneth Graunke
2010-04-28
1
-51
/
+1
*
ir_print_visitor: Re-parenthesize ir_call output.
Kenneth Graunke
2010-04-28
1
-2
/
+2
*
ir_print_visitor: Print return type of ir_function_signatures.
Kenneth Graunke
2010-04-28
1
-1
/
+3
*
ir_print_visitor: Print (constant bool (1)) instead of "true"
Kenneth Graunke
2010-04-28
1
-1
/
+1
*
ir_print_visitor: Remove unnecessary parens around expression operands.
Kenneth Graunke
2010-04-28
1
-4
/
+1
*
ir_print_visitor: Remove unnecessary parens around array size in types.
Kenneth Graunke
2010-04-28
1
-1
/
+1
*
ir_print_visitor: Fix unclosed parenthesis in (call...
Kenneth Graunke
2010-04-28
1
-0
/
+1
*
ir_print_visitor: Fix unclosed parenthesis in (assign ...
Kenneth Graunke
2010-04-28
1
-3
/
+3
*
ir_print_visitor: Remove unnecessary parenthesis around variable names.
Kenneth Graunke
2010-04-28
1
-2
/
+2
*
ir_print_visitor: print the type of expressions.
Kenneth Graunke
2010-04-28
1
-1
/
+4
*
ir_print_visitor: Remove unnecessary parenthesis around type names.
Kenneth Graunke
2010-04-28
1
-7
/
+5
*
Print full type for ir_constant instead of base and component count.
Kenneth Graunke
2010-04-28
1
-3
/
+2
*
Remove ir_label since it is no longer used.
Kenneth Graunke
2010-04-21
1
-9
/
+0
*
Refactor IR function representation.
Kenneth Graunke
2010-04-21
1
-2
/
+10
*
Make function bodies rely on the parameter variable declarations.
Eric Anholt
2010-04-07
1
-0
/
+10
*
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
2010-04-07
1
-3
/
+9
*
Add some newlines when printing ir_loop instructions
Ian Romanick
2010-04-07
1
-1
/
+2
*
Add ir_loop_jump to represent 'break' and 'continue' in loops
Ian Romanick
2010-04-07
1
-0
/
+7
*
Add ir_loop to represent loops
Ian Romanick
2010-04-07
1
-0
/
+25
*
Add some linebreaks in the ir_print_visitor of if statement bodies.
Eric Anholt
2010-04-06
1
-0
/
+2
*
Add bool/int conversion as IR operations.
Eric Anholt
2010-04-02
1
-0
/
+2
*
Add conversion of bool to float as an IR operation to match int to float.
Eric Anholt
2010-04-02
1
-0
/
+2
*
Remove fake ir_binop_logic_not. I think you meant ir_unop_logic_not.
Eric Anholt
2010-04-02
1
-1
/
+0
*
Implement ir_if (for if-statments) and conversion from AST
Ian Romanick
2010-03-29
1
-0
/
+24
*
Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e.
Eric Anholt
2010-03-29
1
-0
/
+2
*
Add sqrt() builtin as an IR operation.
Eric Anholt
2010-03-29
1
-0
/
+1
*
Add builtin pow() function.
Eric Anholt
2010-03-29
1
-0
/
+1
*
IR print visitor: Print out something for the operator.
Eric Anholt
2010-03-26
1
-13
/
+44
*
IR print visitor: Print expressions a little better
Ian Romanick
2010-03-26
1
-2
/
+13
*
IR print visitor: print function calls
Ian Romanick
2010-03-26
1
-3
/
+5
*
Add glsl_type::components to query total number of components in a type
Ian Romanick
2010-03-26
1
-6
/
+2
*
Move swizzles out of ir_dereference and into their own class.
Kenneth Graunke
2010-03-26
1
-12
/
+20
*
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
2010-03-26
1
-1
/
+1
*
IR print visitor: Finish printing constants
Ian Romanick
2010-03-25
1
-4
/
+21
*
IR print visitor: Remove most of the newlines from the printed output
Ian Romanick
2010-03-25
1
-26
/
+20
*
IR print visitor: print expressions
Ian Romanick
2010-03-25
1
-2
/
+13
*
IR print visitor: print ir_dereference instructions
Ian Romanick
2010-03-25
1
-14
/
+49
*
IR print visitor: Less newlines when printing ir_variables
Ian Romanick
2010-03-25
1
-6
/
+5
*
Implement IR return instructions
Ian Romanick
2010-03-19
1
-0
/
+15
*
Add ir_call call to represent function calls.
Ian Romanick
2010-03-11
1
-0
/
+10
*
IR print visitor: Add some support for printing types and constants
Ian Romanick
2010-03-09
1
-2
/
+33
*
IR print visitor: Print assignments
Ian Romanick
2010-03-09
1
-2
/
+16
*
IR visitor: Add initial version of ir_visitor classes
Ian Romanick
2010-03-09
1
-0
/
+89