godot/platform/windows
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
..
export
crash_handler_windows.cpp
crash_handler_windows.h Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
detect.py Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
display_server_windows.cpp Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
display_server_windows.h Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
gl_manager_windows.cpp Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
gl_manager_windows.h Use OpenGL 3.3 core profile instead of compatibility profile 2021-10-31 15:56:45 +01:00
godot_res.rc
godot_windows.cpp
godot.ico
godot.natvis
joypad_windows.cpp
joypad_windows.h
key_mapping_windows.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
key_mapping_windows.h Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master 2021-10-05 12:03:05 +02:00
lang_table.h
logo.png
os_windows.cpp Update Time documentation 2021-10-28 10:16:56 -05:00
os_windows.h Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
platform_config.h Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 2021-10-30 02:05:49 +02:00
platform_windows_builders.py
SCsub Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
vulkan_context_win.cpp
vulkan_context_win.h Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
windows_terminal_logger.cpp Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
windows_terminal_logger.h