summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-softpipe
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2010-05-23 19:56:12 -0400
committerYounes Manton <younes.m@gmail.com>2010-05-23 19:56:12 -0400
commit0e59cd33e6a38567801c7da541e4caffbd6cccd3 (patch)
tree04aac05bd29c2694ecac9eb3bb3eff51ec4fb31e /src/gallium/targets/xvmc-softpipe
parent2c29a93e875dd96fb08c65ec659efc3eb2d5c15e (diff)
downloadexternal_mesa3d-0e59cd33e6a38567801c7da541e4caffbd6cccd3.zip
external_mesa3d-0e59cd33e6a38567801c7da541e4caffbd6cccd3.tar.gz
external_mesa3d-0e59cd33e6a38567801c7da541e4caffbd6cccd3.tar.bz2
vl: Get softpipe working again.
Still segfaults on softpipe->destroy() in the draw module when freeing a vertex buffer.
Diffstat (limited to 'src/gallium/targets/xvmc-softpipe')
-rw-r--r--src/gallium/targets/xvmc-softpipe/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile
new file mode 100644
index 0000000..1e3ff8a
--- /dev/null
+++ b/src/gallium/targets/xvmc-softpipe/Makefile
@@ -0,0 +1,19 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
+DRIVER_INCLUDES =
+
+PIPE_DRIVERS = \
+ $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
+ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
+ $(TOP)/src/gallium/auxiliary/libgallium.a
+
+C_SOURCES = \
+ $(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
+
+DRIVER_LIBS =
+
+include ../Makefile.xvmc
+
+symlinks: