pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Fri May 2 18:12:16 PDT 2008


 TODO |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

New commits:
commit 9aa1c4e5d2db3793ae6e301496fe39475de84382
Author: Søren Sandmann <sandmann at redhat.com>
Date:   Fri May 2 21:10:07 2008 -0400

    Update TODO

diff --git a/TODO b/TODO
index 7ff58de..8347446 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,20 @@
+  - SSE 2 issues:
+
+      - Commented-out uses of fbCompositeCopyAreasse2()
+
+      - Use MM_HINT_NTA instead of MM_HINT_T0
+
+      - Use of fbCompositeOver_x888x8x8888sse2()
+
+      - Use pixmanFillsse2 and pixmanBltsse2
+
+      - Crashes in Mozilla because of unaligned stack. Possible fixes
+
+        - Make use of gcc 4.2 feature to align the stack
+
+        - Write some sort of trampoline that aligns the stack
+          before calling SSE functions.
+
   - Update the RLEASING file
 
   - Things to keep in mind if breaking ABI:
@@ -30,6 +47,8 @@
   - Make pixman_region_point_in() survive a NULL box, then fix up
     pixman-compose.c
 
+    - Possibly look into inlining the fetch functions
+
   - Test suite
 
   - Add a general way of dealing with architecture specific


More information about the xorg-commit mailing list