projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f579a05
)
mesa: document sRGBDecode field
author
Brian Paul
<brianp@vmware.com>
Thu, 20 Jan 2011 15:50:39 +0000
(08:50 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 20 Jan 2011 15:56:36 +0000
(08:56 -0700)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index ac2957ac8d5514562af73207c5aef388e39d03a6..a32b949286ea41f72ea2e3b321273b07317b9a91 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-1322,7
+1322,7
@@
struct gl_texture_object
GLboolean _Complete; /**< Is texture object complete? */
GLboolean _RenderToTexture; /**< Any rendering to this texture? */
GLboolean Purgeable; /**< Is the buffer purgeable under memory pressure? */
- GLenum sRGBDecode;
+ GLenum sRGBDecode;
/**< GL_DECODE_EXT or GL_SKIP_DECODE_EXT */
/** Actual texture images, indexed by [cube face] and [mipmap level] */
struct gl_texture_image *Image[MAX_FACES][MAX_TEXTURE_LEVELS];