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
parent 601ab861b4
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),

View File

@ -459,8 +459,6 @@ xglPictureInit (ScreenPtr pScreen)
if (!fbPictureInit (pScreen, pFormats, nformats))
return FALSE;
PictureAddFilter (pScreen, FilterConvolution, miFilterValidateParams);
return TRUE;
}