nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_lower_locals_to_regs.c
2020-05-25 Dmitriy Nesternir: replace fnv1a hash function with xxhash
2020-02-12 Arcady Goldmints... compiler/nir: Add support for variable initialization...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-03-19 Karol Herbstnir/lower_locals_to_regs: cast array index to 32 bit
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Rework lower_locals_to_regs to use deref instructions
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2017-06-07 Thomas Hellandnir: Remove unused include
2016-12-16 Thomas Hellandnir: Remove nir_array from lower_locals_to_regs
2016-12-05 Jason Ekstrandnir: Delete most of the constant_initializer support
2016-10-06 Jason Ekstrandnir: Remove some no longer needed asserts
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
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_locals_to_regs: 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-04-11 Connor Abbottnir/locals_to_regs: adapt to different bit sizes
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Rob Clarknir: use const_index helpers
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/