summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_upload_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-2/+2
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-4/+6
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-3/+0
* u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák2016-01-021-1/+2
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-2/+4
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-2/+2
* u_upload_mgr: rework the application of alignmentMarek Olšák2016-01-021-10/+14
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-031-11/+8
* u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2015-09-031-24/+11
* u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák2015-09-031-11/+9
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-031-14/+15
* u_upload_mgr: optimize u_upload_allocMarek Olšák2015-09-031-15/+17
* gallium/upload_mgr: remove useless variable "size"Marek Olšák2014-02-251-6/+4
* gallium/upload_mgr: don't unmap buffers if persistent mappings are supportedMarek Olšák2014-02-251-14/+51
* gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2014-01-231-12/+4
* gallium/u_upload_mgr: fix a serious memory leakMarek Olšák2013-01-281-2/+1
* util: add some defensive coding in u_upload_alloc()Brian Paul2013-01-251-1/+7
* util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c codeBrian Paul2012-10-171-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-2/+2
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-051-11/+4
* gallium: fix behavior of pipe_buffer_map_rangeMarek Olšák2012-01-051-1/+3
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul2011-07-121-1/+1
* u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map.José Fonseca2011-07-011-5/+6
* gallium/util: Upload manager optimizationsThomas Hellstrom2011-07-011-9/+26
* 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