nir: Add a pass to lower outputs to temporary variables
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 29 Aug 2015 00:09:02 +0000 (17:09 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 29 Aug 2015 00:38:41 +0000 (17:38 -0700)
commit9cebdd78d8cbdc4915c26811cadac4a57f9d6426
tree7b90633bb054c5e46a8bad147bdeafae0a3b7f8b
parent5e7c7b2a4e6b9cbdbcdaa95caac787b4d4953b68
nir: Add a pass to lower outputs to temporary variables

This pass can be used as a helper for NIR producers so they don't have to
worry about creating the temporaries themselves.
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_lower_outputs_to_temporaries.c [new file with mode: 0644]