summaryrefslogtreecommitdiff
path: root/src/glsl/ir_rvalue_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner1-2/+1
2014-06-30glsl: Modify ir_end_primitive to have a stream.Iago Toral Quiroga1-0/+19
2014-06-30glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga1-0/+18
2014-01-13glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke1-2/+2
2013-10-06glsl: Add support for specifying the component in textureGatherChris Forbes1-1/+3
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-0/+1
2013-10-03glsl: add texture gather changesMaxence Le Dore1-0/+1
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-0/+1
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-0/+3
2012-08-07glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down.Eric Anholt1-9/+118
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