aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/gl_nir_lower_samplers.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Carve out nir_lower_samplers from GLSL code.Timur Kristóf2019-09-061-127/+1
* nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_derefKenneth Graunke2019-01-071-47/+28
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-5/+2
* nir/lower_samplers: don't assume a deref for both texture and sampler srcsAlejandro Piñeiro2018-08-131-53/+58
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Use derefs in nir_lower_samplersJason Ekstrand2018-06-221-67/+84
* nir/lower_samplers: Clean up function argumentsJason Ekstrand2018-06-221-8/+8
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir/lower_samplers: Limit assert to GLSL shader programsEduardo Lima Mitev2018-06-211-1/+2
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-0/+164