diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-19 11:19:15 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-21 08:40:52 -0700 |
commit | b45eb2775ea180fde01d0abe50f6ccf8ddb5b84d (patch) | |
tree | 3f5594db83748fecbca7b65b08e728ca69f27502 /src/panfrost/encoder/meson.build | |
parent | 13d07978ff8c35897f4164d9455c7410ade9f4e2 (diff) |
panfrost: Move pan_tiler.c outside of Gallium
The routines in this file may be shared with Vulkan.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/encoder/meson.build')
-rw-r--r-- | src/panfrost/encoder/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/encoder/meson.build b/src/panfrost/encoder/meson.build index 9f26139c913..007785769af 100644 --- a/src/panfrost/encoder/meson.build +++ b/src/panfrost/encoder/meson.build @@ -23,6 +23,7 @@ libpanfrost_encoder_files = files( 'pan_encoder.h', 'pan_invocation.c', + 'pan_tiler.c', ) libpanfrost_encoder = static_library( |