summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_var_copies.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott1-4/+10
2019-03-15nir/validate: Only require bare types to match for copy_derefJason Ekstrand1-1/+2
2019-03-07nir/builder: Add a build_deref_array_imm helperJason Ekstrand1-3/+2
2019-01-09nir: Unset metadata debug bit if no progress madeMatt Turner1-1/+6
2018-06-22nir: Remove old-school deref chain supportJason Ekstrand1-2/+0
2018-06-22nir: Remove deref chain support from lower_var_copiesJason Ekstrand1-132/+8
2018-06-22nir: Support deref instructions in lower_var_copiesJason Ekstrand1-5/+92
2018-06-22nir: add deref lowering sanity checkingRob Clark1-0/+2
2017-03-23nir: Return progress from nir_lower_var_copies().Matt Turner1-3/+15
2016-12-30nir/lower_var_copies: Use a shader rather than a void *mem_ctxJason Ekstrand1-8/+9
2016-12-30nir: Make nir_copy_deref follow the "clone" patternJason Ekstrand1-2/+2
2016-05-12nir: glsl_get_bit_size() should take glsl_typeRob Clark1-2/+1
2016-05-05nir: fix assert for wildcard pairsThomas Hindoe Paaboel Andersen1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_var_copies: fixup for new foreach_block()Connor Abbott1-19/+15
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott1-1/+4
2016-02-09nir: use const_index helpersRob Clark1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+190