Files
test/source/blender/gpu
Mike Erwin 55eb8ce873 OpenGL: enhance debug output
When running blender --debug-gpu

Display which debug facilities are available. One of these, in order of preference:
- OpenGL 4.3
- KHR_debug
- ARB_debug_output
- AMD_debug_output

All messages are logged now, not just errors. Will probably turn some of these off later.

GL_DEBUG_OUTPUT_SYNCHRONOUS lets us break on errors and backtrace to the exact trouble spot.

Callers of GPU_string_marker no longer pass in a message length, just the message itself (null terminated).

Apple provides no GL debug logging features.
2016-08-15 04:06:14 -04:00
..
2016-08-15 04:06:14 -04:00
2016-03-21 22:43:03 +01:00
2016-08-15 04:06:14 -04:00
2016-01-10 07:12:10 +11:00
2014-10-07 15:47:32 -05:00
2014-10-07 15:47:32 -05:00
2016-01-10 07:12:10 +11:00
2016-01-28 17:23:12 +11:00