glsl: fix conversions from uint to bool and from float/bool to uint
[mesa.git] / src / glsl / loop_controls.cpp
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Aras Pranckeviciusglsl: fix crash in loop analysis when some controls...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leeglsl: Fix 'format not a string literal and no format...
2010-09-13 Luca Barbieriloop_controls: fix analysis of already analyzed loops
2010-09-03 Ian Romanickglsl2: Use as_constant some places instead of constant_...
2010-09-03 Ian Romanickglsl2: Add module to perform simple loop unrolling
2010-09-03 Ian Romanickglsl2: Track the number of ir_loop_jump instructions...
2010-09-03 Ian Romanickglsl2: Eliminate zero-iteration loops
2010-09-03 Ian Romanickglsl2: Add module to suss out loop control variables...