diff -r 21ed7cec1fa2 -r 3deb9ff104da hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Nov 05 20:40:31 2009 +0000 +++ b/hedgewars/uStore.pas Thu Nov 05 20:47:42 2009 +0000 @@ -1100,20 +1100,7 @@ {$IFNDEF IPHONEOS} -// since ATI seems to be unable to provide proper texture filtering/quality, -// do not even try to load the extension on ATI cards - -{$IFDEF DARWIN} -if true then -{$ELSE} -if cGPUVendor <> gvATI then -{$ENDIF} - SupportNPOTT:= glLoadExtension('GL_ARB_texture_non_power_of_two') -{$IFDEF DEBUGFILE} -else - AddFileLog('OpenGL: Skipped extension GL_ARB_texture_non_power_of_two due to ATI card') -{$ENDIF} -; // do not touch this line! :) +//SupportNPOTT:= glLoadExtension('GL_ARB_texture_non_power_of_two'); {$ENDIF} // set view port to whole window