aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_rvalue_visitor.h
Commit message (Collapse)AuthorAgeFilesLines
* glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt2010-08-131-0/+47
I keep copy and pasting this code all over, so consolidate it in one place.