mesa: more use of _mesa_format_matches_format_and_type() in texstore code
authorBrian Paul <brianp@vmware.com>
Fri, 27 Jan 2012 03:01:13 +0000 (20:01 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Jan 2012 01:21:45 +0000 (18:21 -0700)
commit453d4b40bc1dfd4fc1e48c25bda1d293f66597a1
tree3ab6a6d27d81b201c6c0d580b8b9a58ce04f1047
parentf6af4c511fd3d2750c5279d0d93492bb4e92aac9
mesa: more use of _mesa_format_matches_format_and_type() in texstore code

For rgba5551, argb1555, argb2101010 formats.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/texstore.c