diff options
author | Gerhard Roethlin <git@the-color-black.net> | 2011-09-19 08:01:21 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-09-19 08:01:21 (GMT) |
commit | 5eb449ddc0d9f5019082daf6804a048f88ff39c7 (patch) | |
tree | b54da7c71df3a77cccb8c357e7171ca510191aa1 /dist | |
parent | f9bd50e37bee0bb4d243887ae684b46f6b6750fe (diff) | |
download | Qt-5eb449ddc0d9f5019082daf6804a048f88ff39c7.zip Qt-5eb449ddc0d9f5019082daf6804a048f88ff39c7.tar.gz Qt-5eb449ddc0d9f5019082daf6804a048f88ff39c7.tar.bz2 |
4.8 Changes: OpenGL Framebuffer Format
Added an entry for the OpenGL Framebuffer Format commit to the 4.8
changelog.
Merge-request: 1387
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index d094b38..acc107b 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -117,6 +117,8 @@ QtNetwork - Including <QtOpenGL> will not work in combination with GLEW, as QGLFunctions will undefine GLEW's defines. - Optimize behavior of QGLTextureCache + - Reading from the FrameBuffer with Qt now correctly gives an image + marked as premultiplied. QtScript -------- |