summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_io_to_temporaries.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09nir/lower_io_to_temporaries: Fix hash table leakConnor Abbott1-0/+2
2019-07-08nir/lower_io_to_temporaries: Handle interpolation intrinsicsConnor Abbott1-0/+166
2019-07-08nir: Avoid coalescing vars created by lower_io_to_temporariesConnor Abbott1-0/+1
2019-03-12nir: Add a pass for lowering IO back to vector when possibleJason Ekstrand1-1/+2
2019-01-19nir: rename nir_var_private to nir_var_shader_tempKarol Herbst1-1/+1
2019-01-08nir: rename global/local to private/function memoryKarol Herbst1-1/+1
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom1-1/+0
2018-06-22nir: Support deref instructions in lower_io_to_temporariesJason Ekstrand1-0/+2
2018-04-11nir: Use nir_builder in lower_io_to_temporariesJason Ekstrand1-19/+16
2018-04-06nir: rename variables in nir_lower_io_to_temporaries for clarityCaio Marcelo de Oliveira Filho1-11/+11
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-2/+2
2017-07-13nir/lower_io_to_temporaries: don't set compact on shadow varsConnor Abbott1-0/+1
2016-12-05nir: Delete most of the constant_initializer supportJason Ekstrand1-3/+1
2016-08-25nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke1-2/+2
2016-08-25nir: Make nir_lower_io_to_temporaries store an impl internally.Kenneth Graunke1-4/+4
2016-08-25nir: Handle FB fetch outputs correctly in nir_lower_io_to_temporaries.Francisco Jerez1-0/+21
2016-05-11nir/lower-io: add support for lowering inputsRob Clark1-8/+43
2016-05-11nir/lower-io: split out some helper fxnsRob Clark1-52/+70
2016-05-11nir: rename lower_outputs_to_temporaries -> lower_io_to_temporariesRob Clark1-0/+128