xserver ChangeLog,3.344,3.345
Lars Knoll <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Wed, 29 Jun 2005 04:57:18 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: lars Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv16798 Modified Files: ChangeLog Log Message: Add support for gradients and solid fills to Render. Changed the semantics of the Convolution filter a bit. It now doesn't try to normalize the filter values but leaves this to the client. This gives more reasonable behaviour in the limit where the filter parameters sum up to 0. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.344 retrieving revision 3.345 diff -u -d -r3.344 -r3.345 --- ChangeLog 23 Jun 2005 16:50:07 -0000 3.344 +++ ChangeLog 29 Jun 2005 11:57:13 -0000 3.345 @@ -1,3 +1,21 @@ +2005-06-29 Lars Knoll <lars-Ihz76zOu8S21Z/[email protected]> + + * fb/fbcompose.c: + * fb/fbpict.c: + * hw/kdrive/src/kaapict.c: + * include/picturestr.h: + * render/mipict.c: + * render/picture.c: + * render/render.c: + Add support for gradients and solid fills to Render. + + * fb/fbcompose.c: + Changed the semantics of the Convolution filter a + bit. It now doesn't try to normalize the filter + values but leaves this to the client. This gives + more reasonable behaviour in the limit where the filter + parameters sum up to 0. + 2005-06-23 mallum <mallum-RWuK6r/[email protected]> * hw/kdrive/ephyr/ephyr.c: (ephyrUpdateModifierState), (ephyrPoll):