summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_atomics.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_atomics: fixup for new foreach_block()Connor Abbott1-25/+11
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-04-11nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez1-2/+3
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott1-3/+3
2016-03-17nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga1-3/+3
2016-03-17nir: Add compute shader shared variable storage classJordan Justen1-1/+2
2016-02-09nir: use const_index helpersRob Clark1-2/+2
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+166