summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/SConscript
diff options
context:
space:
mode:
authorAndreas Fänger <[email protected]>2016-03-08 11:04:00 +0000
committerEmil Velikov <[email protected]>2016-05-30 17:53:45 +0100
commit9601815b4be886f4d92bf74916de98f3bdb7275c (patch)
tree07d53ae73b827123a109efdb7800877107bf7904 /src/mesa/drivers/SConscript
parent3689ef32afdafbb030069e560aac0e563fc29048 (diff)
scons: build osmesa swrast and gallium
This patch makes it possible to build classic osmesa/swrast on windows again. It was removed in commit 69db422218b0264b5b8eef45bd003a2544e9cbd6. Although there is a gallium version of osmesa now, the swrast version still has more features lacking in llvmpipe, e.g. anisotropic filtering. Tested-by: Brian Paul <[email protected]> Reviewed-by: Brian Paul <[email protected]> [Emil Velikov: remove trailing whitespace] Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/SConscript')
-rw-r--r--src/mesa/drivers/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/SConscript b/src/mesa/drivers/SConscript
index 5d654f538be..476425be27c 100644
--- a/src/mesa/drivers/SConscript
+++ b/src/mesa/drivers/SConscript
@@ -1,5 +1,7 @@
Import('*')
+SConscript('osmesa/SConscript')
+
if env['x11']:
SConscript('x11/SConscript')