diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-17 03:42:46 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-04-17 03:42:46 (GMT) |
commit | 095c4209fe8fea6d46cc6c1486d2bc6471e8f0a5 (patch) | |
tree | 02dcd7de6ea2f9cc8abd44bed5174a457c961976 /dist | |
parent | 90bc01d2854f5c7024027c6419ae22feff57aa71 (diff) | |
download | Qt-095c4209fe8fea6d46cc6c1486d2bc6471e8f0a5.zip Qt-095c4209fe8fea6d46cc6c1486d2bc6471e8f0a5.tar.gz Qt-095c4209fe8fea6d46cc6c1486d2bc6471e8f0a5.tar.bz2 |
Document my QGLFramebufferObject change
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 0b8dae2..016a99d 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -109,6 +109,9 @@ Third party components * [248332] QFileDialog is slow after visiting a large directory. * [221323] QFileDialog programmatical file selection bug. +- QGLFramebufferObject + * Framebuffer object extension resolution now works with OpenGL/ES 2.0. + - QGraphicsItem * [247890] Cached QGraphicsItems are not updated if update() is called when they are hidden. |