Blender Git Commit Log
Git Commits -> Revision 80d75cb
Revision 80d75cb by Antonis Ryakiotakis (master) April 24, 2015, 12:11 (GMT) |
Add debug option --debug-gpumem to show GPU memory used in status bar. Only used in ATIs and NVIDIAs. Used extensions are: https://www.opengl.org/registry/specs/ATI/meminfo.txt http://developer.download.nvidia.com/opengl/specs/ If you read the documentation, the numbers are not supposed to be exact and also depend on the time when the call is made. The numbers can also change quite quickly. It's only meant to give a rough measure of what is going on. |
Commit Details:
Full Hash: 80d75cb3e45fe10904b887e04481761dc458c876
Parent Commit: c2f8614
Lines Changed: +59, -10
6 Modified Paths:
/source/blender/blenkernel/BKE_global.h (+2, -1) (Diff)
/source/blender/editors/space_info/info_stats.c (+24, -9) (Diff)
/source/blender/gpu/GPU_extensions.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+28, -0) (Diff)
/source/blender/python/intern/bpy_app.c (+1, -0) (Diff)
/source/creator/creator.c (+1, -0) (Diff)
/source/blender/editors/space_info/info_stats.c (+24, -9) (Diff)
/source/blender/gpu/GPU_extensions.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+28, -0) (Diff)
/source/blender/python/intern/bpy_app.c (+1, -0) (Diff)
/source/creator/creator.c (+1, -0) (Diff)