Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir / nir_opt_constant_folding.c
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2019-10-07 Rhys Perrynir/constant_folding: fold load_constant intrinsics
2019-10-07 Rhys Perrynir/constant_folding: add back and use constant_fold_state
2019-09-17 Samuel Iglesias... nir: add support for flushing to zero denorm constants
2019-09-03 Rob Clarknir: remove unused constant_fold_state
2019-07-24 Daniel Schürmannnir,intel: lower if (cond) demote() to new intrinsic...
2019-04-14 Jason Ekstrandnir/constant_folding: Get rid of a bit size switch...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-16 Jason Ekstrandnir/constant_folding: Fix source bit size logic
2018-11-09 Iago Toral Quiroganir/constant_folding: fix incorrect bit-size check
2018-10-26 Jason Ekstrandnir/constant_folding: Use nir_src_as_bool for discard_if
2018-10-26 Jason Ekstrandnir/constant_folding: Add an unreachable to a switch
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/