aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/gl_nir_lower_atomics.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-1/+1
* nir: Fix OpAtomicCounterIDecrement for uniform atomic countersAntia Puentes2018-07-031-2/+6
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Remove deref chain support from lower_atomicsJason Ekstrand2018-06-221-144/+2
* nir: Support deref instructions in lower_atomicsJason Ekstrand2018-06-221-9/+112
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-0/+213