projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bb72c
)
panfrost: Reduce bit dependency to disassembly only
author
Alyssa Rosenzweig
<alyssa.rosenzweig@collabora.com>
Wed, 5 Aug 2020 21:20:25 +0000
(17:20 -0400)
committer
Marge Bot
<eric+marge@anholt.net>
Thu, 6 Aug 2020 23:54:24 +0000
(23:54 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
src/panfrost/meson.build
patch
|
blob
|
history
diff --git
a/src/panfrost/meson.build
b/src/panfrost/meson.build
index 2d257bc552bc02df86d2aaf9633c2574232406e0..e015941a8a05a347cf16aedca5313826b88cd94d 100644
(file)
--- a/
src/panfrost/meson.build
+++ b/
src/panfrost/meson.build
@@
-63,7
+63,7
@@
bifrost_compiler = executable(
libpanfrost_bifrost,
libpanfrost_decode,
libpanfrost_lib,
- libpanfrost_midgard, # references disassemble_midgard...
+ libpanfrost_midgard
_disasm
, # references disassemble_midgard...
],
build_by_default : with_tools.contains('panfrost')
)