ryujinx/Ryujinx.Graphics/Gal
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
..
OpenGL Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
Shader Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
EmbeddedResource.cs
GalBlendEquation.cs Implment common and independent blend properly (fixes #458) (#485) 2018-11-01 01:22:24 -03:00
GalBlendFactor.cs Implment common and independent blend properly (fixes #458) (#485) 2018-11-01 01:22:24 -03:00
GalClearBufferFlags.cs
GalColorF.cs
GalComparisonOp.cs
GalCullFace.cs
GalFrontFace.cs
GalImage.cs
GalImageFormat.cs Improved GPU command lists decoding (#499) 2018-11-17 05:01:31 +01:00
GalIndexFormat.cs
GalMemoryLayout.cs
GalPipelineState.cs Initialize blend registers with default values (#497) 2018-11-14 22:50:31 +01:00
GalPrimitiveType.cs
GalShaderType.cs
GalStencilOp.cs
GalSurfaceFormat.cs
GalTextureFilter.cs
GalTextureFormat.cs Improve texture tables (#457) 2018-10-17 18:02:23 -03:00
GalTextureMipFilter.cs
GalTextureSampler.cs
GalTextureSource.cs
GalTextureType.cs
GalTextureWrap.cs
GalVertexAttrib.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
GalVertexAttribSize.cs
GalVertexAttribType.cs
GalVertexBinding.cs
GalZetaFormat.cs Improve texture tables (#457) 2018-10-17 18:02:23 -03:00
IGalConstBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
IGalMemory.cs
IGalPipeline.cs Improve texture tables (#457) 2018-10-17 18:02:23 -03:00
IGalRasterizer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
IGalRenderer.cs
IGalRenderTarget.cs
IGalShader.cs
IGalTexture.cs
ShaderDeclInfo.cs
ShaderDumper.cs Improve texture tables (#457) 2018-10-17 18:02:23 -03:00
ShaderException.cs