diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2007-06-18 14:29:02 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2007-06-18 14:29:02 -0400 |
commit | edbe099ad3906d7626de854d144fc23d78408357 (patch) | |
tree | 94d6e1ab0a0da1e581bfee1205f40e7237d90265 /TODO | |
parent | f9454b3423b948022f36b7191db8c5f988f46273 (diff) |
Add non-mmx solid fills. Update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |