diff options
author | Rob Clark <[email protected]> | 2018-11-14 15:49:49 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-02-16 16:28:00 -0500 |
commit | 947848524dbc145400a960347079286ffa84c58a (patch) | |
tree | 2a3df0471f070173131f4db3670ff64631fe3126 /src/freedreno/Makefile.sources | |
parent | b46d5b8a8420d3e1a0da172940c318bb9ad369e1 (diff) |
freedreno/ir3: add a6xx+ SSBO/image support
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r-- | src/freedreno/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index 2d83f70f13e..cbb5de934f7 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -20,6 +20,7 @@ ir3_SOURCES := \ ir3/instr-a3xx.h \ ir3/ir3.c \ ir3/ir3_a4xx.c \ + ir3/ir3_a6xx.c \ ir3/ir3_compiler.c \ ir3/ir3_compiler.h \ ir3/ir3_compiler_nir.c \ |