You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 months ago
..
CPM.cmake
[tools, cmake] refactor: update/hash check scripts, use tags for some more deps, proper CPMUtil separation (#2666)
8 months ago
CPMUtil.cmake
[cmake, tools] update CPMUtil and add support for CPMUtil bundled Qt, module updates, cleanups (#3289)
5 months ago
FindDiscordRPC.cmake
[dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755)
8 months ago
FindFFmpeg.cmake
[cmake] account for sysroot when cross compiling for SunOS/FBSD/etc; dynarmic now uses ARCHITECTURE_* from global defs (#2928)
7 months ago
FindLLVM.cmake
fix LLVM not using current top level src dir (#30)
11 months ago
FindOpus.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
FindRenderDoc.cmake
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
FindSPIRV-Tools.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
FindSimpleIni.cmake
cmake: support simpleini cmake config and pc file
2 years ago
Findenet.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
Findgamemode.cmake
cmake: prefer system gamemode library
3 years ago
Findhttplib.cmake
cmake: support components in find modules
3 years ago
Findlibiw.cmake
Add Airplane Mode + Host Network Interface Details (#204)
12 months ago
Findlibusb.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
Findlz4.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
Findstb.cmake
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
Findzstd.cmake
[bcat/news/web/am] Implement news applet, proper TLV return, external web browser URL and qlaunch app sorting (#3308)
5 months ago
FixMsysPaths.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
GenerateDepHashes.cmake
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
10 months ago
GenerateSCMRev.cmake
[meta] allow customisation of auto-updater, remove hardcoded title names and fix dup title names (#2588)
8 months ago
WindowsCopyFiles.cmake
[meta] fix license headers (#2547)
9 months ago
aqt_config.ini
Some fixes before Release (#92)
1 year ago