godot/drivers
Fabio Alessandrelli 49297d937c [Net] Simplify IP resolution code, fix caching.
First, we should not insert into cache if the hostname resolution has
failed (as it might be a temporary internet issue), second, the async
resolver should also properly insert into cache.

Took the chance to remove some duplicate code with critical section in
it at the cost of little performance when calling the blocking
resolve_hostname function.
2022-01-29 01:56:36 +01:00
..
alsa Fix multiple missing UTF-8 decoding. 2022-01-06 14:35:22 +02:00
alsamidi Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
coreaudio Fix multiple missing UTF-8 decoding. 2022-01-06 14:35:22 +02:00
coremidi Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gl_context Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
gles3 add support for glow maps 2022-01-20 16:47:25 +01:00
png Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
pulseaudio Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix [Net] Simplify IP resolution code, fix caching. 2022-01-29 01:56:36 +01:00
vulkan Merge pull request #54890 from briansemrau/threadsafe-drawpute-lists 2022-01-22 20:20:07 +01:00
wasapi Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
windows [Windows] Add support for handling network share paths. 2022-01-24 16:22:59 +02:00
winmidi Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
xaudio2 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_driver_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_driver_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. 2021-11-19 16:59:27 +01:00