Module: Mesa Branch: master Commit: ac78ab951a0826732b4f0dd7d4c4a11d6b4bd30f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac78ab951a0826732b4f0dd7d4c4a11d6b4bd30f
Author: Brian Paul <[email protected]> Date: Sat Dec 23 22:12:52 2017 -0700 util: add trivial comment on u_upload_create() --- src/gallium/auxiliary/util/u_upload_mgr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index 875fd9a7bb..a66b736556 100644 --- 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, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
