summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_upload_mgr.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: fix build breakRob Clark2016-05-261-0/+1
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-1/+1
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-3/+4
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-2/+0
* u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák2016-01-021-0/+1
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-0/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-0/+2
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-031-6/+6
* u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2015-09-031-7/+7
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-031-6/+6
* gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2014-01-231-10/+0
* util: update and fix u_upload_mgr.h commentsBrian Paul2012-08-181-4/+3
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-051-5/+2
* gallium/util: Upload manager optimizationsThomas Hellstrom2011-07-011-4/+16
* util: add comments to u_upload_mgr and u_inlinesMarek Olšák2011-01-061-0/+11
* u_upload_mgr: new featuresMarek Olšák2011-01-061-3/+40
* util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee2010-08-251-4/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* i965g: fixes to build after merge of masterKeith Whitwell2009-12-211-1/+1
* i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-251-0/+2
* gallium/util: add upload manager helper moduleKeith Whitwell2009-03-201-0/+75