From a8a89db9c8217a21cc8463fe6e113709bc79be67 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 16 Jan 2019 15:10:19 +0100 Subject: 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. --- source/blender/gpu/GPU_draw.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/gpu/GPU_draw.h') diff --git a/source/blender/gpu/GPU_draw.h b/source/blender/gpu/GPU_draw.h index 008f4199b02..4b94b79022b 100644 --- a/source/blender/gpu/GPU_draw.h +++ b/source/blender/gpu/GPU_draw.h @@ -80,9 +80,6 @@ void GPU_paint_set_mipmap(struct Main *bmain, bool mipmap); void GPU_set_anisotropic(struct Main *bmain, float value); float GPU_get_anisotropic(void); -/* enable gpu mipmapping */ -void GPU_set_gpu_mipmapping(struct Main *bmain, int gpu_mipmap); - /* Image updates and free * - these deal with images bound as opengl textures */ -- cgit v1.2.3