Ryujinx/Ryujinx.Graphics/Gal
greggameplayer e71da4fb74 Implement BC6H_SF16 & BC6H_UF16 Texture Formats (#255)
* Implement BC6H_SF16 & BC6H_UF16

* correct coding style (1/5)

* correct coding style (2/5)

* correct coding style (3/5)

* correct coding style (4/5)

* correct coding style (5/5)
2018-07-16 15:09:34 -03:00
..
OpenGL Implement BC6H_SF16 & BC6H_UF16 Texture Formats (#255) 2018-07-16 15:09:34 -03:00
Shader Some small shader related fixes (#258) 2018-07-14 13:08:39 -03:00
Texture Texture/Vertex/Index data cache (#132) 2018-06-08 21:15:56 -03:00
EmbeddedResource.cs
GalBlendEquation.cs
GalBlendFactor.cs Add FaceAttr in GLSL, unmanaged case in EmitTex and ConstantColorG80 blend factor (#207) 2018-07-03 20:06:13 -03:00
GalClearBufferFlags.cs
GalColorF.cs
GalComparisonOp.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalCullFace.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalFrontFace.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalIndexFormat.cs
GalPrimitiveType.cs
GalShaderType.cs
GalStencilOp.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalTexture.cs Texture/Vertex/Index data cache (#132) 2018-06-08 21:15:56 -03:00
GalTextureFilter.cs
GalTextureFormat.cs Implement BC6H_SF16 & BC6H_UF16 Texture Formats (#255) 2018-07-16 15:09:34 -03:00
GalTextureMipFilter.cs
GalTextureSampler.cs
GalTextureSource.cs
GalTextureWrap.cs
GalVertexAttrib.cs
GalVertexAttribSize.cs
GalVertexAttribType.cs
IGalBlend.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
IGalFrameBuffer.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
IGalMemory.cs
IGalRasterizer.cs Add locking methods to the ogl resource cache (#238) 2018-07-09 23:01:59 -03:00
IGalRenderer.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
IGalShader.cs Some small shader related fixes (#258) 2018-07-14 13:08:39 -03:00
IGalTexture.cs Add locking methods to the ogl resource cache (#238) 2018-07-09 23:01:59 -03:00
ShaderDeclInfo.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
ShaderDumper.cs Add config key to dump shaders in local directory (#265) 2018-07-15 19:37:27 -03:00
ShaderException.cs