0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-23 13:55:47 +00:00
Ryujinx/src/Ryujinx.Graphics.Shader
Marco Carvalho 86de288142
Removing shift by 0 (#5249)
* Integral numbers should not be shifted by zero or more than their number of bits-1

* more
2023-06-09 11:23:44 +02:00
..
CodeGen Remove barrier on Intel if control flow is potentially divergent (#5044) 2023-06-08 17:43:16 -03:00
Decoders Removing shift by 0 (#5249) 2023-06-09 11:23:44 +02:00
Instructions Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
IntermediateRepresentation Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
StructuredIr Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Translation Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
AlphaTestOp.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
AttributeType.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BufferDescriptor.cs Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
BufferUsageFlags.cs Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
Constants.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
IGpuAccessor.cs Remove barrier on Intel if control flow is potentially divergent (#5044) 2023-06-08 17:43:16 -03:00
InputTopology.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OutputTopology.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Ryujinx.Graphics.Shader.csproj Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
SamplerType.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderIdentification.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderProgram.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderProgramInfo.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderStage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
SupportBuffer.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
TessPatchType.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TessSpacing.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TextureDescriptor.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TextureFormat.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TextureHandle.cs Removing shift by 0 (#5249) 2023-06-09 11:23:44 +02:00
TextureUsageFlags.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00