Ryujinx/Ryujinx.Graphics/Gal/OpenGL
ReinUsesLisp 2562ca6c3f Fix multiple rendertargets (#427)
* Simplify render target bindings

* Implement multiple viewports

* Pack glViewportIndexed calls into a single glViewportArray

* Use ARB_viewport_array when available

* Cache framebuffer attachments

* Use get accessors in OGLExtension

* Address feedback
2018-09-26 00:55:30 +02:00
..
DeleteValueCallback.cs
ImageHandler.cs Allow "reinterpretation" of framebuffer/zeta formats (#418) 2018-09-18 01:30:35 -03:00
OGLCachedResource.cs Allow "reinterpretation" of framebuffer/zeta formats (#418) 2018-09-18 01:30:35 -03:00
OGLConstBuffer.cs
OGLEnumConverter.cs Fix multiple rendertargets (#427) 2018-09-26 00:55:30 +02:00
OGLExtension.cs Fix multiple rendertargets (#427) 2018-09-26 00:55:30 +02:00
OGLPipeline.cs Implement DepthWriteMask and add R16G16 (#425) 2018-09-19 22:02:11 -03:00
OGLRasterizer.cs Implement DepthWriteMask and add R16G16 (#425) 2018-09-19 22:02:11 -03:00
OGLRenderer.cs
OGLRenderTarget.cs Fix multiple rendertargets (#427) 2018-09-26 00:55:30 +02:00
OGLShader.cs Fix multiple rendertargets (#427) 2018-09-26 00:55:30 +02:00
OGLShaderProgram.cs
OGLStreamBuffer.cs
OGLTexture.cs Allow "reinterpretation" of framebuffer/zeta formats (#418) 2018-09-18 01:30:35 -03:00