Age | Commit message (Expand) | Author |
2020-07-25 | Remove GPU MemoryAccessor (#1423) | gdkchan |
2020-07-15 | Force TFB rebind after buffer modifications (#1392) | gdkchan |
2020-07-15 | Initial transform feedback support (#1370) | gdkchan |
2020-07-12 | New NVDEC and VIC implementation (#1384) | gdkchan |
2020-07-04 | Support inline index buffer data (#1351) | gdkchan |
2020-05-27 | Support separate textures and samplers (#1216) | gdkchan |
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 Counter Queue and Partial Host Conditional Rendering (#1167) | riperiperi |
2020-05-04 | Implement a new physical memory manager and replace DeviceMemory (#856) | gdkchan |
2020-05-03 | Remove buffer invalidation (#1194) | gdkchan |
2020-04-25 | Implement texture buffers (#1152) | gdkchan |
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-13 | Add a GetSpan method to the memory manager and use it on GPU (#877) | gdkchan |
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 | More code cleanup | gdkchan |
2020-01-09 | GPU resource disposal | 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 | Some code cleanup | gdkchan |
2020-01-09 | Initialize GPU physical memory accessor from KProcess, to allow homebrew that... | gdkchan |
2020-01-09 | Add a pass to turn global memory access into storage access, and do all stora... | gdk |
2020-01-09 | Optimize RangeList by not doing an allocation on every call to the Find methods | gdk |
2020-01-09 | Improved and simplified window texture presentation | gdk |
2020-01-09 | Small optimizations on texture and sampler pool invalidation | gdk |
2020-01-09 | Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t... | gdk |
2020-01-09 | Use a more efficient range list on the buffer manager | gdk |
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 support for image stores, support texture sample on compute | gdk |
2020-01-09 | Initial work | gdk |