eden-miror/src
SDK-Chan 3ca0bde0e9
[core/nvnflinger] Rewrite GetBufferHistory (#528)
This rewrite should improve performance with the buffer history by changing the complexity level to O(1).
Replace std::vector with std::array to ensure that elements are allocated on the stack rather than on the free store.
Avoid expensive resizing at runtime.
Adjust buffer states at the right locations.
Tightly pack the BufferHistoryInfo struct to ensure that it only occupies 28 bytes.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/528
Co-authored-by: SDK-Chan <sdkchan@eden-emu.dev>
Co-committed-by: SDK-Chan <sdkchan@eden-emu.dev>
2025-09-16 19:41:52 +02:00
..
android [video_core] Simplify DMA options (#525) 2025-09-16 18:42:48 +02:00
audio_core [cmake] enable clang-cl and WoA builds (#348) 2025-09-09 20:47:49 +02:00
common [video_core] Simplify DMA options (#525) 2025-09-16 18:42:48 +02:00
core [core/nvnflinger] Rewrite GetBufferHistory (#528) 2025-09-16 19:41:52 +02:00
dedicated_room [cmake, core] refactor: update mbedtls and make YUZU_USE_CPM better (#485) 2025-09-15 04:22:15 +02:00
dynarmic [cmake] fix issues when using CPMUTIL_FORCE_SYSTEM (#399) 2025-09-10 18:36:42 +02:00
frontend_common [qt] refactor: qt_common lib (#94) 2025-09-15 17:21:18 +02:00
hid_core [cmake] enable clang-cl and WoA builds (#348) 2025-09-09 20:47:49 +02:00
input_common [cmake] enable clang-cl and WoA builds (#348) 2025-09-09 20:47:49 +02:00
network [cmake] enable clang-cl and WoA builds (#348) 2025-09-09 20:47:49 +02:00
qt_common [video_core] Simplify DMA options (#525) 2025-09-16 18:42:48 +02:00
shader_recompiler [cmake] enable clang-cl and WoA builds (#348) 2025-09-09 20:47:49 +02:00
tests [dynarmic] jit fix branch v2 (#203) 2025-08-27 06:49:50 +02:00
video_core [video_core] Simplify DMA options (#525) 2025-09-16 18:42:48 +02:00
web_service [cmake] refactor: SDL2 CI and CPMUtil::AddCIPackage (#284) 2025-08-23 19:42:49 +02:00
yuzu [qt] refactor: qt_common lib (#94) 2025-09-15 17:21:18 +02:00
yuzu_cmd [cmake] CPMUtil: formatting, git_host, new repos, more system deps, libusb (#392) 2025-09-08 19:21:38 +02:00
yuzu_room_standalone Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
.clang-format
CMakeLists.txt [qt] refactor: qt_common lib (#94) 2025-09-15 17:21:18 +02:00
dep_hashes.h.in [cmake, frontend] feat: CPMUtil + dependency viewer (#238) 2025-08-11 22:27:29 +02:00