aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-11-14 15:20:13 -0500
committerRob Clark <[email protected]>2019-02-16 16:27:59 -0500
commitfeee3050d389697ccb56c8caa847ae8694e2251b (patch)
treef5e78f1a46e5250db5e45ef71f1972ab8ceccfbd /src/freedreno/Makefile.sources
parent42af0640f647f6d128cdaa28dd7efae45e9c724e (diff)
freedreno/ir3: split out a4xx+ instructions
Note that image/ssbo support is currently only implemented for a5xx. But the instruction encoding is the same for a4xx. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r--src/freedreno/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index 36841a98fe4..2d83f70f13e 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -19,6 +19,7 @@ ir3_SOURCES := \
ir3/disasm-a3xx.c \
ir3/instr-a3xx.h \
ir3/ir3.c \
+ ir3/ir3_a4xx.c \
ir3/ir3_compiler.c \
ir3/ir3_compiler.h \
ir3/ir3_compiler_nir.c \