Lime3DS/src/video_core
David Griswold aca8b45664
android: Implement secondary display support (#617)
* Enable the SecondScreenPresentation class

* Update everything to enable second screen on android under GL and Vulkan. Still some issues!

* Some attempts to enable surface changes

* OpenGL is working on surface change, vulkan still no

* release surfaces (also fixed vulkan?)

* added and enabled layout setting

* resolve merge conflict

* rearrange switch cases to satisfy linux compiler

* openGL is working!

* several vk changes to try to fix crashes

* maybe vulkan is working?

* removing unnecessary code attempts

* Simplified secondscreen for better performance

* vk_platform.cpp: Fixed build failure caused by bad rebase

* vk_present_window.h: Removed stray newline

* Applied clang-format

* bug fix for odin 2

* Applied clang-format

* Updated license headers

* Moved SecondScreen class to org.citra.citra_emu.display

* Various formatting and readability improvements

* Added brackets where previously absent for readability

* Additional readability improvement

* RendererVulkan::NotifySurfaceChanged: Simplified condition checking

* change all references to "secondary screen" to "secondary display" to limit confusion with top screen / bottom screen

* rename main_window to main_present_window and second_window to secondary_present_window

* Reverted accidentally downgraded compatibility list submodule

* Removed unnecessary log message

* Applied clang-format

* Added a description to the Secondary Display Screen Layout setting

* Added `_ptr` suffix to `secondary_present_window`

This distinguishes it as a pointer, as `main_present_window` isn't a pointer, so there could be confusion on whether to use `.` or `->`

---------

Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-08-08 21:41:52 +01:00
..
custom_textures renderer_vulkan: Rewrite descriptor set management and various small fixes (#77) 2024-11-07 14:43:54 +01:00
debug_utils pica: Move mutex lock below tracing check on register write (#210) 2024-11-07 14:47:27 +01:00
host_shaders renderer_vulkan: Disable dynamic index conditionally (#20) 2024-11-07 14:41:31 +01:00
pica pica: Fix irq request register behaviour (#1216) 2025-07-10 23:01:53 +01:00
rasterizer_cache video_core: Remove assert in AccelerateTextureCopy (#1092) 2025-05-31 14:25:57 +02:00
renderer_opengl android: Implement secondary display support (#617) 2025-08-08 21:41:52 +01:00
renderer_software video_core: Fix LCD color fill (#1198) 2025-06-29 13:51:29 +02:00
renderer_vulkan android: Implement secondary display support (#617) 2025-08-08 21:41:52 +01:00
shader video_core: Refactor state tracking (#1059) 2025-05-26 14:37:03 +02:00
texture video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
CMakeLists.txt renderer_vulkan: Disable FIFO when refresh rate is lower than ~60hz or Apple low power mode is enabled (#1193) 2025-06-29 21:06:44 +01:00
gpu_debugger.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
gpu_impl.h renderer: Add disable right eye performance hack 2024-11-19 16:36:24 +00:00
gpu.cpp GSP: correct MemoryFill interrupt signaling (#1218) 2025-07-10 23:22:10 +01:00
gpu.h GSP: correct MemoryFill interrupt signaling (#1218) 2025-07-10 23:22:10 +01:00
pica_types.h Implement framebuffer vertical flip flag (#699) 2025-03-17 19:39:55 +00:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
rasterizer_accelerated.cpp video_core: Vectorize RasterizerAccelerated::AnalyzeVertexArray 2025-05-31 11:12:28 +00:00
rasterizer_accelerated.h video_core: Refactor state tracking (#1059) 2025-05-26 14:37:03 +02:00
rasterizer_interface.h video_core: Refactor state tracking (#1059) 2025-05-26 14:37:03 +02:00
renderer_base.cpp android: Implement secondary display support (#617) 2025-08-08 21:41:52 +01:00
renderer_base.h android: Implement secondary display support (#617) 2025-08-08 21:41:52 +01:00
right_eye_disabler.cpp renderer: Add disable right eye performance hack 2024-11-19 16:36:24 +00:00
right_eye_disabler.h renderer: Add disable right eye performance hack 2024-11-19 16:36:24 +00:00
utils.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core.cpp build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
video_core.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00