nir: move to compiler/
[mesa.git] / src / glsl / lower_vec_index_to_cond_assign.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2015-10-14 Jordan Justenglsl: Support uint index in do_vec_index_to_cond_assign
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to foreach_list_safe.
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-05-13 Ian Romanickglsl: Death to array dereferences of vectors!
2013-05-13 Ian Romanickglsl: Lower ir_binop_vector_extract to conditional...
2013-05-13 Ian Romanickglsl: Refactor part of convert_vec_index_to_cond_assign
2012-11-11 Vincent Lejeuneglsl: store read vector in a temp in vec_index_to_cond
2012-11-06 Brian Paulglsl: fix signed/unsigned comparision warnings on MSVC
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-23 Ian Romanickglsl: Compare vector indices in blocks
2011-07-23 Ian Romanickglsl: When lowering non-constant vector indexing, respe...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.