gallium/vl: use u_upload_mgr to upload vertices for vl_compositor
authorMarek Olšák <marek.olsak@amd.com>
Mon, 13 Jan 2014 12:51:21 +0000 (13:51 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 23 Jan 2014 00:47:14 +0000 (01:47 +0100)
commit2b033f3aab8267eb6499954fe4a582472f91ef28
tree14ebc6325235fa76d9abd566e5401c8230845140
parent11baad35088dfd4bdabc1710df650dbfb413e7a3
gallium/vl: use u_upload_mgr to upload vertices for vl_compositor

This is the recommended way for streaming vertices. Always use this if you
need to upload vertices every frame.

Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/auxiliary/vl/vl_compositor.c
src/gallium/auxiliary/vl/vl_compositor.h