godot/drivers
Rémi Verschelde 386968ea97 Remove obsolete GLES3 backend
Due to the port to Vulkan and complete redesign of the rendering backend,
the `drivers/gles3` code is no longer usable in this state and is not
planned to be ported to the new architecture.

The GLES2 backend is kept (while still disabled and non-working) as it
will eventually be ported to serve as the low-end renderer for Godot 4.0.

Some GLES3 features might be selectively ported to the updated GLES2
backend if there's a need for them, and extensions we can use for that.

So long, OpenGL driver bugs!
2020-02-13 10:36:44 +01:00
..
alsa Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
alsamidi Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
coreaudio Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
coremidi Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
dummy Custom material support seems complete. 2020-02-11 11:53:29 +01:00
gl_context SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
gles2 Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
png Several fixes to GIProbes 2020-02-11 12:04:56 +01:00
pulseaudio Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
spirv-reflect Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move GLSLang out. 2020-02-11 11:53:29 +01:00
unix Added a spinlock template as well as a thread work pool class. 2020-02-11 11:53:29 +01:00
vulkan Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
wasapi Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
windows Added a spinlock template as well as a thread work pool class. 2020-02-11 11:53:29 +01:00
winmidi Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
xaudio2 Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_driver_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_driver_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00