Re: [Mesa-dev] [PATCH] st/mesa: check the texture image level in st_texture_match_image

2016-06-24 Thread Ilia Mirkin
On Fri, Jun 24, 2016 at 11:59 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Otherwise, 1x1 images of arbitrarily high level are accepted. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96639#add_comment Please nuke the #add_comment

[Mesa-dev] [PATCH] st/mesa: check the texture image level in st_texture_match_image

2016-06-24 Thread Nicolai Hähnle
From: Nicolai Hähnle 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 --- src/mesa/state_tracker/st_texture.c | 5 + 1 file