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