summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-11-23 15:28:55 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-25 20:25:29 +0000
commit59cfb21d4670559d49a721df766073d9d288b51a (patch)
tree0932041adad83f42cb9d4aadc093a60f2294de11 /src/gallium/targets/xa
parentfbc6447c3d06d85a862df67aadb68333e2ea2431 (diff)
downloadexternal_mesa3d-59cfb21d4670559d49a721df766073d9d288b51a.zip
external_mesa3d-59cfb21d4670559d49a721df766073d9d288b51a.tar.gz
external_mesa3d-59cfb21d4670559d49a721df766073d9d288b51a.tar.bz2
targets: use the non-inline sw helpers
Previously (with the inline ones) things were embedded into the pipe-loader, which means that we cannot control/select what we want in each target. That also meant that at runtime we ended up with the empty sw_screen_create() as the GALLIUM_SOFTPIPE/LLVMPIPE were not set. v2: Cover all the targets, not just dri. Cc: "11.1" <mesa-stable@lists.freedesktop.org> Cc: Ilia Mirkin <imirkin@alum.mit.edu> Cc: Edward O'Callaghan <edward.ocallaghan@koparo.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Oded Gabbay <oded.gabbay@gmail.com> Tested-by: Nick Sarnie <commendsarnex@gmail.com>
Diffstat (limited to 'src/gallium/targets/xa')
-rw-r--r--src/gallium/targets/xa/target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xa/target.c b/src/gallium/targets/xa/target.c
index 42b1346..308e23b 100644
--- a/src/gallium/targets/xa/target.c
+++ b/src/gallium/targets/xa/target.c
@@ -1 +1,2 @@
#include "target-helpers/drm_helper.h"
+#include "target-helpers/sw_helper.h"