From c3e38e46c7018154ec001c11917c93a2a0e860de Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Tue, 22 Nov 2016 19:04:48 +0100 Subject: [PATCH] gsdx sw x64: disable mipmap support on AVX Until it is implemented (might never happen) --- plugins/GSdx/GSDrawScanlineCodeGenerator.x64.avx.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/GSdx/GSDrawScanlineCodeGenerator.x64.avx.cpp b/plugins/GSdx/GSDrawScanlineCodeGenerator.x64.avx.cpp index b8d0d2823a..68c11b294c 100644 --- a/plugins/GSdx/GSDrawScanlineCodeGenerator.x64.avx.cpp +++ b/plugins/GSdx/GSDrawScanlineCodeGenerator.x64.avx.cpp @@ -136,7 +136,8 @@ L("loop"); // ebp = za - if(m_sel.mmin) + // FIXME not yet done + if(m_sel.mmin && 0) { SampleTextureLOD_AVX(); }