summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_winsys.c
AgeCommit message (Collapse)Author
2010-01-26softpipe: Remove unnecessary header.Vinson Lee
2010-01-17softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz
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.