https://bugs.freedesktop.org/show_bug.cgi?id=101224

Nicolai Hähnle <nhaeh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #2 from Nicolai Hähnle <nhaeh...@gmail.com> ---
Your texture is incomplete, because you left Min/Mag filters at GL_LINEAR /
GL_LINEAR_MIPMAP_NEAREST, which is an incorrect setting for integer textures.
You need to switch both to GL_NEAREST instead.

It's a bug in the Windows driver that this condition isn't flagged.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to