godot/drivers
Pedro J. Estébanez 8ed259b792 Modernize RWLock
- Based on C++14's `shared_time_mutex`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed
- Simpler for `NO_THREADS`
2021-01-19 11:53:10 +01:00
..
alsa Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
alsamidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
coreaudio Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
coremidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
dummy Sync RasterizerDummy. 2021-01-10 12:04:09 +01:00
png Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pulseaudio Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix Modernize RWLock 2021-01-19 11:53:10 +01:00
vulkan spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021) 2021-01-08 14:30:44 +01:00
wasapi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
windows Modernize RWLock 2021-01-19 11:53:10 +01:00
winmidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xaudio2 Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_driver_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_driver_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub