summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_upload_mgr.c
AgeCommit message (Expand)Author
2011-03-11util: Fix typo in u_upload_flush().José Fonseca
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-10u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.José Fonseca
2011-01-28util: Fix leak of transfers in upload managerJakob Bornecrantz
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák
2011-01-06u_upload_mgr: new featuresMarek Olšák
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-06-16util: add alloc checkAlan Hourihane
2010-04-10Squashed commit of the following:Keith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-21util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca
2009-08-28util: Reset size to zero when failed to allocate buffer.José Fonseca
2009-06-30util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
2009-03-20gallium/util: add upload manager helper moduleKeith Whitwell