nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_split_var_copies.c
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2019-06-19 Connor Abbottnir: Allow qualifiers on copy_deref and image instructions
2019-03-15 Jason Ekstrandnir/validate: Only require bare types to match for...
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from split_var_copies
2018-06-23 Jason Ekstrandnir: Support deref instructions in split_var_copies
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2017-12-06 Eduardo Lima Mitevnir: Add support for 16-bit types (half float, int16...
2017-04-17 Jason Ekstrandnir: Add GLSL_TYPE_[U]INT64 to some switch statements
2017-01-20 Ian Romanicknir: Add support for 64-bit integer types to split_var_...
2016-12-30 Jason Ekstrandnir/split_var_copies: Use a nir_shader rather than...
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-07 Ian Romanicknir: In split_var_copies_block, uint, int, and bool...
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/split_var_copies: 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 Connor Abbottnir/split_var_copies: handle doubles
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/