summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_gcm.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-14nir/gcm: fix a bug with metadata handlingConnor Abbott1-3/+3
2017-01-12nir/gcm: Fix a typo in a commentJason Ekstrand1-1/+1
2017-01-12nir/gcm: Rework the schedule late loopJason Ekstrand1-5/+6
2016-09-08nir/gcm: Add global value numbering supportJason Ekstrand1-5/+24
2016-09-08nir/gcm: Call nir_metadata_preserveJason Ekstrand1-0/+3
2016-07-26glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand1-3/+3
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/opt_gcm: fixup for new foreach_block()Connor Abbott1-4/+5
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+494