diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-03-12 03:32:17 +0000 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-03-14 22:47:11 +0000 |
commit | 9dd84db7a5d7ae74f7fca835ae51fa6a88313d09 (patch) | |
tree | 1c077d4d8e8de71a4e7191a8cb3c2b9a7ef31f50 /src/gallium/drivers/panfrost/meson.build | |
parent | 4d1a356a570dfcec1dbde6790bcb9a3e7598c53e (diff) |
panfrost: Break out fragment to SFBD/MFBD files
This substantially cleans up the corresponding logic at the expense of a
bit of code duplication; nevertheless, it's a net win since otherwise
incompatible hardware code is mixed confusingly.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build index 456782355bb..e3569e73468 100644 --- a/src/gallium/drivers/panfrost/meson.build +++ b/src/gallium/drivers/panfrost/meson.build @@ -42,6 +42,9 @@ files_panfrost = files( 'pan_blend_shaders.c', 'pan_wallpaper.c', 'pan_pretty_print.c', + 'pan_fragment.c', + 'pan_sfbd.c', + 'pan_mfbd.c' ) inc_panfrost = [ |