https://bugs.kde.org/show_bug.cgi?id=486417
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/66e3b37 | |f23554fe73b196ab1f277c661ea | |a44072 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 66e3b37f23554fe73b196ab1f277c661eaa44072 by Dmitry Kazakov. Committed on 06/08/2024 at 13:25. Pushed by dkazakov into branch 'master'. Fix black canvas appearing when "Limit animation frame size" is active The problem happens when "Limit animation frame size" is used in combination with bilinear or nearest-neighbour filtering. In this case the entire mipmap does not get fully initialized, hence the textureLod() and glTexSubImage2D() calls become undefined (the latter actually errors-out). M +20 -5 libs/ui/opengl/kis_texture_tile.cpp M +2 -0 libs/ui/opengl/kis_texture_tile.h https://invent.kde.org/graphics/krita/-/commit/66e3b37f23554fe73b196ab1f277c661eaa44072 -- You are receiving this mail because: You are watching all bug changes.