diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-06-18 10:43:07 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-06-20 08:22:38 -0700 |
commit | 035a07c0ae82b01b6df3315d2865aa82de915906 (patch) | |
tree | 86185e9ec25bc06c21ef1dd4b03e345b9d8ee7ca /src/gallium/drivers/panfrost/meson.build | |
parent | 7b46f09f26c3f4377f46d145344f98d5b27b0b00 (diff) |
panfrost: Switch to lima tiling
Lima and Panfrost both have implementations of software tiling
(the Lima one was forked off the Panfrost one which was forked off the
original Lima one...). Switch to the most recent Lima code, since it's
more complete than ours at this point.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/meson.build')
-rw-r--r-- | src/gallium/drivers/panfrost/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build index 94b89098bc8..d6fe4fc49a6 100644 --- a/src/gallium/drivers/panfrost/meson.build +++ b/src/gallium/drivers/panfrost/meson.build @@ -53,7 +53,6 @@ files_panfrost = files( 'pan_allocate.c', 'pan_assemble.c', 'pan_format.c', - 'pan_swizzle.c', 'pan_blending.c', 'pan_blend_shaders.c', 'pan_pretty_print.c', @@ -69,6 +68,7 @@ panfrost_includes = [ inc_gallium_aux, inc_include, inc_src, + inc_panfrost, include_directories('include'), include_directories('midgard'), include_directories('bifrost'), |