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:
2019-01-16 15:10:19 +01:00
parent 0a378b8ebc
commit a8a89db9c8
6 changed files with 6 additions and 93 deletions

View File

@@ -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):