summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-09-08 15:18:01 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-09-17 08:19:48 -0700
commita6c467d6c574baf6636814b51f1dafe2557e22f6 (patch)
tree75e43b9a5794cea129636092620725f299af3e9e /src/glsl/Makefile.sources
parentddffe30f404b7dffef2b90879023433ecc7df3e3 (diff)
downloadexternal_mesa3d-a6c467d6c574baf6636814b51f1dafe2557e22f6.zip
external_mesa3d-a6c467d6c574baf6636814b51f1dafe2557e22f6.tar.gz
external_mesa3d-a6c467d6c574baf6636814b51f1dafe2557e22f6.tar.bz2
nir: Add a pass to rewrite uses of vecN sources to the vecN destination
v2 (Jason Ekstrand): - Handle non-SSA sources and destinations Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index da7fdf9..07877bb 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -50,6 +50,7 @@ NIR_FILES = \
nir/nir_lower_var_copies.c \
nir/nir_lower_vec_to_movs.c \
nir/nir_metadata.c \
+ nir/nir_move_vec_src_uses_to_dest.c \
nir/nir_normalize_cubemap_coords.c \
nir/nir_opt_constant_folding.c \
nir/nir_opt_copy_propagate.c \