summaryrefslogtreecommitdiff
path: root/hw/xgl
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-01-03 22:36:46 +0000
committerEric Anholt <anholt@freebsd.org>2006-01-03 22:36:46 +0000
commitb9c0ae867e1b52186c26841a77745f7f5a0a76dd (patch)
treeff8542da12d480b3e4e75ff2da5ff781c49ac24b /hw/xgl
parent601ab861b46a62b0742ffd3e937c4fab129664f0 (diff)
downloadxserver-b9c0ae867e1b52186c26841a77745f7f5a0a76dd.tar.gz
Remove the manual AddFilter for convolution, which I'm pretty sure
shouldn't be necessary due to it already happening from PictureSetDefaultFilters.
Diffstat (limited to 'hw/xgl')
-rw-r--r--hw/xgl/xglpict.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xgl/xglpict.c b/hw/xgl/xglpict.c
index 96f70c478..f005de6d7 100644
--- a/hw/xgl/xglpict.c
+++ b/hw/xgl/xglpict.c
@@ -459,8 +459,6 @@ xglPictureInit (ScreenPtr pScreen)
if (!fbPictureInit (pScreen, pFormats, nformats))
return FALSE;
- PictureAddFilter (pScreen, FilterConvolution, miFilterValidateParams);
-
return TRUE;
}