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