mesa: Remove proxy image checks for maximum level.
authorEric Anholt <eric@anholt.net>
Wed, 1 May 2019 21:01:58 +0000 (14:01 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 13 May 2019 19:03:03 +0000 (12:03 -0700)
commitce6dbc0417586cc1ceb015b631384ffdfb22e981
tree13eaaaa073ed07897a186617a081b1bdca6e534a
parentd88f3392fff7c6342f3840c4bd8195a1296c2372
mesa: Remove proxy image checks for maximum level.

We've already verified this by _mesa_legal_texture_dimensions() before
this call.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/teximage.c