From b3c917da0515fd8d5a8065d348ef71700c6b8c32 Mon Sep 17 00:00:00 2001 From: CrystalP Date: Fri, 4 Feb 2011 00:06:40 -0500 Subject: [WIN32] xbmc doesn't use mipmapping, keep the default state of NONE --- system/shaders/convolution-4x4_d3d.fx | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/shaders/convolution-4x4_d3d.fx') diff --git a/system/shaders/convolution-4x4_d3d.fx b/system/shaders/convolution-4x4_d3d.fx index 9939cef33c..84cc784ee5 100644 --- a/system/shaders/convolution-4x4_d3d.fx +++ b/system/shaders/convolution-4x4_d3d.fx @@ -28,7 +28,6 @@ sampler RGBSampler = Texture = ; AddressU = CLAMP; AddressV = CLAMP; - MipFilter = LINEAR; MinFilter = POINT; MagFilter = POINT; }; @@ -39,7 +38,6 @@ sampler KernelSampler = Texture = ; AddressU = CLAMP; AddressV = CLAMP; - MipFilter = LINEAR; MinFilter = LINEAR; MagFilter = LINEAR; }; -- cgit v1.2.3