summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_samplers.cpp
Commit message (Expand)AuthorAgeFilesLines
* nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand2015-01-261-1/+1
* nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src arrayJason Ekstrand2015-01-151-4/+7
* nir: Rework the way samplers are loweredJason Ekstrand2015-01-151-75/+78
* nir: Make texture instruction names more consistentJason Ekstrand2015-01-151-2/+2
* nir: Use an integer index for specifying structure fieldsJason Ekstrand2015-01-151-31/+34
* nir: Make array deref direct vs. indirect an enumJason Ekstrand2015-01-151-1/+1
* nir/lower_samplers: Use the nir_instr_rewrite_src functionJason Ekstrand2015-01-151-1/+10
* nir: add a pass to lower sampler instructionsConnor Abbott2015-01-151-0/+170