Ryujinx/Ryujinx.Graphics.Shader
riperiperi 142cededd4
Implement Shader Instructions SUATOM and SURED (#2090)
* Initial Implementation

* Further improvements (no support for float/64-bit types)

* Merge atomic and reduce instructions, add missing format switch

* Fix rebase issues.

* Not used.

* Whoops. Fixed.

* Partial implementation of inc/dec, cleanup and TODOs

* Remove testing path

* Address Feedback
2021-08-31 02:51:57 -03:00
..
CodeGen/Glsl Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
Decoders Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
Instructions Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
IntermediateRepresentation Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
StructuredIr Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
Translation Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
BufferDescriptor.cs
BufferUsageFlags.cs
Constants.cs
IGpuAccessor.cs Workaround for Intel FrontFacing built-in variable bug (#2540) 2021-08-11 23:01:06 +02:00
InputTopology.cs
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs
ShaderProgramInfo.cs
ShaderStage.cs
SupportBuffer.cs
TextureDescriptor.cs
TextureFormat.cs
TextureUsageFlags.cs