image/pack: fix missing GL_BGR(A)_INTEGER support.
authorDave Airlie <airlied@redhat.com>
Sun, 27 Nov 2011 17:16:27 +0000 (17:16 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 28 Nov 2011 09:03:17 +0000 (09:03 +0000)
commit47e2e367170edec022481f1487cd980e00ef3203
tree5f01826caad571b162e97566e8d8567ce491d988
parent537c687116870c0ec9dd0fa869b29dc6725e1c37
image/pack: fix missing GL_BGR(A)_INTEGER support.

These codepaths were missing the cases for BGR_INTEGER/BGRA_INTEGER.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/image.c
src/mesa/main/pack.c