summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_var_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott2019-06-191-4/+10
* nir/validate: Only require bare types to match for copy_derefJason Ekstrand2019-03-151-1/+2
* nir/builder: Add a build_deref_array_imm helperJason Ekstrand2019-03-071-3/+2
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-1/+6
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Remove deref chain support from lower_var_copiesJason Ekstrand2018-06-221-132/+8
* nir: Support deref instructions in lower_var_copiesJason Ekstrand2018-06-221-5/+92
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Return progress from nir_lower_var_copies().Matt Turner2017-03-231-3/+15
* nir/lower_var_copies: Use a shader rather than a void *mem_ctxJason Ekstrand2016-12-301-8/+9
* nir: Make nir_copy_deref follow the "clone" patternJason Ekstrand2016-12-301-2/+2
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-121-2/+1
* nir: fix assert for wildcard pairsThomas Hindoe Paaboel Andersen2016-05-051-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_var_copies: fixup for new foreach_block()Connor Abbott2016-04-281-19/+15
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+4
* nir: use const_index helpersRob Clark2016-02-091-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+190