From 0f2ee45d96a4affd81a4e7e0e4754e2e29d8e29c Mon Sep 17 00:00:00 2001 From: degasus Date: Tue, 19 Feb 2013 15:40:34 +0100 Subject: [PATCH] remove ati workaroung for mipmap creation isn't needed any more by merging mapmap_fixes --- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp index 43777c8ad7..b172ce4b71 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp @@ -339,11 +339,6 @@ Renderer::Renderer() glScissor(0, 0, GetTargetWidth(), GetTargetHeight()); glBlendColor(0, 0, 0, 0.5f); glClearDepth(1.0f); - - // this is a hack to work around an ati driver issue. - // usually this shouldn't be needed (and isn't allowed in core) - // but else glGenerateMipmaps wouldn't work always - glEnable(GL_TEXTURE_2D); UpdateActiveConfig(); }