summaryrefslogtreecommitdiff
path: root/src/glsl/ir_rvalue_visitor.cpp
AgeCommit message (Collapse)Author
2010-09-03glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick
2010-08-13glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt
I keep copy and pasting this code all over, so consolidate it in one place.