util: import a new vertex buffer manager
authorMarek Olšák <maraeo@gmail.com>
Sat, 29 Jan 2011 19:53:57 +0000 (20:53 +0100)
committerMarek Olšák <maraeo@gmail.com>
Mon, 7 Feb 2011 01:23:46 +0000 (02:23 +0100)
commit975320ab76f5c247f6ed4dab80627173845200d0
tree888695efaf5d0056df04e85a61ebfe5beaa9c431
parent1c2a4f0820ff2272f993e6da28dcf8bcbbc3252a
util: import a new vertex buffer manager

This code has originally matured in r300g and was ported to r600g several
times. It was obvious it's a code duplication.

See also comments in the header file.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/u_vbuf_mgr.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_vbuf_mgr.h [new file with mode: 0644]