nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_lower_to_source_mods.c
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-06-07 Eric Engestromnir: fix s/&&/||/ typo
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/lower_to_source_mods: Stop turning add, sat, and...
2019-05-24 Jason Ekstrandnir/source_mods: Add a helpers for setting source modifiers
2019-02-27 Gert Wollnynir: Add posibility to not lower to source mod 'abs...
2018-11-14 Gert Wollnynir: Allow to skip integer ops in nir_lower_to_source_mods
2017-03-23 Matt Turnernir: Return progress from nir_lower_to_source_mods().
2016-10-06 Jason Ekstrandnir: Remove some no longer needed asserts
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
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/lower_to_source_mods: fixup for new foreeach_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 Iago Toral Quiroganir/lower_to_source_mods: Handle different bit sizes
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/