Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / main / fbobject.c
index 0e83a4e87fafda08eb62e9c0142fb11aac7ade40..de1b524c0b5db57fbfcd4d023a2fa1bbb905083f 100644 (file)
@@ -858,6 +858,9 @@ _mesa_GenRenderbuffersEXT(GLsizei n, GLuint *renderbuffers)
  *
  * \return one of GL_RGB, GL_RGBA, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT
  *  GL_DEPTH_STENCIL_EXT or zero if error.
+ *
+ * XXX in the future when we support red-only and red-green formats
+ * we'll also return GL_RED and GL_RG.
  */
 GLenum
 _mesa_base_fbo_format(GLcontext *ctx, GLenum internalFormat)