aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Engine/Threed
AgeCommit message (Expand)Author
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry
2023-06-10Implement transform feedback emulation for hardware without native support (#...1.1.882gdkchan
2023-06-09Removing shift by 0 (#5249)1.1.875Marco Carvalho
2023-06-01Vulkan: Include DepthMode in ProgramPipelineState (#5185)1.1.849riperiperi
2023-05-20Limit compute storage buffer size (#5028)1.1.810gdkchan
2023-05-18GPU: Avoid using garbage size for non-cb0 storage buffers (#4999)1.1.804riperiperi
2023-05-05Allow any shader SSBO constant buffer slot and offset (#2237)1.1.755gdkchan
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...1.1.741riperiperi
2023-04-27Move solution and projects to srcTSR Berry