aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_dead_write_vars.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add missing nir_var_mem_global to various passesCaio Marcelo de Oliveira Filho2020-01-141-3/+6
* nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand2020-01-131-1/+0
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+4
* nir: Handle more barriers in dead_write and copy_propJason Ekstrand2020-01-131-0/+9
* nir: Add scoped_memory_barrier intrinsicCaio Marcelo de Oliveira Filho2019-10-241-0/+8
* nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-2/+2
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-2/+2
* nir/dead_write_vars: Get modes directly from derefsJason Ekstrand2018-12-181-2/+1
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-151-0/+223