Blender Git Commit Log
Git Commits -> Revision 4388b29
Revision 4388b29 by Mai Lavelle (master) May 31, 2016, 10:13 (GMT) |
Cycles: Add human readable sizes to debug output Some of these values can get quite large and are hard to read, adding this makes it easy to read them at a glance. Reviewed By: sergey Differential Revision: https://developer.blender.org/D2039 |
Commit Details:
Full Hash: 4388b29e989c6a5fda4a8102732f3560f612bbb0
Parent Commit: a2aa443
Lines Changed: +70, -10
9 Modified Paths:
/intern/cycles/bvh/bvh_build.cpp (+3, -3) (Diff)
/intern/cycles/device/device_cpu.cpp (+3, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+3, -1) (Diff)
/intern/cycles/device/device_multi.cpp (+3, -1) (Diff)
/intern/cycles/device/device_network.cpp (+3, -1) (Diff)
/intern/cycles/device/device_opencl.cpp (+3, -1) (Diff)
/intern/cycles/render/scene.cpp (+7, -2) (Diff)
/intern/cycles/util/util_string.cpp (+40, -0) (Diff)
/intern/cycles/util/util_string.h (+5, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+3, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+3, -1) (Diff)
/intern/cycles/device/device_multi.cpp (+3, -1) (Diff)
/intern/cycles/device/device_network.cpp (+3, -1) (Diff)
/intern/cycles/device/device_opencl.cpp (+3, -1) (Diff)
/intern/cycles/render/scene.cpp (+7, -2) (Diff)
/intern/cycles/util/util_string.cpp (+40, -0) (Diff)
/intern/cycles/util/util_string.h (+5, -0) (Diff)