mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-25 04:13:01 +00:00
* WIP barrier batch * Add store op to image usage barrier * Dispose the barrier batch * Fix encoding? * Handle read and write on the load op barrier. Load op consumes read accesses but does not add one, as the only other operation that can read is another load. * Simplify null check * Insert barriers on program change in case stale bindings are reintroduced * Not sure how I messed this one up * Improve location of bindings barrier update This is also important for emergency deferred clear * Update src/Ryujinx.Graphics.Vulkan/BarrierBatch.cs Co-authored-by: Mary Guillemard <thog@protonmail.com> --------- Co-authored-by: Mary Guillemard <thog@protonmail.com> |
||
|---|---|---|
| .. | ||
| Commands | ||
| Model | ||
| Resources | ||
| BufferMap.cs | ||
| CommandHelper.cs | ||
| CommandType.cs | ||
| SyncMap.cs | ||
| ThreadedHelpers.cs | ||
| ThreadedPipeline.cs | ||
| ThreadedRenderer.cs | ||
| ThreadedWindow.cs | ||