summaryrefslogtreecommitdiff
path: root/src/glsl/ir_rvalue_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-08-23glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke1-0/+1
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke1-0/+1
2010-09-03glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick1-0/+7
2010-08-13glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt1-0/+134