From 4645217733bc78d56dce296d13ce828134a905a7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 17 May 2005 20:12:13 +0000 Subject: [PATCH] Added RADEON as render type for disabling mipmapped NPO2T --- src/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 8c76cc337..84e71495a 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -1353,7 +1353,7 @@ void Texture::Extensions::setupGLExtensions(unsigned int contextID) _isNonPowerOfTwoTextureMipMappedSupported = _isNonPowerOfTwoTextureNonMipMappedSupported; - if (rendererString.find("Radeon")!=std::string::npos) + if (rendererString.find("Radeon")!=std::string::npos || rendererString.find("RADEON")!=std::string::npos) { _isNonPowerOfTwoTextureMipMappedSupported = false; osg::notify(osg::INFO)<<"Disabling _isNonPowerOfTwoTextureMipMappedSupported for ATI hardware."<