Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Give IR nodes a type field. | Eric Anholt | 2010-07-19 | 1 | -0/+15 |
| | | | | | | | This is a big deal for debugging if nothing else ("what class is this ir_instruction, really?"), but is also nice for avoiding building a whole visitor or an if (node->as_whatever() || node->as_other_thing()) chain. | ||||
* | ir_validate: Also perform usual checks on ir_dereference_variable nodes | Ian Romanick | 2010-07-12 | 1 | -0/+2 |
| | |||||
* | ir_validate: Validate that varibles are declared before used in IR | Ian Romanick | 2010-07-12 | 1 | -2/+26 |
| | |||||
* | ir_validate: Additional function related invariant checks | Ian Romanick | 2010-07-12 | 1 | -0/+60 |
| | | | | | | | | | Add two invariant checks related to functions and function signatures: 1. Ensure that function definitions (ir_function) are not nested. 2. Ensure that the ir_function pointed to by an ir_function_signature is the one that contains it in its signatures list. | ||||
* | Add hash table helper functions for using pointers as hash keys | Ian Romanick | 2010-07-06 | 1 | -13/+2 |
| | |||||
* | glsl2: Wrap includes of C interfaces with extern "C". | Eric Anholt | 2010-06-24 | 1 | -0/+2 |
| | |||||
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+104 |