diff options
author | Andreas Fänger <[email protected]> | 2016-03-08 11:04:00 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 17:53:45 +0100 |
commit | 9601815b4be886f4d92bf74916de98f3bdb7275c (patch) | |
tree | 07d53ae73b827123a109efdb7800877107bf7904 /src/mesa/drivers/SConscript | |
parent | 3689ef32afdafbb030069e560aac0e563fc29048 (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/SConscript | 2 |
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') |