From: Brian Paul Date: Mon, 3 Apr 2017 14:42:36 +0000 (-0600) Subject: svga: add comment on svga_buffer_hw_storage_map() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7348df81b8b7bbbecee677e44978170bb28c087b;p=mesa.git svga: add comment on svga_buffer_hw_storage_map() Trivial. --- diff --git a/src/gallium/drivers/svga/svga_resource_buffer.h b/src/gallium/drivers/svga/svga_resource_buffer.h index 2804a99c004..05025e963bc 100644 --- a/src/gallium/drivers/svga/svga_resource_buffer.h +++ b/src/gallium/drivers/svga/svga_resource_buffer.h @@ -255,6 +255,7 @@ svga_buffer_has_hw_storage(struct svga_buffer *sbuf) /** * Map the hardware storage of a buffer. + * \param flags bitmask of PIPE_TRANSFER_* flags */ static inline void * svga_buffer_hw_storage_map(struct svga_context *svga,