aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/OpenGLRenderer.cs
AgeCommit message (Expand)Author
2023-03-19Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)riperiperi
2023-03-12GPU: Scale counter results before addition (#4471)riperiperi
2023-02-25Move gl_Layer to vertex shader if geometry is not supported (#4368)gdkchan
2023-02-21Add copy dependency for some incompatible texture formats (#4380)gdkchan
2023-02-19Add support for advanced blend (part 1/2) (#2801)gdkchan
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2022-12-29Vulkan: Don't flush commands when creating most sync (#4087)riperiperi
2022-12-26GPU: Add fallback when 16-bit formats are not supported (#4108)riperiperi
2022-12-21Implement a software ETC2 texture decoder (#4121)gdkchan
2022-12-04Allow SNorm buffer texture formats on Vulkan (#3957)gdkchan
2022-12-01GPU: Track buffer migrations and flush source on incomplete copy (#3952)riperiperi
2022-11-18Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...gdkchan
2022-09-19OpenGL: Fix blit from non-multisample to multisample texture (#3596)gdkchan
2022-09-10Do not output ViewportIndex on SPIR-V if GPU does not support it (#3644)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan