diff options
author | Rob Clark <[email protected]> | 2018-11-08 14:50:56 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-12-07 13:49:21 -0500 |
commit | 9517037bdcd997fbffc0b5b07eede0e6a114ece3 (patch) | |
tree | 4688ca883ba08b66a1bb2cacbe6254f669c6ecf6 /src/freedreno/Makefile.sources | |
parent | e37351fa5713aab95bc5a6af78866388d5eda70b (diff) |
freedreno/ir3: code-motion
Split up ir3_compiler_nir.c a bit before starting to add new stuff for
a6xx SSBO/image instructions.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r-- | src/freedreno/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index 1df5e6250b5..71fb7ef783d 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -22,6 +22,8 @@ ir3_SOURCES := \ ir3/ir3_compiler.c \ ir3/ir3_compiler.h \ ir3/ir3_compiler_nir.c \ + ir3/ir3_context.c \ + ir3/ir3_context.h \ ir3/ir3_cp.c \ ir3/ir3_depth.c \ ir3/ir3_group.c \ |