diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-09-28 17:24:39 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-10-01 15:49:13 -0700 |
commit | 5d1387b2da3626326410804026f8b92f1a121fdc (patch) | |
tree | c810e7ff2d1444bef186e17547556c31a93d94f8 /src/mesa/main/readpix.c | |
parent | 214a33f6104511bc163fdb964161d264e67090d3 (diff) |
ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats
Diffstat (limited to 'src/mesa/main/readpix.c')
-rw-r--r-- | src/mesa/main/readpix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c index 93f2bd31cc..bb3fb9eb66 100644 --- a/src/mesa/main/readpix.c +++ b/src/mesa/main/readpix.c @@ -66,6 +66,7 @@ _mesa_error_check_format_type(GLcontext *ctx, GLenum format, GLenum type, /* additional checks */ switch (format) { + case GL_RG: case GL_RED: case GL_GREEN: case GL_BLUE: |