projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04979a
)
added a renderbuffer comment
author
Brian
<brian@yutani.localnet.net>
Fri, 16 Mar 2007 14:36:22 +0000
(08:36 -0600)
committer
Brian
<brian@yutani.localnet.net>
Fri, 16 Mar 2007 14:36:22 +0000
(08:36 -0600)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index bced1a64d98585d8f5a4c5daa50f5b9de3b67d3b..321adfe6152ae2de8f3f30223e4d060c4153d4d2 100644
(file)
--- 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;