summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_split_var_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add support for 16-bit types (half float, int16 and uint16)Eduardo Lima Mitev2017-12-061-0/+6
* nir: Add GLSL_TYPE_[U]INT64 to some switch statementsJason Ekstrand2017-04-161-0/+2
* nir: Add support for 64-bit integer types to split_var_copies_blockIan Romanick2017-01-201-0/+2
* nir/split_var_copies: Use a nir_shader rather than a void *mem_ctxJason Ekstrand2016-12-301-3/+3
* nir: Make nir_copy_deref follow the "clone" patternJason Ekstrand2016-12-301-10/+7
* nir: In split_var_copies_block, uint, int, and bool types cannot be matricesIan Romanick2016-12-061-3/+5
* 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/split_var_copies: fixup for new foreach_block()Connor Abbott2016-04-281-4/+4
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir/split_var_copies: handle doublesConnor Abbott2016-04-111-0/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+285