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/SConscript | |
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/SConscript')
-rw-r--r-- | src/gallium/auxiliary/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index fca7e5fd117..0ec63071615 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -190,6 +190,7 @@ source = [ 'util/u_tile.c', 'util/u_transfer.c', 'util/u_upload_mgr.c', + 'util/u_vbuf_mgr.c', # Disabling until pipe-video branch gets merged in #'vl/vl_bitstream_parser.c', #'vl/vl_mpeg12_mc_renderer.c', |