Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down. | Eric Anholt | 2012-08-07 | 1 | -2/+29 |
| | | | | | | | For the UBO lowering pass, I want to see the whole dereference chain for replacing, not the innermost ir_dereference_variable. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | glsl2: Add a generic visitor class to call back with pointers to each rvalue. | Eric Anholt | 2010-08-13 | 1 | -0/+47 |
I keep copy and pasting this code all over, so consolidate it in one place. |