summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_rvalue_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: add ir_texture_samples texture opcodeIlia Mirkin2015-09-101-0/+1
* glsl: Make ir_rvalue_visitor visit ir_discard::condition.Kenneth Graunke2015-02-241-0/+19
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-2/+1
* glsl: Modify ir_end_primitive to have a stream.Iago Toral Quiroga2014-06-301-0/+19
* glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga2014-06-301-0/+18
* glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke2014-01-131-2/+2
* glsl: Add support for specifying the component in textureGatherChris Forbes2013-10-061-1/+3
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-051-0/+1
* glsl: add texture gather changesMaxence Le Dore2013-10-031-0/+1
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-211-1/+0
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+1
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-021-0/+3
* glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down.Eric Anholt2012-08-071-9/+118
* glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke2011-08-231-0/+1
* glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke2011-01-311-0/+1
* glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick2010-09-031-0/+7
* glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt2010-08-131-0/+134