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 -- system/shaders/convolution-6x6_d3d.fx | 2 -- system/shaders/yuv2rgb_d3d.fx | 4 ---- 3 files changed, 8 deletions(-) (limited to 'system/shaders') 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; }; diff --git a/system/shaders/convolution-6x6_d3d.fx b/system/shaders/convolution-6x6_d3d.fx index 67fc57a89d..d3422740b9 100644 --- a/system/shaders/convolution-6x6_d3d.fx +++ b/system/shaders/convolution-6x6_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; }; diff --git a/system/shaders/yuv2rgb_d3d.fx b/system/shaders/yuv2rgb_d3d.fx index a71b8f6b75..833bbadd43 100644 --- a/system/shaders/yuv2rgb_d3d.fx +++ b/system/shaders/yuv2rgb_d3d.fx @@ -33,7 +33,6 @@ sampler YSampler = Texture = ; AddressU = CLAMP; AddressV = CLAMP; - MipFilter = LINEAR; MinFilter = LINEAR; MagFilter = LINEAR; }; @@ -47,7 +46,6 @@ sampler YSampler = Texture = ; AddressU = CLAMP; AddressV = CLAMP; - MipFilter = LINEAR; MinFilter = POINT; MagFilter = POINT; }; @@ -59,7 +57,6 @@ sampler USampler = Texture = ; AddressU = CLAMP; AddressV = CLAMP; - MipFilter = LINEAR; MinFilter = LINEAR; MagFilter = LINEAR; }; @@ -70,7 +67,6 @@ sampler VSampler = Texture = ; AddressU = CLAMP; AddressV = CLAMP; - MipFilter = LINEAR; MinFilter = LINEAR; MagFilter = LINEAR; }; -- cgit v1.2.3