nir: move to compiler/
[mesa.git] / src / glsl / ir_hierarchical_visitor.h
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-06-09 Brian Paulglsl: fix comment typo: s/accpet/accept/
2014-07-15 Matt Turnerglsl: Add callback_leave to ir_hierarchical_visitor.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_end_primitive to have a stream.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_emit_vertex to have a stream.
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-06-21 Paul Berryglsl: Make some files safe to include from C
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
2011-09-23 Paul Berryglsl hierarchical visitor: Do not overwrite base_ir...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-03 Ian Romanickglsl2: Set a flag when visiting the assignee of an...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-01 Eric Anholtglsl2: Add a pass to convert mod(a, b) to b * fract...
2010-06-30 Kenneth Graunkeglsl2: Define new ir_discard instruction.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...