From 975320ab76f5c247f6ed4dab80627173845200d0 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 29 Jan 2011 20:53:57 +0100 Subject: 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/Makefile') diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index ff355c4783..7d7d700eac 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -142,7 +142,8 @@ C_SOURCES = \ util/u_tile.c \ util/u_transfer.c \ util/u_resource.c \ - util/u_upload_mgr.c + util/u_upload_mgr.c \ + util/u_vbuf_mgr.c # Disabling until pipe-video branch gets merged in #vl/vl_bitstream_parser.c \ -- cgit v1.2.3