diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/main/mtypes.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index ac2957ac8d..a32b949286 100644 --- 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]; | 
