mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
remove ati workaroung for mipmap creation
isn't needed any more by merging mapmap_fixes
This commit is contained in:
@ -340,11 +340,6 @@ Renderer::Renderer()
|
|||||||
glBlendColor(0, 0, 0, 0.5f);
|
glBlendColor(0, 0, 0, 0.5f);
|
||||||
glClearDepth(1.0f);
|
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();
|
UpdateActiveConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user