diff options
Diffstat (limited to 'pixman/TODO')
-rw-r--r-- | pixman/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pixman/TODO b/pixman/TODO index 47b9bc9d0..52d737706 100644 --- a/pixman/TODO +++ b/pixman/TODO @@ -4,8 +4,6 @@ - Use of fbCompositeOver_x888x8x8888sse2() - - Use pixmanFillsse2 and pixmanBltsse2 - - Update the RLEASING file - Things to keep in mind if breaking ABI: @@ -16,6 +14,8 @@ the required precision by simply adding offset_x/y to the relevant rendering API? + - Get rid of workaround for X server bug. + - pixman_image_set_indexed() should copy its argument, and X should be ported over to use a pixman_image as the representation of a Picture, rather than creating one on each @@ -178,6 +178,8 @@ done: +- Use pixmanFillsse2 and pixmanBltsse2 + - Be consistent about calling sse2 sse2 - Rename "SSE" to "MMX_EXTENSIONS". (Deleted mmx extensions). |