summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>2007-05-18 15:21:51 -0400
committerSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>2007-05-18 15:21:51 -0400
commit595ca53c094b8dee6747670aaa471fb19f1a6d94 (patch)
tree15bad658c53c9cd52e2f30aa210d9668cc22da4c /TODO
parente1328980457ce6f51ce2649d79feefa616408ce9 (diff)
Add pixman-pict.c which is a version of fbpict.c. It compiles, but
isn't hooked up to anything.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 55746c6..2ccc28d 100644
--- a/TODO
+++ b/TODO
@@ -46,3 +46,5 @@
doing things 64-bits at a time is a net loss. To quickly fix
this, I suggest just using 32-bit datatypes by setting
IC_SHIFT to 5 for all machines.
+
+- Consider whether calling regions region16 is really such a great idea