pipebuffer: Ondemand buffer manager.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 24 Nov 2008 14:17:49 +0000 (23:17 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 24 Nov 2008 14:17:49 +0000 (23:17 +0900)
commit17849eafaacfbb2124d86f561a91b707317d3b31
treebbf4fc4cfab20e63cd0a2695c854b3336f6fa5ad
parenta6d866f72c88d48d2bcfb3e3c882fdb639b5a8ce
pipebuffer: Ondemand buffer manager.

A variation of malloc buffers which get transferred to real graphics memory
when there is an attempt to validate them.
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/pipebuffer/SConscript
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c [new file with mode: 0644]