mesa: Add missing integer R/RG cases to _mesa_is_color_format().
authorEric Anholt <eric@anholt.net>
Fri, 20 Jan 2012 23:23:42 +0000 (15:23 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 25 Jan 2012 00:37:10 +0000 (16:37 -0800)
commitee9804af14caa18586dd711119bc8fc8c2de00a8
treeaf4327b19c6502f98beebcf881d91148eff708f9
parent6bf0f6ae86dae14ed0348e5fccf75c43302ad502
mesa: Add missing integer R/RG cases to _mesa_is_color_format().

This is part of fixing Intel oglconform
negative.typeFormatMismatch.copyteximage.

NOTE: This is a candidate for the 8.0 branch.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/image.c