summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_atomics.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23nir: Return progress from nir_lower_atomics().Matt Turner1-6/+12
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-1/+1
2016-10-06nir: Remove some no longer needed assertsJason Ekstrand1-1/+0
2016-10-04nir/intrinsics: Add more atomic_counter opsIan Romanick1-0/+38
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