diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-02-27 09:41:17 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-27 21:02:35 +0000 |
commit | 0bb25e4713f8d7e1eb58c071d98b081afed9f3dc (patch) | |
tree | 9d847b8c8656bbca7aca751615e32591d26ba377 /src/panfrost/Makefile.sources | |
parent | f5401cb8866cc74c5b3d0fde278fb1046779b415 (diff) |
pan/midgard: Use address analysis for globals, etc
..instead of opencoding for constants and doing the rest as ALU.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3978>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3978>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r-- | src/panfrost/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index b7314645c1c..ceecb52b1fc 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -29,6 +29,7 @@ midgard_FILES := \ midgard/disassemble.c \ midgard/disassemble.h \ midgard/helpers.h \ + midgard/midgard_address.c \ midgard/midgard_compile.c \ midgard/midgard_compile.h \ midgard/midgard_derivatives.c \ |