mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Fri Mar 16 14:36:27 UTC 2007


 src/mesa/main/mtypes.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree d7049431a09a71a51768fc8cea292653557fc261 (from f04979ae481acc9fdc423da06514c4d557edd7cd)
Author: Brian <brian at yutani.localnet.net>
Date:   Fri Mar 16 08:36:22 2007 -0600

    added a renderbuffer comment

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index bced1a6..321adfe 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2169,7 +2169,7 @@ struct gl_renderbuffer
    GLubyte IndexBits;
    GLubyte DepthBits;
    GLubyte StencilBits;
-   GLvoid *Data;
+   GLvoid *Data;        /**< This may not be used by some kinds of RBs */
 
    /* Used to wrap one renderbuffer around another: */
    struct gl_renderbuffer *Wrapped;



More information about the mesa-commit mailing list