From 76c3f1bbbe4430da6c55b184266f7d0133f66084 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 24 Oct 2016 15:52:35 -0700 Subject: [PATCH] gallium/stapi: fix comment for st_visual::buffer_mask Trivial. --- src/gallium/include/state_tracker/st_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2