1
0
Fork 0
forked from eden-emu/eden
eden/src
Shinmegumi f33c1ca7c1
[vk] Fix query cache leak on missed sync (#131)
Provided by community member, elementary-particle. Submitted as PR by MaranBR.

Fixed issues:

1. The queue cache forgot to put the host query into unregister queue if they weren't synced. This will block all the banks from freeing causing a major leak.

2. SamplesQueryCounter is not aligned with renderpass begin/end. This creates invalid queries.

3. Conditional rendering is not turned on/off at the correct location making them invalid.

Co-authored-by: Maufeat <sahyno1996@gmail.com>
Reviewed-on: eden-emu/eden#131
Co-authored-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-committed-by: Shinmegumi <shinmegumi@eden-emu.dev>
2025-07-26 12:26:29 -04:00
..
android [android, ci] disable workflows, update ERF desc, default flush_lines to on (#132) 2025-07-26 03:59:33 +02:00
audio_core [build, cmake] port to solaris (#96) 2025-07-23 10:00:29 +02:00
common [android, ci] disable workflows, update ERF desc, default flush_lines to on (#132) 2025-07-26 03:59:33 +02:00
core [core]: Custom CPU Ticks rewrite (#118) 2025-07-26 04:11:40 +02:00
dedicated_room [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
frontend_common [android] Fix key install and revert to old icon_bg 2025-07-13 01:17:32 -04:00
hid_core fix uninit values in applet and mouse (#114) 2025-05-19 19:11:06 +00:00
input_common [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
network [build, cmake] port to solaris (#96) 2025-07-23 10:00:29 +02:00
shader_recompiler [shader_recompiler/ Maxwell] ISBERD initial implementation 2025-07-25 04:38:50 +02:00
tests feature/landscape-carousel (#196) 2025-06-26 20:52:54 +00:00
video_core [vk] Fix query cache leak on missed sync (#131) 2025-07-26 12:26:29 -04:00
web_service Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
yuzu [desktop] fix links n such 2025-07-24 21:31:39 -04:00
yuzu_cmd [cmake, core] Unbreak FreeBSD Building Process (#117) 2025-07-24 18:52:21 +02:00
yuzu_room_standalone Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt remove solo executables (#106) 2025-05-19 21:30:10 +00:00