What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
Resolution | --- | NOTOURBUG |
Comment # 2
on bug 101224
from Nicolai Hähnle
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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel