diff options
author | Marek Olšák <[email protected]> | 2011-01-29 20:53:57 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-02-07 02:23:46 +0100 |
commit | 975320ab76f5c247f6ed4dab80627173845200d0 (patch) | |
tree | 888695efaf5d0056df04e85a61ebfe5beaa9c431 /src/gallium/auxiliary/Makefile | |
parent | 1c2a4f0820ff2272f993e6da28dcf8bcbbc3252a (diff) |
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.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index ff355c47832..7d7d700eacd 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 \ |