nir: Add a copy splitting pass
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 19 Nov 2014 22:52:30 +0000 (14:52 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:19:02 +0000 (07:19 -0800)
commit615ba5ad043d93ea08a7a219046ef8eb523dba04
treef3ad264295736d5258e496ea1bcb8d5767d3f2e9
parent68778d52cd4eb05c62f77a13bfed5b062e124fea
nir: Add a copy splitting pass

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_split_var_copies.c [new file with mode: 0644]