summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2007-06-18 14:29:02 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2007-06-18 14:29:02 -0400
commitedbe099ad3906d7626de854d144fc23d78408357 (patch)
tree94d6e1ab0a0da1e581bfee1205f40e7237d90265 /TODO
parentf9454b3423b948022f36b7191db8c5f988f46273 (diff)
Add non-mmx solid fills. Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 74ceee6..92beb0b 100644
--- a/TODO
+++ b/TODO
@@ -30,16 +30,19 @@
- done: source clipping happens through an indirection.
still needs to make the indirection settable.
-- Add non-mmx solid fill
-
- make the wrapper functions global instead of image specific
- this won't work since pixman is linked to both fb and wfb
- restore READ/WRITE in the fbcompose combiners since they sometimes
store directly to destination drawables.
+- Consider optimizing the 8/16 bit solid fills in pixman-util.c by
+ storing more than one value at a time.
+
done:
+- Add non-mmx solid fill
+
- Make sure the endian-ness macros are defined correctly.
- The rectangles in a region probably shouldn't be returned const as