diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-07-07 17:23:09 -0400 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-07-09 12:03:08 -0400 |
commit | 1fdeef5e4a11f0590f443b805b53be842f745018 (patch) | |
tree | 8f468a48b0069b5678811b82fab65696c7e22e0f /src/panfrost/Makefile.sources | |
parent | 7ec6ee405789c9835ef50407ab8c948e513d4a9d (diff) |
panfrost: Move scoreboarding routines to common
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5827>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r-- | src/panfrost/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index d085b763e3e..4efd694b3a7 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -33,6 +33,8 @@ encoder_FILES := \ encoder/pan_pool.h \ encoder/pan_props.c \ encoder/pan_sampler.c \ + encoder/pan_scoreboard.c \ + encoder/pan_scoreboard.h \ encoder/pan_tiler.c \ encoder/pan_texture.c \ encoder/pan_scratch.c \ |