aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory
AgeCommit message (Expand)Author
2020-07-25Remove GPU MemoryAccessor (#1423)gdkchan
2020-07-15Force TFB rebind after buffer modifications (#1392)gdkchan
2020-07-15Initial transform feedback support (#1370)gdkchan
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan
2020-07-04Support inline index buffer data (#1351)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-23Spanify Graphics Abstraction Layer (#1226)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-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-05-03Remove buffer invalidation (#1194)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-04-22Initial conditional rendering support (#1012)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-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-09More code cleanupgdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Shadergdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Memorygdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Initialize GPU physical memory accessor from KProcess, to allow homebrew that...gdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Optimize RangeList by not doing an allocation on every call to the Find methodsgdk
2020-01-09Improved and simplified window texture presentationgdk
2020-01-09Small optimizations on texture and sampler pool invalidationgdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Use a more efficient range list on the buffer managergdk
2020-01-09Flush buffers on copiesgdk
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk