summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_gcm.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a nir_tex_instr_has_implicit_derivatives helperJason Ekstrand2019-07-231-11/+1
* nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott2019-06-191-5/+1
* nir/gcm: Support deref instructionsJason Ekstrand2019-01-121-0/+4
* nir/gcm: fix a bug with metadata handlingConnor Abbott2017-01-141-3/+3
* nir/gcm: Fix a typo in a commentJason Ekstrand2017-01-121-1/+1
* nir/gcm: Rework the schedule late loopJason Ekstrand2017-01-121-5/+6
* nir/gcm: Add global value numbering supportJason Ekstrand2016-09-081-5/+24
* nir/gcm: Call nir_metadata_preserveJason Ekstrand2016-09-081-0/+3
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-1/+1
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-3/+3
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/opt_gcm: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+494