diff options
author | Søren Sandmann <sandmann@redhat.com> | 2007-06-14 17:35:28 -0400 |
---|---|---|
committer | Søren Sandmann <sandmann@redhat.com> | 2007-06-14 17:35:28 -0400 |
commit | 7a8877bc0800ffcfe18bedec49068049c877fa5d (patch) | |
tree | 741b2a05b5de768202c3eadbe19400470bfd6258 /TODO | |
parent | a0e161ca9aa562a0f4b55b15b1ab3b9380f0d9bb (diff) |
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,3 @@ - - Remove the warning suppression in the ACCESS_MEM macro and fix the - warnings that are real - - It probably makes sense to move the more strange X region API into pixman as well, but guarded with PIXMAN_XORG_COMPATIBILITY @@ -24,10 +21,15 @@ - Run cairo test suite; fix bugs - one bug in source-scale-clip + - Remove the warning suppression in the ACCESS_MEM macro and fix the + warnings that are real + - Add calls to prepare and finish access where necessary. grep for ACCESS_MEM, and make sure they are correctly wrapped in prepare and finish +- Make source clipping optional. + done: - The rectangles in a region probably shouldn't be returned const as |