[Mesa-dev] [PATCH v3 07/10] scons: Add swr compile option
George Kyriazis
george.kyriazis at intel.com
Wed Nov 16 02:26:58 UTC 2016
To buils The SWR driver (currently optional, not compiled by default)
---
common.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/common.py b/common.py
index fb0884e..704ad2e 100644
--- a/common.py
+++ b/common.py
@@ -110,5 +110,6 @@ def AddOptions(opts):
opts.Add(BoolOption('texture_float',
'enable floating-point textures and renderbuffers',
'no'))
+ opts.Add(BoolOption('swr', 'Build OpenSWR', 'no'))
if host_platform == 'windows':
opts.Add('MSVC_VERSION', 'Microsoft Visual C/C++ version')
--
2.10.0.windows.1
More information about the mesa-dev
mailing list