nir: move glsl_types.{cpp,h} to compiler
[mesa.git] / src / glsl / lower_if_to_cond_assign.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2011-10-21 Kenneth Graunkeglsl: Short-circuit lower_if_to_cond_assign when MaxIfD...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Kenneth Graunkeglsl: Remove unused variable.
2011-08-15 Ian Romanickglsl: Modify strategy for accumulating conditions when...
2011-08-15 Ian Romanickglsl: Slight change to the code generated by if-flattening
2011-08-15 Ian Romanickglsl: Replace foreach_iter with foreach_list_safe
2011-08-15 Ian Romanickglsl: Make move_block_to_cond_assign not care which...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-27 Ian Romanickglsl: Fix depth unbalancing problem in if-statement...
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-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-27 Kenneth Graunkeglsl: Support if-flattening beyond a given maximum...
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_*.