aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/OGLRenderTarget.cs
AgeCommit message (Expand)Author
2018-11-28Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503)gdkchan
2018-11-17Improved GPU command lists decoding (#499)gdkchan
2018-10-23Fix for render target and a shader compilation issue (#471)gdkchan
2018-10-17Improve texture tables (#457)gdkchan
2018-10-13Quads, QuadStrip, const attributes and half-float attributes support (#447)gdkchan
2018-09-26Fix multiple rendertargets (#427)ReinUsesLisp
2018-09-19General improvements for GpuResourceManager (#421)ReinUsesLisp
2018-09-18Allow "reinterpretation" of framebuffer/zeta formats (#418)gdkchan
2018-09-08Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402)ReinUsesLisp