summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-04-17 03:42:46 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-17 13:21:48 (GMT)
commit19a9aa8e8156ca9d2110b1768c18dd4afc678597 (patch)
tree808147d271718c4c3121754b72e619d73fbb3080
parente60b104a78e508341d2449f74b692d1ea0124eed (diff)
downloadQt-19a9aa8e8156ca9d2110b1768c18dd4afc678597.zip
Qt-19a9aa8e8156ca9d2110b1768c18dd4afc678597.tar.gz
Qt-19a9aa8e8156ca9d2110b1768c18dd4afc678597.tar.bz2
Document my QGLFramebufferObject change
(cherry picked from commit 095c4209fe8fea6d46cc6c1486d2bc6471e8f0a5)
-rw-r--r--dist/changes-4.5.13
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.