summaryrefslogtreecommitdiff
path: root/ir.h
AgeCommit message (Expand)Author
2010-03-25Add dereference constructor for array element dereferencesIan Romanick
2010-03-25Widen num_components to handle vec4 correctly.Kenneth Graunke
2010-03-25Typo fixes: de/re/ference.Kenneth Graunke
2010-03-24Add method to set the swizzle of an ir_dereferenceIan Romanick
2010-03-23ir_function constructor now takes the function name as a parameterIan Romanick
2010-03-23Set the type of a function call to be the return type of the calleeIan Romanick
2010-03-23Set, and require, a return type for function signaturesIan Romanick
2010-03-19Implement IR return instructionsIan Romanick
2010-03-15Add multiple include protection to ir.hIan Romanick
2010-03-11Initial pass at resolving function callsIan Romanick
2010-03-11Add ir_call call to represent function calls.Ian Romanick
2010-03-11Fix broken constructor of ir_instruction base classIan Romanick
2010-03-10Tell emacs that C++ .h files are C++Ian Romanick
2010-03-10IR variable: Initial work to support GLSL built-in variablesIan Romanick
2010-03-09IR visitor: Add initial version of ir_visitor classesIan Romanick
2010-03-08Conver IR structures to use exec_list instead of simple_nodeIan Romanick
2010-02-22Initial commit. lolIan Romanick