summaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/meson.build
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/ir3/meson.build
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/ir3/meson.build')
-rw-r--r--src/freedreno/ir3/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/ir3/meson.build b/src/freedreno/ir3/meson.build
index 23029d53007..2fd5d362e3b 100644
--- a/src/freedreno/ir3/meson.build
+++ b/src/freedreno/ir3/meson.build
@@ -34,6 +34,7 @@ libfreedreno_ir3_files = files(
'disasm-a3xx.c',
'instr-a3xx.h',
'ir3.c',
+ 'ir3_a4xx.c',
'ir3_compiler_nir.c',
'ir3_compiler.c',
'ir3_compiler.h',