From 854502d2e3dc5d0c08721bc3a6a4e08be6189fda Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 11 Jun 2012 16:23:10 +0000 Subject: Add user preference "GPU Mipmap Generation" under the System/OpenGL subpanel to calculate image mipmapping on the GPU, saving upload and calculation time. Default is off just in case. --- source/blender/makesdna/DNA_userdef_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index 5465dbf6e3c..1c2844cd8a7 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -412,7 +412,7 @@ typedef struct UserDef { short widget_unit; /* defaults to 20 for 72 DPI setting */ short anisotropic_filter; - short use_16bit_textures, pad8; + short use_16bit_textures, use_gpu_mipmap; float ndof_sensitivity; /* overall sensitivity of 3D mouse */ int ndof_flag; /* flags for 3D mouse */ -- cgit v1.2.3