summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_atomics.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use nir_src_copy instead of direct assignments.Kenneth Graunke2017-07-181-1/+1
* nir: Return progress from nir_lower_atomics().Matt Turner2017-03-231-6/+12
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-1/+1
* nir: Remove some no longer needed assertsJason Ekstrand2016-10-061-1/+0
* nir/intrinsics: Add more atomic_counter opsIan Romanick2016-10-041-0/+38
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_atomics: fixup for new foreach_block()Connor Abbott2016-04-281-25/+11
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-2/+3
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-3/+3
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-3/+3
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-1/+2
* nir: use const_index helpersRob Clark2016-02-091-2/+2
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+166