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
/
MemoryManager.cs
Age
Commit message (
Expand
)
Author
2023-02-10
Allow partially mapped textures with unmapped start (#4394)
gdkchan
2022-04-10
New shader cache implementation (#3194)
gdkchan
2022-03-23
Support NVDEC H264 interlaced video decoding and VIC deinterlacing (#3225)
gdkchan
2022-03-20
De-tile GOB when DMA copying from block linear to pitch kind memory regions (...
gdkchan
2022-02-22
Allow textures to have their data partially mapped (#2629)
gdkchan
2022-02-22
Perform unscaled 2d engine copy on CPU if source texture isn't in cache. (#3112)
riperiperi
2021-09-29
Replace CacheResourceWrite with more general "precise" write (#2684)
riperiperi
2021-08-29
Handle indirect draw counts with non-zero draw starts properly (#2593)
gdkchan
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-01-23
Match texture if the physical range is the same (#1934)
gdkchan
2021-01-17
Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)
riperiperi
2021-01-17
Support for resources on non-contiguous GPU memory regions (#1905)
gdkchan
2021-01-10
Fix remap when handle is 0 (#1882)
gdkchan
2020-12-11
GPU: Improve unnecessary return value in Map function. (#1799)
sharmander
2020-12-09
GPU - Improve Memory Allocation (#1722)
sharmander
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-10-16
Memory Read/Write Tracking using Region Handles (#1272)
riperiperi
2020-10-03
Improve BRX target detection heuristics (#1591)
gdkchan
2020-07-25
Remove GPU MemoryAccessor (#1423)
gdkchan
2020-07-12
New NVDEC and VIC implementation (#1384)
gdkchan
2020-05-06
Refactor shader GPU state and memory access (#1203)
gdkchan
2020-05-04
Implement Counter Queue and Partial Host Conditional Rendering (#1167)
riperiperi
2020-04-22
Initial conditional rendering support (#1012)
gdkchan
2020-02-03
Compare shader code using a span instead of individual reads. (#917)
riperiperi
2020-01-12
MapBufferEx: take page size into account (#873)
Thog
2020-01-09
Fix some spelling mistakes
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Re-add NVDEC project (not integrated)
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Shader
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
gdkchan
2020-01-09
Add per-source type memory change tracking, simplified state change tracking,...
gdk
2020-01-09
Initial work
gdk