Preferences: always do GPU accelerated mipmapping, remove preference.
This setting was added long ago to be cautious in case some GPUs did not support this propertly, no reason to have it anymore.
This commit is contained in:
		@@ -657,7 +657,6 @@ class USERPREF_PT_system_opengl_textures(PreferencePanel):
 | 
			
		||||
        flow.prop(system, "image_draw_method", text="Image Display Method")
 | 
			
		||||
 | 
			
		||||
        flow.prop(system, "use_16bit_textures")
 | 
			
		||||
        flow.prop(system, "use_gpu_mipmap")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class USERPREF_PT_system_opengl_selection(PreferencePanel):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user