projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59385da
)
gallium/stapi: fix comment for st_visual::buffer_mask
author
Brian Paul
<brianp@vmware.com>
Mon, 24 Oct 2016 22:52:35 +0000
(15:52 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 25 Oct 2016 00:22:00 +0000
(17:22 -0700)
Trivial.
src/gallium/include/state_tracker/st_api.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/state_tracker/st_api.h
b/src/gallium/include/state_tracker/st_api.h
index 06abfc565078656f87686b8ad4f9d0911188a46d..a2e37d2e488e67be754c9d09cff197f64b730b0a 100644
(file)
--- 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;