diff options
-rw-r--r-- | src/mesa/main/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 5c5f9f6028a..804e840820d 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -294,6 +294,7 @@ _mesa_components_in_format( GLenum format ) case GL_DEPTH_STENCIL_EXT: return 2; case GL_DUDV_ATI: + case GL_DU8DV8_ATI: return 2; default: return -1; |