godot/drivers
Matias N. Goldberg aaa0e2fddf Add Swappy & Pre-Transformed Swapchain
- Adds Swappy for Android for stable frame pacing
- Implements pre-transformed Swapchain so that Godot's compositor is in
charge of rotating the screen instead of Android's compositor
(performance optimization for phones that don't have HW rotator)

============================

The work was performed by collaboration of TheForge and Google. I am
merely splitting it up into smaller PRs and cleaning it up.

Changes from original PR:

- Removed "display/window/frame_pacing/android/target_frame_rate" option
to use Engine::get_max_fps instead.
- Target framerate can be changed at runtime using Engine::set_max_fps.
- Swappy is enabled by default.
- Added documentation.
- enable_auto_swap setting is replaced with swappy_mode.
2024-10-28 18:55:37 -03:00
..
alsa SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
alsamidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
backtrace SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
coreaudio SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
coremidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
d3d12 CI: Add MinGW/GCC build to Windows GHA 2024-10-10 10:10:55 -05:00
egl Merge pull request #94952 from alvinhochun/angle-d3d11-flip-y 2024-10-10 18:13:17 -05:00
gl_context SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
gles3 Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeleton 2024-10-10 18:13:19 -05:00
metal Merge pull request #97309 from kroketio/metal-expose-device-handle 2024-10-07 11:00:53 -06:00
png SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
pulseaudio SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
unix [Linux/BSD] Fix cross-device rename. 2024-10-02 08:57:37 +03:00
vulkan Add Swappy & Pre-Transformed Swapchain 2024-10-28 18:55:37 -03:00
wasapi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
windows Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2 2024-09-26 12:45:31 +02:00
winmidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
xaudio2 Merge pull request #97483 from akien-mga/clang-format-19.1.0 2024-09-26 12:46:04 +02:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Use dedicated print_error method for colored output for unsupported drivers 2024-09-27 20:30:51 +03:00