summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_memory_model.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop legacy atomics in simple casesAlyssa Rosenzweig2023-05-161-55/+0
* nir: Handle unified atomics in simple casesAlyssa Rosenzweig2023-05-121-0/+8
* nir: add assertions that loops don't have a Continue ConstructDaniel Schürmann2023-02-211-0/+2
* nir: call nir_metadata_preserve in nir_lower_memory_modelRhys Perry2022-05-191-1/+7
* nir: handle float atomics in nir_lower_memory_modelMarcin Ślusarz2021-05-121-0/+12
* nir: Add image atomic_fmin/fmax intrinsicsJason Ekstrand2021-03-181-0/+2
* nir: Handle deref_atomic_fadd in a couple of passesCaio Marcelo de Oliveira Filho2021-03-181-0/+1
* nir,spirv: add sparse image loadsRhys Perry2021-01-061-0/+1
* nir: Make nir_deref_instr::mode a bitfieldJason Ekstrand2020-11-031-16/+16
* nir/lower_memory_model: do not break with global atomic operationsSamuel Pitoiset2020-09-281-0/+3
* nir/lower_memory_model: return progress when visiting instructionsSamuel Pitoiset2020-09-281-2/+2
* nir,radv/aco: add and use pass to lower make available/visible barriersRhys Perry2020-07-281-0/+269