Mesa (master): meson/llvm: add native for gallium swrast

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 23 08:07:03 UTC 2021


Module: Mesa
Branch: master
Commit: 054dd668a69acc70d47c73abe4646e96a1f23577
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=054dd668a69acc70d47c73abe4646e96a1f23577

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Feb 22 11:08:45 2021 +1000

meson/llvm: add native for gallium swrast

If we are building llvmpipe and lavapipe we want native in this
list.

Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9208>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 18f96bc2635..9d59158e941 100644
--- a/meson.build
+++ b/meson.build
@@ -1515,7 +1515,7 @@ endif
 if with_microsoft_clc
   llvm_modules += ['target', 'linker', 'irreader', 'option', 'libdriver']
 endif
-if with_tests
+if with_tests or with_gallium_softpipe
   llvm_modules += 'native'
 endif
 



More information about the mesa-commit mailing list