summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_rvalue_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-83/+0
* glsl: Make ir_rvalue_visitor visit ir_discard::condition.Kenneth Graunke2015-02-241-0/+3
* glsl: Modify ir_end_primitive to have a stream.Iago Toral Quiroga2014-06-301-0/+3
* glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga2014-06-301-0/+3
* glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down.Eric Anholt2012-08-071-2/+29
* glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt2010-08-131-0/+47