1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 22:44:36 +01:00
Ryujinx/Ryujinx.Graphics/Gal
ReinUsesLisp afc44850be Avoid gpr overwritting on Ld_C instruction (#371)
* Avoid gpr overwritting on LD_C instruction

* Address feedback

* Ignore invalid registers
2018-08-20 23:31:10 -03:00
..
OpenGL Use signed and unsigned vertex types (#370) 2018-08-20 16:02:38 -03:00
Shader Avoid gpr overwritting on Ld_C instruction (#371) 2018-08-20 23:31:10 -03:00
Texture
EmbeddedResource.cs
GalBlendEquation.cs
GalBlendFactor.cs
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
GalFrameBufferFormat.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
GalFrontFace.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalImage.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
GalImageFormat.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
GalIndexFormat.cs
GalPipelineState.cs Low level graphics API prerequisites (#319) 2018-08-10 01:09:40 -03:00
GalPrimitiveType.cs
GalShaderType.cs
GalStencilOp.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalTextureFilter.cs
GalTextureFormat.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
GalTextureMipFilter.cs
GalTextureSampler.cs
GalTextureSource.cs
GalTextureType.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
GalTextureWrap.cs
GalVertexAttrib.cs
GalVertexAttribSize.cs
GalVertexAttribType.cs
GalZetaFormat.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
IGalConstBuffer.cs Low level graphics API prerequisites (#319) 2018-08-10 01:09:40 -03:00
IGalFrameBuffer.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
IGalMemory.cs
IGalPipeline.cs Low level graphics API prerequisites (#319) 2018-08-10 01:09:40 -03:00
IGalRasterizer.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
IGalRenderer.cs Low level graphics API prerequisites (#319) 2018-08-10 01:09:40 -03:00
IGalShader.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
IGalTexture.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
ImageFormatConverter.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
ShaderDeclInfo.cs Add partial support to the TEX.B shader instruction (#342) 2018-08-13 18:22:09 -03:00
ShaderDumper.cs Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
ShaderException.cs