Ryujinx/Ryujinx.Graphics.Shader
gdkchan d36c4bfba5
Fix output component register on pixel shaders (#1613)
* Fix output component register on pixel shaders

* Clean up usings

* Do not advance if no component is enabled for the target, this keeps the previous behavior
2020-10-13 14:44:55 +11:00
..
CodeGen Add support for shader constant buffer slot indexing (#1608) 2020-10-12 21:40:50 -03:00
Decoders Implement LEA.HI shader instruction (#1609) 2020-10-12 21:46:04 -03:00
Instructions Implement LEA.HI shader instruction (#1609) 2020-10-12 21:46:04 -03:00
IntermediateRepresentation
StructuredIr Add support for shader constant buffer slot indexing (#1608) 2020-10-12 21:40:50 -03:00
Translation Fix output component register on pixel shaders (#1613) 2020-10-13 14:44:55 +11:00
BufferDescriptor.cs
IGpuAccessor.cs Add support for shader constant buffer slot indexing (#1608) 2020-10-12 21:40:50 -03:00
InputTopology.cs
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs
ShaderProgramInfo.cs
ShaderStage.cs
TextureDescriptor.cs
TextureFormat.cs
TextureUsageFlags.cs