summaryrefslogtreecommitdiff
path: root/ir_print_visitor.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-09ir_print_visitor: Add support for ir_texture.Kenneth Graunke1-0/+1
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick1-1/+3
2010-04-28IR print visitor: Move logic for printing the whole program to _mesa_print_irIan Romanick1-0/+3
2010-04-21Remove ir_label since it is no longer used.Kenneth Graunke1-1/+0
2010-04-07Add ir_loop_jump to represent 'break' and 'continue' in loopsIan Romanick1-0/+1
2010-04-07Add ir_loop to represent loopsIan Romanick1-0/+1
2010-03-29Implement ir_if (for if-statments) and conversion from ASTIan Romanick1-0/+1
2010-03-26Move swizzles out of ir_dereference and into their own class.Kenneth Graunke1-0/+1
2010-03-25IR print visitor: print ir_dereference instructionsIan Romanick1-0/+4
2010-03-19Implement IR return instructionsIan Romanick1-0/+1
2010-03-11Add ir_call call to represent function calls.Ian Romanick1-0/+1
2010-03-10Tell emacs that C++ .h files are C++Ian Romanick1-0/+1
2010-03-09IR visitor: Add initial version of ir_visitor classesIan Romanick1-0/+65