1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-19 21:44:14 +01:00
Ryujinx/Ryujinx.Graphics.Shader
riperiperi 43b4b34376
Implement Viewport Transform Disable (#3328)
* Initial implementation (no specialization)

* Use specialization

* Fix render scale, increase code gen version

* Revert accidental change

* Address Feedback
2022-05-12 10:47:13 -03:00
..
CodeGen/Glsl Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
Decoders New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
Instructions Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
IntermediateRepresentation Fix FLO.SH shader instruction with a input of 0 (#2876) 2021-12-05 13:25:05 +01:00
StructuredIr New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
Translation Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
BufferDescriptor.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
BufferUsageFlags.cs
Constants.cs
IGpuAccessor.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
InputTopology.cs Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling (#3251) 2022-04-08 12:42:39 +02:00
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj Add support for render scale to vertex stage. (#2763) 2022-01-08 14:48:48 -03:00
SamplerType.cs
ShaderProgram.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
ShaderProgramInfo.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
ShaderStage.cs Add support for render scale to vertex stage. (#2763) 2022-01-08 14:48:48 -03:00
SupportBuffer.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
TessPatchType.cs
TessSpacing.cs
TextureDescriptor.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
TextureFormat.cs
TextureHandle.cs
TextureUsageFlags.cs