diff options
author | Carl Worth <cworth@cworth.org> | 2005-07-28 14:41:36 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-07-28 14:41:36 +0000 |
commit | 6d8d18e2dcdb2c829ec25659c1397f258c6b5a6b (patch) | |
tree | 1bb612fb45b3ddc3c2f9f76c1ad37aae96ffcc03 /pixman/NEWS | |
parent | 61e28ec71f5492671d633ccf9459b6654f33edd6 (diff) |
Add notes for snapshot 0.1.6.
Increment version to 0.1.6.
Diffstat (limited to 'pixman/NEWS')
-rw-r--r-- | pixman/NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pixman/NEWS b/pixman/NEWS index f800d0e2..a52095c6 100644 --- a/pixman/NEWS +++ b/pixman/NEWS @@ -1,3 +1,27 @@ +Snapshot 0.1.6 (2005-07-28 Carl Worth <cworth@cworth.org>) +========================================================== +Behavioral changes +------------------ +Clips are changed to only affect destination operands, not +sources. This gives the desired behavior for cairo. If the X server's +Render implementation wants to use pixman it will have to select +source clipping, (presumably through a new API call that we can add at +that poin). + +Bug fixes +--------- +Fix leak of the clip region associated with an image in +pixman_image_destroy. + +Fix units for stride return to be FbStip-sized, (this bug was causing +non antialiased text in cairo to appear as garbage). + +Other changes +------------- +The implementation has been merged considerably with xserver/fb. Most +of the merge was just name changes, but there were likely some bug +fixes or performance improvements in there as well. + Snapshot 0.1.5 (2005-05-18 Carl Worth <cworth@cworth.org>) ========================================================== Bug fixes |