godot/drivers
Clay John 8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
- Rename OpenGL to GLES3 in the source code per community feedback.
  - The renderer is still exposed as "OpenGL 3" to the user.
- Hide renderer selection dropdown until OpenGL support is more mature.
  - The renderer can still be changed in the Project Settings or using
    the `--rendering-driver opengl` command line argument.
- Remove commented out exporter code.
- Remove some OpenGL/DisplayServer-related debugging prints.
2021-10-31 15:56:45 +01:00
..
alsa Omit some functions in alsa wrapper 2021-02-22 19:22:53 +01:00
alsamidi Don't clobber original library symbols 2021-02-18 00:21:10 +01:00
coreaudio Core: Drop custom `copymem`/`zeromem` defines 2021-04-27 16:26:27 +02:00
coremidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gl_context Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
gles3 Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
png Build for 64-bit ARM by default when compiling or exporting for Android 2021-10-12 16:35:49 +02:00
pulseaudio Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix Update Time documentation 2021-10-28 10:16:56 -05:00
vulkan Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog 2021-10-28 22:02:23 -07:00
wasapi Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency 2021-10-06 16:35:35 +02:00
windows Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master 2021-10-05 12:03:05 +02:00
winmidi Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
xaudio2 Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
SCsub Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
register_driver_types.cpp Add driver types to GD extension initialisation levels 2021-09-13 18:50:00 +10:00
register_driver_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00