summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_split_var_copies.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott1-5/+11
2019-03-15nir/validate: Only require bare types to match for copy_derefJason Ekstrand1-1/+2
2019-03-06nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri1-1/+1
2019-01-09nir: Unset metadata debug bit if no progress madeMatt Turner1-0/+4
2018-06-22nir: Remove old-school deref chain supportJason Ekstrand1-2/+0
2018-06-22nir: Remove deref chain support from split_var_copiesJason Ekstrand1-210/+6
2018-06-22nir: Support deref instructions in split_var_copiesJason Ekstrand1-2/+42
2018-06-22nir: add deref lowering sanity checkingRob Clark1-0/+2
2017-12-06nir: Add support for 16-bit types (half float, int16 and uint16)Eduardo Lima Mitev1-0/+6
2017-04-16nir: Add GLSL_TYPE_[U]INT64 to some switch statementsJason Ekstrand1-0/+2
2017-01-20nir: Add support for 64-bit integer types to split_var_copies_blockIan Romanick1-0/+2
2016-12-30nir/split_var_copies: Use a nir_shader rather than a void *mem_ctxJason Ekstrand1-3/+3
2016-12-30nir: Make nir_copy_deref follow the "clone" patternJason Ekstrand1-10/+7
2016-12-06nir: In split_var_copies_block, uint, int, and bool types cannot be matricesIan Romanick1-3/+5
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/split_var_copies: fixup for new foreach_block()Connor Abbott1-4/+4
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-04-11nir/split_var_copies: handle doublesConnor Abbott1-0/+2
2016-01-26nir: move to compiler/Emil Velikov1-0/+285