diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-07-14 14:19:40 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-07-16 14:07:59 (GMT) |
commit | 6d0290b2202d4fc084595ba678c2a2d984392e72 (patch) | |
tree | b12dfb42661cf8743451cc281eca74d96c7ca3a9 /src/xmlpatterns | |
parent | 388575b4ce3e8025b425ac3a9d56b9d6c6ea56c8 (diff) | |
download | Qt-6d0290b2202d4fc084595ba678c2a2d984392e72.zip Qt-6d0290b2202d4fc084595ba678c2a2d984392e72.tar.gz Qt-6d0290b2202d4fc084595ba678c2a2d984392e72.tar.bz2 |
Fixed text rendering with the GL2 paint engine.
When copying a glyph image into the glyph cache, garbage appeared in
the glyph cache in the lower part of the destination rectangle. This
happened whenever the glyph image's width was not a multiple of four
bytes. I suppose this is a driver bug (nVidia). As a workaround, I
converted the glyph image to ARGB32 such that the width is guaranteed
to be a multiple of four bytes.
Reviewed-by: Tom
Diffstat (limited to 'src/xmlpatterns')
0 files changed, 0 insertions, 0 deletions