aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/BufferManager.cs
AgeCommit message (Expand)Author
2021-08-17Enable transform feedback buffer flush (#2552)gdkchan
2021-08-11Replace BGRA and scale uniforms with a uniform block (#2496)gdkchan
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan
2021-06-24Inherit buffer tracking handles rather than recreating on resize (#2330)riperiperi
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-08Improve Buffer Textures and flush Image Stores (#2088)riperiperi
2021-01-25Allow out of bounds storage buffer access by aligning their sizes (#1870)gdkchan
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2021-01-13Implement clear buffer (fast path) (#1902)gdkchan
2020-12-09GPU - Improve Memory Allocation (#1722)sharmander
2020-11-08Use explicit buffer and texture bindings on shaders (#1666)gdkchan
2020-10-25Fix transform feedback errors caused by host pause/resume and multiple uses (...gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-10-12Add support for shader constant buffer slot indexing (#1608)gdkchan
2020-07-15Force TFB rebind after buffer modifications (#1392)gdkchan
2020-07-15Initial transform feedback support (#1370)gdkchan
2020-07-04Support inline index buffer data (#1351)gdkchan
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-01-09Fix some spelling mistakesgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Memorygdkchan
2020-01-09Some code cleanupgdkchan
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-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