mesa: remove redundant buffer checks in copytexsubimage_error_check2()
authorBrian Paul <brianp@vmware.com>
Thu, 13 Oct 2011 13:37:43 +0000 (07:37 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 13 Oct 2011 13:38:24 +0000 (07:38 -0600)
commit241b3e4bbe93ecab545b4454f656c9ffd073ae85
tree9a09ee38801dd4922413c55856104821ecce7215
parent63aa53bf3499672a14259af9ce964065776584fe
mesa: remove redundant buffer checks in copytexsubimage_error_check2()

Again, there was already a call to _mesa_source_buffer_exists() earlier in
the function.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/teximage.c