Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: rename local variable_entry class | Brian Paul | 2010-08-24 | 1 | -17/+22 |
* | glsl2: Silence unused variable warning | Ian Romanick | 2010-08-16 | 1 | -0/+1 |
* | glsl: Standardize a few more uses of struct vs class keyword. | José Fonseca | 2010-08-14 | 1 | -2/+2 |
* | glsl2: Add a generic visitor class to call back with pointers to each rvalue. | Eric Anholt | 2010-08-13 | 1 | -103/+6 |
* | glsl2: add cast to silence warning | Brian Paul | 2010-08-11 | 1 | -1/+1 |
* | glsl: fix missing return in ir_structure_splitting | Aras Pranckevicius | 2010-08-09 | 1 | -0/+1 |
* | glsl2: Handle plain variable copies in struct splitting. | Eric Anholt | 2010-08-08 | 1 | -3/+51 |
* | ir_structure_splitting: Massive fixing to this. | Eric Anholt | 2010-08-05 | 1 | -9/+34 |
* | ir_structure_splitting: New pass to chop structures into their components. | Eric Anholt | 2010-08-05 | 1 | -0/+378 |