nir/algebraic: Simplify fsat of fsign
[mesa.git] / src / compiler / nir / nir_opt_constant_folding.c
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-05-07 Matt Turnernir: Transform discard_if(true) into discard
2018-04-26 Karol Herbstnir/opt_constant_folding: fix folding of 8 and 16 bit...
2016-09-28 Eric Anholtnir: Optimize out discard_ifs with a constant 0 argument.
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/opt_constant_folding: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/