summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-12-03 12:37:42 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-12-03 12:37:42 +0100
commitc7350d331901cd95dc3eac69afd0efc7ca04155f (patch)
tree747a590c1e841a5917e918b3885319536f0360e0 /TODO
parent1bae710f3dac38325727282b0ede964bb3de9434 (diff)
moved adaptation layers into QSGContext
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 60bf747..ffad6cd 100644
--- a/TODO
+++ b/TODO
@@ -35,4 +35,9 @@
default implementations
qmlrenderer
+- Make QxImage push normalized source coords into TextureNode so we don't have to renormalize for
+ every geometry change. It also makes a lot more sense, now that TextureNode doesn't know the
+ size of the original pixmap anymore...
+- Fix any reference to "// ### gunnar: port properly". Some of these will be pointless to port
+ as the upgrade to new QML items is pretty close, so we'll have to evaluate those individually..