Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-25 | Fix matrix dimensioning | Ian Romanick | |
Newb GL mistake: matrices in GL are column-major. This means that vector_elements is the number of rows. Making these changes causes matrix-08.glsl to pass. | |||
2010-03-24 | Add method to set the swizzle of an ir_dereference | Ian Romanick | |
2010-03-23 | ir_function constructor now takes the function name as a parameter | Ian Romanick | |
2010-03-23 | Set, and require, a return type for function signatures | Ian Romanick | |
2010-03-11 | Add ir_call call to represent function calls. | Ian Romanick | |
2010-03-11 | Fix broken constructor of ir_instruction base class | Ian Romanick | |
Make the constructor inline-able, and don't try to initialize it as a simple_node. It hasn't been derived from simple_node in a long time. | |||
2010-03-10 | ir_variable: Initialize all attribute bits to reasonable defaults | Ian Romanick | |
This prevents variables from randomly having their 'invariant' or 'read_only' bits set, for example. | |||
2010-03-08 | Conver IR structures to use exec_list instead of simple_node | Ian Romanick | |
2010-02-22 | Rename .cc files to .cpp | Ian Romanick | |