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 |https://invent.kde.org/grap |hics/krita/-/commit/66e3b37 |hics/krita/-/commit/fd78e15 |f23554fe73b196ab1f277c661ea |52764b845d95c39c9ffb0bcab2c |a44072 |0279a1 --- Comment #12 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit fd78e1552764b845d95c39c9ffb0bcab2c0279a1 by Dmitry Kazakov. Committed on 06/08/2024 at 13:31. Pushed by dkazakov into branch 'krita/5.2'. 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/fd78e1552764b845d95c39c9ffb0bcab2c0279a1 -- You are receiving this mail because: You are watching all bug changes.