eden/src
MaranBr de449d2caa
[video_core] Fix missing draws caused by implicit render pass state (#3355)
Some blit paths could be recorded while a render pass was still active, which is undefined behavior in Vulkan.

Depending on driver behavior and timing, this could result in intermittent visual artifacts, incomplete frames being presented, or issues with capture paths.

Explicitly request an outside render pass operation context before issuing blit commands, ensuring all rendering has fully completed before presentation or readback.

This does not change intended rendering output, but fixes a class of synchronization and command buffer state issues.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3355
Reviewed-by: DraVee <dravee@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
2026-01-23 00:23:02 +01:00
..
android [android] fix discrepancy of MAXTEXTURE v. TEXTURE in setting string set (#3360) 2026-01-21 01:17:10 +01:00
audio_core [audio] Fix release buffer for audio input (#3336) 2026-01-18 16:20:32 +01:00
common [android] fix resolution info.active causing 1/4th of screen rendering when using 0.5x instead of downscaled 0.5x (#3361) 2026-01-21 03:55:34 +01:00
core [core] Use a eden profile picture instead of the default grey one. (#3350) 2026-01-20 18:32:08 +01:00
dedicated_room [cmake] fix macos mbedtls (#3109) 2025-11-27 19:59:08 +01:00
dynarmic [dynarmic] fix 64-bit indexing in pagetable being cutoff on ARM64 (#3314) 2026-01-20 19:20:52 +01:00
frontend_common [tests] fix compile+linking issues with PlayTime (#3345) 2026-01-19 16:27:18 +01:00
hid_core [hle,display,overlay,starter,hid] add overlay functions, starter applet (initially), HID handheld for system applets and fw21 stubs (#3080) 2025-11-27 19:46:41 +01:00
input_common [input_common] fix xinput raw not working on sdl2 (#3305) 2026-01-16 22:18:19 +01:00
network [chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398) 2025-12-26 02:55:52 +01:00
qt_common [android] fix discrepancy of MAXTEXTURE v. TEXTURE in setting string set (#3360) 2026-01-21 01:17:10 +01:00
shader_recompiler [vk] properly handle multithreading with global constants without using TLS (#3368) 2026-01-22 11:34:08 +01:00
tests [tests] fix compile+linking issues with PlayTime (#3345) 2026-01-19 16:27:18 +01:00
video_core [video_core] Fix missing draws caused by implicit render pass state (#3355) 2026-01-23 00:23:02 +01:00
web_service
yuzu [qt] let uuid be specified on new user creation dialogue (#3351) 2026-01-22 19:12:50 +01:00
yuzu_cmd [common] merge RenderBackend and ShaderBackend options (#3313) 2026-01-18 12:33:00 +01:00
yuzu_room_standalone
.clang-format
CMakeLists.txt [cmake] Fix MinGW/arm64 build/runtime errors (#3352) 2026-01-20 18:31:28 +01:00
dep_hashes.h.in