1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-30 12:32:25 +00:00
Ryujinx/Ryujinx.Graphics/Gal/OpenGL
gdkchan 59964f667c
Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503)
* Add support for bigger UBOs, fix sRGB regression, small improvement to the 2D copy engine

* Break into multiple lines

* Read fractions for source/step values on the 2d copy engine aswell

* Use fixed point math for more speed

* Fix reinterpret when texture sizes are different
2018-11-28 21:09:44 -02:00
..
DeleteValueCallback.cs
ImageHandler.cs
OGLCachedResource.cs
OGLConstBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLEnumConverter.cs
OGLExtension.cs
OGLLimit.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLPipeline.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLRasterizer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLRenderer.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLRenderTarget.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLShader.cs
OGLShaderProgram.cs
OGLStreamBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLTexture.cs