summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-10-23 22:59:42 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-10-23 22:59:42 +0200
commitc3f94c434652ba86deb1f6959f878fbcc3e4936e (patch)
treea67ac2278430f32d14e28bf3508a4d895722670b /TODO
parent2c08e96418ab6f462ea945062b2fda773af286d7 (diff)
Updated TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index d279569..e071642 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,5 @@
-focus handling (rather large change in qt-qml to this recently)
-key handling
--rounded/bordered rectangles with gradients
-tiling modes in borderimage
--implement smooth property
- - QGLContext::LinearFilteringBindOption is on by default for a big
- performance hit. It should be conditionally turned on, based on
- the smooth property (not immediately apparent how to do that with
- the current texture caching architecture).
--lack of GL_CLAMP_TO_EDGE causes slower processing/upload time for textures
- - see logic in QGLTexture2DPrivate::bindImages() for why this is happening
- (again, not immediately apparent how to fix this with the current
- texture caching architecture)
-anywhere there is a XXX
-there have been numerous fixes in qt-qml (+ some API changes) that need to be integrated