diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-12-06 22:13:47 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-12-06 22:13:47 (GMT) |
commit | 28206b2ec077396bc1fafffa4d85cab505f4409a (patch) | |
tree | 88dd3707d90023f5e162cfab8773d236b5a85f4f /dist/changes-4.6.1 | |
parent | 147195bccfdf90924a1525398e9c7b3119c1e278 (diff) | |
download | Qt-28206b2ec077396bc1fafffa4d85cab505f4409a.zip Qt-28206b2ec077396bc1fafffa4d85cab505f4409a.tar.gz Qt-28206b2ec077396bc1fafffa4d85cab505f4409a.tar.bz2 |
Change file update for compressed texture support.
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r-- | dist/changes-4.6.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1 index 6896358..5efa0e2 100644 --- a/dist/changes-4.6.1 +++ b/dist/changes-4.6.1 @@ -46,8 +46,11 @@ QtCore QtGui ----- - - foo - * bar + - QPixmap + * load() and loadFromData() can now support compressed GL textures + in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics + system is active and the appropriate extensions are present in the + GL implementation. QtDBus ------ @@ -64,8 +67,10 @@ QtNetwork QtOpenGL -------- - - foo - * bar + - QGLContext + * bindTexture(QString) now supports DDS, ETC1, PVRTC2, and PVRTC4 + compressed textures if the appropriate extensions are present + in the GL implementation. QtScript -------- |