OSDN Git Service

st/mesa: check the texture image level in st_texture_match_image
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 24 Jun 2016 15:54:51 +0000 (17:54 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 7 Jul 2016 15:12:32 +0000 (16:12 +0100)
commit250e13e585880df401c11243fb4075252c27f060
tree4a3338188dacf6326841b15c65530fbbc830bcc0
parent5469fc98005c2a8136adb28162e52f45fa05669b
st/mesa: check the texture image level in st_texture_match_image

Otherwise, 1x1 images of arbitrarily high level are accepted.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96639#add_comment
Cc: 11.2 12.0 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
(cherry picked from commit 07cc838b105dd3f34526db73064f1f21b452240e)
src/mesa/state_tracker/st_texture.c