nir: Fix printing of individual instructions with io semantics.
[mesa.git] / src / compiler / nir / nir_split_vars.c
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandnir/split_vars: Add mode checks to list walks
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in nir_shrink_array_vars
2019-09-06 Jason Ekstrandnir: Handle complex derefs in nir_split_array_vars
2019-05-31 Jason Ekstrandnir/split_vars: Properly bail in the presence of comple...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-03-25 Dave Airlienir/split_vars: fixup some more explicit_stride related...
2019-03-21 Dave Airlienir/spirv: don't use bare types, remove assert in split...
2019-03-07 Jason Ekstrandnir/builder: Add a build_deref_array_imm helper
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-02-25 Jason Ekstrandnir/split_vars: Don't compact vectors unnecessarily
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-08-24 Jason Ekstrandnir: Add a array-of-vector variable shrinking pass
2018-08-24 Jason Ekstrandnir: Add an array splitting pass
2018-08-24 Jason Ekstrandnir: Add a structure splitting pass