ryubing-ryujinx/src/Ryujinx
riperiperi ca59c3f499
Vulkan: Feedback loop detection and barriers (#7226)
* Vulkan: Feedback loop improvements

This PR allows the Vulkan backend to detect attachment feedback loops. These are currently used in the following ways:

- Partial use of VK_EXT_attachment_feedback_loop_layout
  - All renderable textures have AttachmentFeedbackLoopBitExt
  - Compile pipelines with Color/DepthStencil feedback loop flags when present
- Support using FragmentBarrier for feedback loops (fixes regressions from https://github.com/Ryujinx/Ryujinx/pull/7012 )

TODO:
- AMD GPUs may need layout transitions for it to properly allow textures to be used in feedback loops.
- Use dynamic state for feedback loops. The background pipeline will always miss since feedback loop state isn't known on the GPU project.
- How is the barrier dependency flag used? (DXVK just ignores it, there's no vulkan validation...)
- Improve subpass dependencies to fix validation errors

* Mark field readonly

* Add feedback loop dynamic state

* fix: add MoltenVK resolver workaround

fix: add MoltenVK resolver workaround

* Formatting

* Fix more complaints

* RADV dcc workaround

* Use dynamic state properly, cleanup.

* Use aspects flags in more places
2024-09-01 21:28:16 -03:00
..
Assets Add support for multi game XCIs (second try) (#6515) 2024-07-16 18:17:32 -03:00
Common Fix LocaleExtension SetRawSource usages + language perf improvement (#7121) 2024-08-04 19:04:12 +01:00
Input Disable keyboard controller input while swkbd is open (foreground) (second attempt) (#6808) 2024-05-17 16:58:03 -03:00
Modules/Updater infra: Fix updater for old Ava users (#6441) 2024-03-13 23:26:35 +01:00
UI Replace ImageSharp with SkiaSharp everywhere (#7030) 2024-08-31 11:32:53 -03:00
App.axaml infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
App.axaml.cs Add the "Auto" theme option in setting (#6611) 2024-05-14 17:00:03 +02:00
app.manifest infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
AppHost.cs Fix Skia saving screenshot with transparent background and incorrect origin (#7073) 2024-07-20 16:27:40 -03:00
Program.cs Vulkan: Feedback loop detection and barriers (#7226) 2024-09-01 21:28:16 -03:00
Ryujinx.csproj Use SkiaSharp for Avalonia in place of ImageSharp (#6269) 2024-07-14 08:16:14 +00:00
Ryujinx.ico Move solution and projects to src 2023-04-27 23:51:14 +02:00