godot/drivers
Rémi Verschelde 8a47cdc933 Vulkan: Initialize VK_EXT_debug_utils only for dev build or verbose mode
End users would get spammed with messages of varying verbosity due to the
mess that thirdparty layers/extensions and drivers seem to leave in their
wake, making the Windows registry a bottomless pit of broken layer JSON.

I'm all for helping end users clean up mess in their registry / system paths
for Vulkan ICDs, layers and extensions, but the way this is done by
VK_EXT_debug_utils is just horrible - and the way for them to fix it (manual
edit of system files) is also not a good thing to recommend.

Closes countless issues where users think Godot is broken because it reports
weird errors.
2022-10-04 16:09:11 +02:00
..
alsa Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
alsamidi Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
coreaudio Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
coremidi Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gl_context Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
gles3 Merge pull request #65822 from BastiaanOlij/more_reorg_20220915 2022-10-04 11:20:13 +02:00
png [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
pulseaudio Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STATVFS 2022-10-04 10:22:29 +02:00
vulkan Vulkan: Initialize VK_EXT_debug_utils only for dev build or verbose mode 2022-10-04 16:09:11 +02:00
wasapi Merge pull request #64607 from RandomShaper/safe_audio_threading 2022-08-25 10:12:25 +02:00
windows Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
winmidi Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
xaudio2 Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
register_driver_types.cpp [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
register_driver_types.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. 2021-11-19 16:59:27 +01:00