Blender Git Commit Log
Git Commits -> Revision a4f8832
Revision a4f8832 by Clément Foucault (master) October 23, 2020, 17:33 (GMT) |
GPU: Use CLOG to for debug output This removes the escape color control caracters when the output does not supports it (i.e: file output, windows cmd). |
Commit Details:
Full Hash: a4f883268ba7f8506cd71eba42e8b734c128519d
Parent Commit: 8442d6c
Lines Changed: +77, -38
7 Modified Paths:
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_debug.cc (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_shader.cc (+42, -18) (Diff)
/source/blender/gpu/intern/gpu_shader_interface.cc (+0, -1) (Diff)
/source/blender/gpu/intern/gpu_shader_private.hh (+1, -1) (Diff)
/source/blender/gpu/opengl/gl_debug.cc (+28, -13) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+4, -4) (Diff)
/source/blender/gpu/intern/gpu_debug.cc (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_shader.cc (+42, -18) (Diff)
/source/blender/gpu/intern/gpu_shader_interface.cc (+0, -1) (Diff)
/source/blender/gpu/intern/gpu_shader_private.hh (+1, -1) (Diff)
/source/blender/gpu/opengl/gl_debug.cc (+28, -13) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+4, -4) (Diff)