summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_upload_mgr.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo1-1/+1
2021-01-27Revert "gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent map...Marek Olšák1-4/+0
2019-06-20gallium/util: Make it possible to disable persistent maps in the upload managerThomas Hellstrom1-0/+4
2019-02-20gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappingsMarek Olšák1-0/+4
2017-12-26util: add trivial comment on u_upload_create()Brian Paul1-0/+1
2017-12-05gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák1-1/+1
2017-05-15gallium/u_upload: add u_upload_cloneMarek Olšák1-0/+7
2017-02-16gallium: add extern "C" guardsGeorge Kyriazis1-0/+7
2017-02-14gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák1-19/+0
2017-02-14gallium/u_upload_mgr: add a helper that creates the default uploaderMarek Olšák1-0/+7
2016-05-26gallium/util: fix build breakRob Clark1-0/+1
2016-05-26util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul1-1/+1
2016-01-02u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák1-3/+4
2016-01-02u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák1-2/+0
2016-01-02u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák1-0/+1
2016-01-02u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák1-0/+1
2016-01-02u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák1-0/+2
2015-09-03u_upload_mgr: remove the return value from u_upload_dataMarek Olšák1-6/+6
2015-09-03u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák1-7/+7
2015-09-03u_upload_mgr: remove the return value from u_upload_allocMarek Olšák1-6/+6
2014-01-23gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák1-10/+0
2012-08-18util: update and fix u_upload_mgr.h commentsBrian Paul1-4/+3
2012-01-05u_upload_mgr: remove the 'flushed' parameterMarek Olšák1-5/+2
2011-07-01gallium/util: Upload manager optimizationsThomas Hellstrom1-4/+16
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák1-0/+11
2011-01-06u_upload_mgr: new featuresMarek Olšák1-3/+40
2010-08-25util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee1-4/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell1-1/+1
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell1-0/+2
2009-03-20gallium/util: add upload manager helper moduleKeith Whitwell1-0/+75