st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables
authorMarek Olšák <maraeo@gmail.com>
Thu, 24 Jan 2013 19:33:29 +0000 (20:33 +0100)
committerMarek Olšák <maraeo@gmail.com>
Wed, 6 Feb 2013 13:51:32 +0000 (14:51 +0100)
commitc1856da75da6a71f1e74174921fa2ab7726217be
treef70bd7673ba4e45a64845cd5db978d70f0181f98
parentebe86b80825404cec057fb7e7519864754e9481c
st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables

These formats were added a few months after these tables were committed.
No idea why we have the table though. AFAIK, texstore always takes the slow path
for GL_RGBn.

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