diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-03-09 20:19:29 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-10 19:25:59 +0000 |
commit | 9b8cb9f5aee3428e49d80b2154718cae6c29938c (patch) | |
tree | 331812c161774e0b2bdcdedcd5ce8efd4e2033f9 /src/panfrost/meson.build | |
parent | ba03e308b66b0b88f60b99d9d47851a5e1522e6e (diff) |
panfrost: Move mir_to_bytemask to common code
...also so we can start sharing code properly between the panfrost
compilers.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4139>
Diffstat (limited to 'src/panfrost/meson.build')
-rw-r--r-- | src/panfrost/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/meson.build b/src/panfrost/meson.build index aecbb7018c8..6ea0739b112 100644 --- a/src/panfrost/meson.build +++ b/src/panfrost/meson.build @@ -28,6 +28,7 @@ inc_panfrost = include_directories([ ]) subdir('shared') +subdir('util') subdir('midgard') subdir('bifrost') subdir('pandecode') |