mesa: remove redundant format/type checks in glGetTexImage()
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)
commit8b3a517673e8a2cbc4d9472c41de9dac5df9feaf
tree56adfc61b38ad6e35a05ba6fcac8cff7bf52ff03
parent627b435dfe17698a1c69e9a259838fc6f2e6bd4e
mesa: remove redundant format/type checks in glGetTexImage()

The _mesa_error_check_format_and_type() function will catch all those
cases now.

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