mesa: remove redundant format/type checks in glReadPixels()
authorBrian Paul <brianp@vmware.com>
Tue, 7 Feb 2012 14:42:33 +0000 (07:42 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 7 Feb 2012 14:42:33 +0000 (07:42 -0700)
commit675d44629c4099157404065fe86932186a53334f
tree73cc4d0f7574c3791b533feeefaab15dcc24deeb
parent8b3a517673e8a2cbc4d9472c41de9dac5df9feaf
mesa: remove redundant format/type checks in glReadPixels()

These are done in _mesa_error_check_format_and_type().

Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/main/readpix.c