aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Framebuffer.cs
AgeCommit message (Expand)Author
2021-05-16Use copy dependencies for the Intel/AMD view format workaround (#2144)riperiperi
2021-04-18HwCapabilities: Divide Intel into IntelWindows and IntelUnix (#2219)A-w-x
2021-01-27Avoid some redundant GL calls (#1958)gdkchan
2020-10-12Fix error when dual source blend is used (#1610)gdkchan
2020-05-24Remember bound framebuffer to avoid glGetInteger use. (#1273)riperiperi
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-03-29Workaround for AMD and Intel view format bug (#1050)gdkchan
2020-01-09Support copy of slices to 3D textures, remove old 3D render target layered re...gdk
2020-01-09Initial workgdk