aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_split_var_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Call nir_metadata_preserve on !progressJason Ekstrand2020-06-111-3/+1
* nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott2019-06-191-5/+11
* nir/validate: Only require bare types to match for copy_derefJason Ekstrand2019-03-151-1/+2
* nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri2019-03-061-1/+1
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-0/+4
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Remove deref chain support from split_var_copiesJason Ekstrand2018-06-221-210/+6
* nir: Support deref instructions in split_var_copiesJason Ekstrand2018-06-221-2/+42
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* 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