diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-02-17 13:36:52 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-02-17 14:43:43 (GMT) |
commit | e43cf7a591fc98c544c620e0722bdd1201feaea9 (patch) | |
tree | 39614c01ef4ce55b32ee887e9efc7ae1644cc45b /doc/src/snippets/code | |
parent | e4e92b74980c4f601d080e1e072b556b7318c915 (diff) | |
download | Qt-e43cf7a591fc98c544c620e0722bdd1201feaea9.zip Qt-e43cf7a591fc98c544c620e0722bdd1201feaea9.tar.gz Qt-e43cf7a591fc98c544c620e0722bdd1201feaea9.tar.bz2 |
Make sure height of glyph cache is a power of two
Making the size of the glyph cache a power of two can potentially
have performance benefits on hardware accelerated graphics systems.
Since it will also decrease the number of times the cache has to be
copied, and therefore implies a speed-up for all paint engines, it has
been implemented for all of them in general.
Reviewed-by: Gunnar
Diffstat (limited to 'doc/src/snippets/code')
0 files changed, 0 insertions, 0 deletions