Age | Commit message (Expand) | Author |
---|---|---|
2010-06-09 | ir_print_visitor: Add support for ir_texture. | Kenneth Graunke |
2010-05-26 | Refactor ir_dereference support for ir_visitor | Ian Romanick |
2010-04-28 | IR print visitor: Move logic for printing the whole program to _mesa_print_ir | Ian Romanick |
2010-04-21 | Remove ir_label since it is no longer used. | Kenneth Graunke |
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-03-29 | Implement ir_if (for if-statments) and conversion from AST | Ian Romanick |
2010-03-26 | Move swizzles out of ir_dereference and into their own class. | Kenneth Graunke |
2010-03-25 | IR print visitor: print ir_dereference instructions | Ian Romanick |
2010-03-19 | Implement IR return instructions | Ian Romanick |
2010-03-11 | Add ir_call call to represent function calls. | Ian Romanick |
2010-03-10 | Tell emacs that C++ .h files are C++ | Ian Romanick |
2010-03-09 | IR visitor: Add initial version of ir_visitor classes | Ian Romanick |