diff options
author | Younes Manton <[email protected]> | 2010-05-23 19:56:12 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-05-23 19:56:12 -0400 |
commit | 0e59cd33e6a38567801c7da541e4caffbd6cccd3 (patch) | |
tree | 04aac05bd29c2694ecac9eb3bb3eff51ec4fb31e /src/gallium/targets/xvmc-softpipe | |
parent | 2c29a93e875dd96fb08c65ec659efc3eb2d5c15e (diff) |
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/Makefile | 19 |
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 00000000000..1e3ff8ac89c --- /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: |