diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-02-08 13:18:18 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-02-08 13:18:18 (GMT) |
commit | 1f931d2d879cf51d56268f592298f81218fb43fa (patch) | |
tree | e41acb9e481150d38d79b4a6f0fdf6231bce12a6 /src/plugins | |
parent | aa674169ca31b6e296021b3b8f5a448aeecf0973 (diff) | |
download | Qt-1f931d2d879cf51d56268f592298f81218fb43fa.zip Qt-1f931d2d879cf51d56268f592298f81218fb43fa.tar.gz Qt-1f931d2d879cf51d56268f592298f81218fb43fa.tar.bz2 |
Remove VBO caching and glDrawElements path in QStaticText
glDrawElements needs to be handled properly, using triangle strips
rather than triangle lists, so the code has been removed for now.
The VBO caching did not gain us any particular performance. We rather
cache the client-side buffers for the same speed-up but with less
clean-up complexity.
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions