mesa: use GL_RGBA16_SNORM for accum buffer

This commit is contained in:
Brian Paul
2010-05-09 18:42:14 -06:00
parent 279056f803
commit 8ea614832d
2 changed files with 3 additions and 1 deletions

View File

@@ -887,6 +887,7 @@ _mesa_base_fbo_format(GLcontext *ctx, GLenum internalFormat)
case GL_RGB10_A2:
case GL_RGBA12:
case GL_RGBA16:
case GL_RGBA16_SNORM:
return GL_RGBA;
case GL_STENCIL_INDEX:
case GL_STENCIL_INDEX1_EXT: