aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_non_uniform_access.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_non_uniform: lower image/texture instructions taking derefsRhys Perry2019-10-111-10/+88
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-4/+8
* nir/lower_non_uniform: safely iterate over blocksLionel Landwerlin2019-05-281-1/+1
* nir: lower_non_uniform_access: iterate over instructions safelyLionel Landwerlin2019-05-161-1/+1
* nir: fix lower_non_uniform_access passLionel Landwerlin2019-05-151-0/+1
* nir: Add a lowering pass for non-uniform resource accessJason Ekstrand2019-03-251-0/+265