nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_split_per_member_structs.c
2020-07-29 Jason Ekstrandnir/split_per_member_structs: Inline split_variables_in...
2020-07-29 Jason Ekstrandnir/split_per_member_structs: Use nir_variable_with_mod...
2020-06-11 Jason Ekstrandnir: Properly preserve metadata in more cases
2020-02-12 Arcady Goldmints... compiler/nir: Add support for variable initialization...
2019-03-07 Tapani Pällinir: free dead_ctx in case of no progress
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from split_per_member_s...
2018-06-23 Jason Ekstrandnir: Add a concept of per-member structs and a lowering...