pipebuffer: Alternative buffer manager.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 9 Jun 2008 23:38:24 +0000 (08:38 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 9 Jun 2008 23:38:24 +0000 (08:38 +0900)
commit0c5b1a8ffb21f72fcde64a7daa13d5dab5b90425
tree95af3fef3dbc5bff2de762282a02baf9c1bd4238
parent4b52f4df1b37918a363d05e0b3db22125e801367
pipebuffer: Alternative buffer manager.

For situations where one has a reserve memory pool, or
a faster/slower pool.
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/pipebuffer/SConscript
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c [new file with mode: 0644]