softpipe: Move st/python's malloc winsys to softpipe
authorJakob Bornecrantz <jakob@vmware.com>
Sun, 17 Jan 2010 14:18:26 +0000 (14:18 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 17 Jan 2010 16:44:39 +0000 (16:44 +0000)
commita4bbabf494a127dcffc51f9c4734f2ecf75b3961
tree948e204645c7c2aee5352c37d074e186c391cb5e
parent0e4e2c57d1b5659ba4fce2f9077fb6d4c7fd18d5
softpipe: Move st/python's malloc winsys to softpipe

Users of softpipe can still specify thier own winsys
but now there is a default one also that uses malloc.
This allows the malloc winsys to be shared with other
users of softpipe.
src/gallium/drivers/softpipe/Makefile
src/gallium/drivers/softpipe/SConscript
src/gallium/drivers/softpipe/sp_winsys.c [new file with mode: 0644]
src/gallium/drivers/softpipe/sp_winsys.h
src/gallium/state_trackers/python/st_softpipe_winsys.c