Blender Git Loki
Git Commits -> Revision 854502d
Revision 854502d by Antonis Ryakiotakis (master) June 11, 2012, 16:23 (GMT) |
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. |
Commit Details:
Full Hash: 854502d2e3dc5d0c08721bc3a6a4e08be6189fda
SVN Revision: 47747
Parent Commit: edecf49
Lines Changed: +43, -7
6 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/source/blender/gpu/GPU_draw.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+26, -5) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -1) (Diff)
/source/blender/gpu/GPU_draw.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+26, -5) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -1) (Diff)