Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.1.0 Alpha
-
None
-
-
a7b32a3e893892fc96d58af110af568043f09e72 (qt/qtdeclarative/dev) a453e59c2afe42f094511ab1ce8b7c78f23c9c7a (qt/qtdeclarative/6.0) 3162c140f3ace8f070c95165affa7a324512614f (qt/qtdeclarative/6.1)
Description
Atlas textures with size not greater than QSG_ATLAS_TRANSIENT_IMAGE_THRESHOLD are not visible
most propably because after call:
m_nonatlas_texture->setImage(m_image);
missed call like:
m_nonatlas_texture->commitTextureOperations(m_atlas->rhi(), resourceUpdates);
Attachments
For Gerrit Dashboard: QTBUG-91182 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
335000,6 | Call commitTextureOperations for small atlas textures | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
340137,2 | Call commitTextureOperations for small atlas textures | 6.1 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
340138,2 | Call commitTextureOperations for small atlas textures | 6.0 | qt/qtdeclarative | Status: MERGED | +2 | 0 |