summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorConnor Abbott <connor.w.abbott@intel.com>2015-07-31 11:57:48 -0700
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>2016-04-28 11:58:13 +0200
commit2ea3649c63f39f07b9cebda1ef0569b7347ada93 (patch)
tree7f920fa1a6e9967d4d556ca3ffabfe50f95f0845 /src/compiler/Makefile.sources
parent2cf3b28884047f1cdef76542355bd2a4dd653fde (diff)
downloadexternal_mesa3d-2ea3649c63f39f07b9cebda1ef0569b7347ada93.zip
external_mesa3d-2ea3649c63f39f07b9cebda1ef0569b7347ada93.tar.gz
external_mesa3d-2ea3649c63f39f07b9cebda1ef0569b7347ada93.tar.bz2
nir: add a pass to lower some double operations
v2: Move to compiler/nir (Iago) v3: Use nir_imm_int() to load the constants (Sam) v4 (Sam): - Undo line-wrap (Jason). - Fix comment (Jason). - Improve generated code for get_signed_inf() function (Connor). Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 1973533..8915943 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -187,6 +187,7 @@ NIR_FILES = \
nir/nir_lower_alu_to_scalar.c \
nir/nir_lower_atomics.c \
nir/nir_lower_clip.c \
+ nir/nir_lower_double_ops.c \
nir/nir_lower_double_packing.c \
nir/nir_lower_global_vars_to_local.c \
nir/nir_lower_gs_intrinsics.c \