[Mesa-dev] [PATCH] main: allow NEAREST_MIPMAP_NEAREST for stencil texturing

Józef Kucia joseph.kucia at gmail.com
Mon Dec 5 12:55:29 UTC 2016


On Mon, Dec 5, 2016 at 1:40 PM,  <sroland at vmware.com> wrote:
> From: Roland Scheidegger <sroland at vmware.com>
>
> As per GL 4.5 rules, which fixed a spec mistake in GL_ARB_stencil_texturing.
> The extension spec wasn't updated, but just allow it with older GL versions
> as well, hoping there aren't any crazy tests which want to see an error
> there... (Compile tested only.)
>
> Reported by Józef Kucia <joseph.kucia at gmail.com>
> ---
>  src/mesa/main/texobj.h | 23 ++++++++---------------
>  1 file changed, 8 insertions(+), 15 deletions(-)

FWIW, the patch looks good to me. Thanks!


More information about the mesa-dev mailing list