Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0
-
None
-
embedded linux
-
2a1ea8f13be95f664b112663986102300a17bdfe
Description
In IDirectFBSurface *QDirectFbTextureGlyphCache::sourceSurface() method
case QImage::Format_Indexed8:
desc.pixelformat = DSPF_A8;
should be,
case QImage::Format_Alpha8:
desc.pixelformat = DSPF_A8;
Attachments
For Gerrit Dashboard: QTBUG-47490 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
125356,2 | DirectFB: Use correct pixel format for Texture Glyph Cache | 5.6 | qt/qtbase | Status: MERGED | +2 | 0 |