gallium/u_upload_mgr: don't expose u_upload_flush
authorMarek Olšák <marek.olsak@amd.com>
Mon, 13 Jan 2014 12:03:25 +0000 (13:03 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 23 Jan 2014 00:47:14 +0000 (01:47 +0100)
commitee0dc659c849ca9a552edd88d062035cae189068
tree5454254a89a3402fb0e7bc8c39a86d446984d240
parent0c20bff4b626413804486444ad239af620722e2f
gallium/u_upload_mgr: don't expose u_upload_flush

It's unused and shouldn't be used at all in my opinion.

If some driver doesn't support the unsynchronized flag, u_upload_mgr should
avoid the synchronization by other means, e.g. by using the DONTBLOCK flag.
src/gallium/auxiliary/util/u_upload_mgr.c
src/gallium/auxiliary/util/u_upload_mgr.h