OSDN Git Service

pipebuffer: Ondemand buffer manager.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 24 Nov 2008 14:17:49 +0000 (23:17 +0900)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 29 Jan 2009 15:19:31 +0000 (15:19 +0000)
commit444e98de31c5456008a4b3568373db02ddc5385f
treed586c3bfb2b2dac089a3f27af55caaff70ff3fe3
parente06474dbae6979177629fb6187331291ff230c65
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]