st/mesa: remove redundant _mesa_is_depth_format() call
authorBrian Paul <brianp@vmware.com>
Fri, 17 Jun 2011 19:25:31 +0000 (13:25 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Jun 2011 19:44:59 +0000 (13:44 -0600)
commit15750d89b9d3592032814faf7dd885c9dd6d686b
tree3338e431e253694c05e722728076d722c9797b56
parent3ea6fdfdf1a6aed5c924cfe52aa0d543c6d58aa3
st/mesa: remove redundant _mesa_is_depth_format() call

The _mesa_is_depth_or_stencil_format() call covers all depth
format cases too.
src/mesa/state_tracker/st_format.c