summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_upload_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* util: Fix typo in u_upload_flush().José Fonseca2011-03-111-2/+2
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.José Fonseca2011-02-101-2/+9
* util: Fix leak of transfers in upload managerJakob Bornecrantz2011-01-281-0/+1
* util: add comments to u_upload_mgr and u_inlinesMarek Olšák2011-01-061-15/+17
* u_upload_mgr: new featuresMarek Olšák2011-01-061-23/+52
* u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák2011-01-061-52/+14
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-2/+2
* util: add alloc checkAlan Hourihane2010-06-161-0/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-30/+45
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca2010-01-211-1/+3
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+1
* util: Reset size to zero when failed to allocate buffer.José Fonseca2009-08-281-2/+6
* util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
* util/upload: catch failures to map_range and return errorKeith Whitwell2009-05-081-13/+17
* gallium/util: add upload manager helper moduleKeith Whitwell2009-03-201-0/+220