diff options
| author | degasus <wickmarkus@web.de> | 2013-02-19 15:40:34 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2013-02-19 15:40:34 +0100 |
| commit | 0f2ee45d96a4affd81a4e7e0e4754e2e29d8e29c (patch) | |
| tree | 85ebdc383b955c47e40e1996fa1a91d96390d5f7 | |
| parent | 17747fcfb8a4f076ea97d8d5781539735ab32f72 (diff) | |
remove ati workaroung for mipmap creation
isn't needed any more by merging mapmap_fixes
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 5 |
1 files changed, 0 insertions, 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(); } |
