Mesa (master): gallium/stapi: fix comment for st_visual::buffer_mask

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 25 00:23:50 UTC 2016


Module: Mesa
Branch: master
Commit: 76c3f1bbbe4430da6c55b184266f7d0133f66084
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76c3f1bbbe4430da6c55b184266f7d0133f66084

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 24 15:52:35 2016 -0700

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 06abfc5..a2e37d2 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;
 




More information about the mesa-commit mailing list