projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d09b6
)
util: add trivial comment on u_upload_create()
author
Brian Paul
<brianp@vmware.com>
Sun, 24 Dec 2017 05:12:52 +0000
(22:12 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 27 Dec 2017 04:40:49 +0000
(21:40 -0700)
src/gallium/auxiliary/util/u_upload_mgr.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_upload_mgr.h
b/src/gallium/auxiliary/util/u_upload_mgr.h
index 875fd9a7bb6cc4399e6ef36c5cee2ca20e4b9302..a66b73655657d3c7daffef773202390c8c4ea6a1 100644
(file)
--- a/
src/gallium/auxiliary/util/u_upload_mgr.h
+++ b/
src/gallium/auxiliary/util/u_upload_mgr.h
@@
-49,6
+49,7
@@
extern "C" {
* \param default_size Minimum size of the upload buffer, in bytes.
* \param bind Bitmask of PIPE_BIND_* flags.
* \param usage PIPE_USAGE_*
+ * \param flags bitmask of PIPE_RESOURCE_FLAG_* flags.
*/
struct u_upload_mgr *
u_upload_create(struct pipe_context *pipe, unsigned default_size,