Blender Git Commit Log

Git Commits -> Revision 82a197c

Revision 82a197c by Clément Foucault (master)
August 31, 2020, 22:30 (GMT)
GPUDebug: Reformat GL debug callbacks and move them to GL backend

Now the callbacks are setup for each debug context.

The formating has been reworked to be less verbose and make errors
and warnings stand out from the notifications.
Errors are most of the time sufficiently explicit in their message.

This also remove the support for AMD_debug_output which is 10 years old.

This is related to the Vulkan port T68990.

Commit Details:

Full Hash: 82a197cc7f74be2e8f4fbe2d40fc2aec100c4276
Parent Commit: 058d29e
Lines Changed: +180, -235

2 Added Paths:

/source/blender/gpu/opengl/gl_debug.cc (+140, -0) (View)
/source/blender/gpu/opengl/gl_debug.hh (+31, -0) (View)

6 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/gpu/GPU_debug.h (+0, -3) (Diff)
/source/blender/gpu/intern/gpu_debug.cc (+0, -220) (Diff)
/source/blender/gpu/intern/gpu_init_exit.c (+0, -8) (Diff)
/source/blender/gpu/intern/gpu_private.h (+0, -4) (Diff)
/source/blender/gpu/opengl/gl_context.cc (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021