summaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/meson.build
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-11-14 15:49:49 -0500
committerRob Clark <[email protected]>2019-02-16 16:28:00 -0500
commit947848524dbc145400a960347079286ffa84c58a (patch)
tree2a3df0471f070173131f4db3670ff64631fe3126 /src/freedreno/ir3/meson.build
parentb46d5b8a8420d3e1a0da172940c318bb9ad369e1 (diff)
freedreno/ir3: add a6xx+ SSBO/image support
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 2fd5d362e3b..bf99476311d 100644
--- a/src/freedreno/ir3/meson.build
+++ b/src/freedreno/ir3/meson.build
@@ -35,6 +35,7 @@ libfreedreno_ir3_files = files(
'instr-a3xx.h',
'ir3.c',
'ir3_a4xx.c',
+ 'ir3_a6xx.c',
'ir3_compiler_nir.c',
'ir3_compiler.c',
'ir3_compiler.h',