summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-05-03 09:17:57 -0700
committerJuan A. Suarez Romero <jasuarez@igalia.com>2019-05-06 17:03:09 +0200
commit3495bdca1333324ed7be2ddc90b6e7b939f31cb1 (patch)
tree4f5339f767b126c2955cd2df7e86295a32c3ac72 /src
parentf93e1f92c4d0e7cf2904f579dc06ba20e8c0e9a1 (diff)
mesa: Makefile.sources: Add ir3_nir_lower_load_barycentric_at_sample/offset to Makefile.sources
In commit 2f0b9d22495 ("freedreno/ir3: lower load_barycentric_at_offset") a new file was added that needs to also be added to the Makefile.sources list used by Android and SCons build system. Cc: Rob Clark <robdclark@chromium.org> Cc: Emil Velikov <emil.l.velikov@gmail.com> Cc: Amit Pundir <amit.pundir@linaro.org> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Alistair Strachan <astrachan@google.com> Cc: Greg Hartman <ghartman@google.com> Cc: Tapani Pälli <tapani.palli@intel.com> Cc: Jason Ekstrand <jason@jlekstrand.net> Fixes: 2f0b9d22495 ("freedreno/ir3: lower load_barycentric_at_offset") Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: John Stultz <john.stultz@linaro.org> (cherry picked from commit d04f44a459b26e51c1b941b5790291795cb520d1)
Diffstat (limited to 'src')
-rw-r--r--src/freedreno/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index aa8edec82f2..a46a2c30913 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -36,6 +36,8 @@ ir3_SOURCES := \
ir3/ir3_nir.c \
ir3/ir3_nir.h \
ir3/ir3_nir_analyze_ubo_ranges.c \
+ ir3/ir3_nir_lower_load_barycentric_at_sample.c \
+ ir3/ir3_nir_lower_load_barycentric_at_offset.c \
ir3/ir3_nir_lower_io_offsets.c \
ir3/ir3_nir_lower_tg4_to_tex.c \
ir3/ir3_nir_move_varying_inputs.c \