aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/shaders/32bitcolortext_core.frag
Commit message (Collapse)AuthorAgeFilesLines
* Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-231-0/+13
We had been accidentally using the 8-bit alpha glyph shader, which resulted in rendering solid black outlines of the glyphs. Task-number: QTBUG-37986 Task-number: QTBUG-45514 Change-Id: Ie8728d50068f58d659e24bc5db2d73e01ca8db75 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>