st/mesa: call is_format_supported() for compressed formats
authorBrian Paul <brianp@vmware.com>
Tue, 27 Apr 2010 15:18:57 +0000 (09:18 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Apr 2010 15:19:02 +0000 (09:19 -0600)
commita965ef59b501f0df1417ea0e076a8a0d27dd9d23
tree2290612b3e90552d2cc8e3a1fb654f9a63753222
parent85d3687ee78d25c0305caee5e672f9ee799a6ae6
st/mesa: call is_format_supported() for compressed formats

These compressed format switch cases shouldn't be hit if we don't
support the compressed texture extensions, but let's be safe and
ask the driver if they're supported as we do in other cases.
src/mesa/state_tracker/st_format.c