Remove the manual AddFilter for convolution, which I'm pretty sure

shouldn't be necessary due to it already happening from
    PictureSetDefaultFilters.
This commit is contained in:
Eric Anholt 2006-01-03 22:36:46 +00:00
commit b9c0ae867e
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2006-01-03 Eric Anholt <anholt@FreeBSD.org>
* hw/xgl/xglpict.c: (xglPictureInit):
Remove the manual AddFilter for convolution, which I'm pretty sure
shouldn't be necessary due to it already happening from
PictureSetDefaultFilters.
2006-01-03 Eric Anholt <anholt@FreeBSD.org>
* render/glyph.c: (ResetGlyphPrivates),