index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.Gpu
/
Memory
/
Buffer.cs
Age
Commit message (
Expand
)
Author
2023-03-19
Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)
riperiperi
2023-02-16
Clear CPU side data on GPU buffer clears (#4125)
gdkchan
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2022-12-01
GPU: Track buffer migrations and flush source on incomplete copy (#3952)
riperiperi
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2021-10-07
Reregister flush actions when taking a buffer's modified range list.
riperiperi
2021-10-04
Smaller initial size for ModifiedRangeList & directly inherit range list (#2663)
riperiperi
2021-09-29
Replace CacheResourceWrite with more general "precise" write (#2684)
riperiperi
2021-08-27
Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...
riperiperi
2021-07-19
Return mapped buffer pointer directly for flush, WriteableRegion for textures...
riperiperi
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-06-24
Inherit buffer tracking handles rather than recreating on resize (#2330)
riperiperi
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-01-25
Allow out of bounds storage buffer access by aligning their sizes (#1870)
gdkchan
2021-01-17
Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)
riperiperi
2020-12-03
Cache delegate for QueryModified, use regular multi handle. (#1771)
riperiperi
2020-10-16
Memory Read/Write Tracking using Region Handles (#1272)
riperiperi
2020-09-10
Texture/Buffer Memory Management Improvements (#1408)
riperiperi
2020-05-23
Spanify Graphics Abstraction Layer (#1226)
gdkchan
2020-05-06
Refactor shader GPU state and memory access (#1203)
gdkchan
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-05-03
Remove buffer invalidation (#1194)
gdkchan
2020-01-13
Add a GetSpan method to the memory manager and use it on GPU (#877)
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
More code cleanup
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
gdkchan
2020-01-09
Flush buffers on copies
gdk
2020-01-09
Add per-source type memory change tracking, simplified state change tracking,...
gdk
2020-01-09
Initial work
gdk