hedgewars/uStore.pas
changeset 2602 3deb9ff104da
parent 2601 21ed7cec1fa2
child 2603 abed6070a669
--- 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