summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-11 19:17:46 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-17 11:13:05 +0000
commitd7b400f6fc629c743c6e1f80f1e9125e77872c7e (patch)
tree119762f6a1c712582c6da683975ccd08df793a63
parent081985feeb66b0110ac4fd6bd3ffd5ffa7cabcf1 (diff)
downloaddefinitions-d7b400f6fc629c743c6e1f80f1e9125e77872c7e.tar.gz
strata/mesa-common/mesa.morph: Enable new Intel-backed OpenSWR software rasterizer
This driver aims for higher performance over LLVMpipe Change-Id: If525f91953fc3f00c41f4ae62dea6be48d9bdb9c
-rw-r--r--strata/mesa-common/mesa.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 98df0f0e..e7a3eee7 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -12,7 +12,7 @@ configure-commands:
;;
*)
DRIDRIVERS=yes
- GALLIUMDRIVERS=r300,r600,svga,swrast,virgl
+ GALLIUMDRIVERS=r300,r600,svga,swrast,virgl,swr
VULKANDRIVERS=intel
;;
esac