GreemDev-Ryujinx/Ryujinx.Graphics.Shader
gdkchan 6adf15e479
Implement CSET and CSETP shader instructions (#4318)
* Implement CSET and CSETP shader instructions

* Shader cache version bump

* Fix CC.HI
2023-01-21 12:18:05 -03:00
..
CodeGen Optimize string memory usage. Use Spans and StringBuilders where possible (#3933) 2023-01-18 22:25:16 +00:00
Decoders Implement CSET and CSETP shader instructions (#4318) 2023-01-21 12:18:05 -03:00
Instructions Implement CSET and CSETP shader instructions (#4318) 2023-01-21 12:18:05 -03:00
IntermediateRepresentation Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
StructuredIr Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
Translation Vulkan: Add workarounds for MoltenVK (#4202) 2023-01-13 01:31:21 +01:00
AlphaTestOp.cs
AttributeType.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
BufferDescriptor.cs
BufferUsageFlags.cs
Constants.cs
IGpuAccessor.cs Vulkan: Add workarounds for MoltenVK (#4202) 2023-01-13 01:31:21 +01:00
InputTopology.cs
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
ShaderProgram.cs
ShaderProgramInfo.cs
ShaderStage.cs
SupportBuffer.cs
TessPatchType.cs
TessSpacing.cs
TextureDescriptor.cs
TextureFormat.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
TextureHandle.cs
TextureUsageFlags.cs