ryujinx/Ryujinx.Graphics.Shader
Elise 06bf25521f
Implement NOP and stub DEPBAR shader instructions (#1041)
* Implement NOP and stub DEPBAR shader instruction

* Fix a few issues and formatting stuff

* Remove OpCodeNop/Depbar and use OpCode instead

* Fix NOP shader instruction opcode

* Fix formatting
2020-03-26 19:30:16 -03:00
..
CodeGen Implement textureQueryLevels (#1007) 2020-03-23 08:31:31 +11:00
Decoders Implement NOP and stub DEPBAR shader instructions (#1041) 2020-03-26 19:30:16 -03:00
Instructions Implement NOP and stub DEPBAR shader instructions (#1041) 2020-03-26 19:30:16 -03:00
IntermediateRepresentation Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00
StructuredIr Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00
Translation Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00
BufferDescriptor.cs
DefineNames.cs
InputTopology.cs
InterpolationQualifier.cs
OutputTopology.cs
QueryInfoName.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs
ShaderProgramInfo.cs
ShaderStage.cs
TextureDescriptor.cs