summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2015-03-13 14:15:47 +1000
committerDave Airlie <airlied@redhat.com>2015-10-23 14:40:07 +1000
commitb3b82fe8ea1f7d02c93513920143cba2fe145b6c (patch)
tree86874c8f56b552d55c63ee6f7d0648c3202fe815 /src/gallium/Makefile.am
parenta8987b88ff1db4ac00720a9b56c4bc3aeb666537 (diff)
downloadexternal_mesa3d-b3b82fe8ea1f7d02c93513920143cba2fe145b6c.zip
external_mesa3d-b3b82fe8ea1f7d02c93513920143cba2fe145b6c.tar.gz
external_mesa3d-b3b82fe8ea1f7d02c93513920143cba2fe145b6c.tar.bz2
virgl/vtest: add vtest driver
virgl/vtest is a swrast driver that allows the virgl acceleration to be tested without having a virtual machine. The backend has a unix socket server that this connects to. This is run by setting LIBGL_ALWAYS_SOFTWARE=y GALLIUM_DRIVER=virpipe In this mode all renderering is sent over a socket to the remote renderer, and the results are readback and copies to the screen using drisw. This works well enough to develop new features and to help debug. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 2fa93dd..611d55f 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -84,7 +84,7 @@ endif
## virgl
if HAVE_GALLIUM_VIRGL
-SUBDIRS += drivers/virgl winsys/virgl/drm
+SUBDIRS += drivers/virgl winsys/virgl/drm winsys/virgl/vtest
endif
## the sw winsys'