summaryrefslogtreecommitdiff
path: root/src/glsl/ir_hierarchical_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-12glsl: Add ir node for barrierChris Forbes1-0/+9
2014-07-15glsl: Add callback_leave to ir_hierarchical_visitor.Matt Turner1-61/+97
2014-06-30glsl: Modify ir_end_primitive to have a stream.Iago Toral Quiroga1-9/+16
2014-06-30glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga1-9/+16
2013-08-01glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain1-0/+18
2012-04-02glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke1-0/+9
2010-09-03glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick1-0/+1
2010-08-18glsl: Fix uninitialized member in ir_hierarchical_vistor constructor.Vinson Lee1-0/+1
2010-07-01glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).Eric Anholt1-6/+1
2010-06-30glsl2: Define new ir_discard instruction.Kenneth Graunke1-0/+16
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+284