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.
This commit is contained in:
Jakob Bornecrantz
2010-01-17 14:18:26 +00:00
parent 0e4e2c57d1
commit a4bbabf494
5 changed files with 260 additions and 221 deletions

View File

@@ -34,6 +34,7 @@ softpipe = env.ConvenienceLibrary(
'sp_texture.c',
'sp_tile_cache.c',
'sp_video_context.c',
'sp_winsys.c'
])
Export('softpipe')