Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir / nir_opt_load_store_vectorize.c
2020-09-04 Rhys Perrynir/load_store_vectorize: rework alignment calculation
2020-09-03 Jason Ekstrandnir: Handle all array stride cases in nir_deref_instr_a...
2020-08-21 Rhys Perrynir: add and use nir_intrinsic_has_ helpers
2020-07-29 Rhys Perrynir/load_store_vectorize: fix indentation
2020-07-29 Caio Marcelo de... nir: Filter modes of scoped memory barrier in nir_opt_l...
2020-07-29 Jason Ekstrandnir: Split nir_index_vars into two functions
2020-06-03 Boris Brezillonnir: Replace the scoped_memory barrier by a scoped_barrier
2020-05-25 Dmitriy Nesternir: replace fnv1a hash function with xxhash
2020-05-11 Samuel Pitoisetnir: do not vectorize load/store if offset can overflow...
2020-04-23 Kenneth Graunkenir: Actually do load/store vectorization beyond vec2
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Add support for nir_var_mem_g...
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Use nir_iadd_imm for offsets
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Fix shared atomic info
2020-02-13 Rhys Perrynir: fix nir_const_value_as_uint bit size in load/store...
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-12-04 Rhys Perrynir/load_store_vectorize: fix combining stores with...
2019-11-25 Rhys Perrynir: add a load/store vectorization pass