aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-22 17:31:23 -0400
committerMarge Bot <[email protected]>2020-03-24 15:29:35 +0000
commite0a51d5308f3a9c6030c4ebc42be6be5c4b9e46a (patch)
tree9c3fd1fd268bbe7f9822390fa5e59d8889d20140 /src/panfrost/Makefile.sources
parent04509dae7f7ec4d643c75ab57d2d658b928b323f (diff)
pan/bi: Ingest vecN directly (again)
Last time, I swear. We still generate writemasks but SSA-like ones and do the lowering ourselves. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4288>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index daa58eb8785..25c221bf697 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -2,6 +2,7 @@ bifrost_FILES := \
bifrost/bifrost.h \
bifrost/bifrost_compile.c \
bifrost/bifrost_compile.h \
+ bifrost/bi_lower_combine.c \
bifrost/bi_tables.c \
bifrost/bi_schedule.c \
bifrost/bi_print.c \