aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/MemoryAccessor.cs
AgeCommit message (Expand)Author
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-02-03Compare shader code using a span instead of individual reads. (#917)riperiperi
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Re-add NVDEC project (not integrated)gdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Memorygdkchan
2020-01-09Initial workgdk