From: Brian Paul Date: Mon, 24 Oct 2016 22:52:35 +0000 (-0700) Subject: gallium/stapi: fix comment for st_visual::buffer_mask X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76c3f1bbbe4430da6c55b184266f7d0133f66084;p=mesa.git gallium/stapi: fix comment for st_visual::buffer_mask Trivial. --- diff --git a/src/gallium/include/state_tracker/st_api.h b/src/gallium/include/state_tracker/st_api.h index 06abfc56507..a2e37d2e488 100644 --- a/src/gallium/include/state_tracker/st_api.h +++ b/src/gallium/include/state_tracker/st_api.h @@ -213,7 +213,7 @@ struct st_egl_image struct st_visual { /** - * Available buffers. Tested with ST_FRAMEBUFFER_*_MASK. + * Available buffers. Bitfield of ST_ATTACHMENT_*_MASK bits. */ unsigned buffer_mask;