Ryujinx/src/Ryujinx.Graphics.Shader
gdkchan 21c9ac6240
Implement shader storage buffer operations using new Load/Store instructions (#4993)
* Implement storage buffer operations using new Load/Store instruction

* Extend GenerateMultiTargetStorageOp to also match access with constant offset, and log and comments

* Remove now unused code

* Catch more complex cases of global memory usage

* Shader cache version bump

* Extend global access elimination to work with more shared memory cases

* Change alignment requirement from 16 bytes to 8 bytes, handle cases where we need more than 16 storage buffers

* Tweak preferencing to catch more cases

* Enable CB0 elimination even when host storage buffer alignment is > 16 (for Intel)

* Fix storage buffer bindings

* Simplify some code

* Shader cache version bump

* Fix typo

* Extend global memory elimination to handle shared memory with multiple possible offsets and local memory
2023-06-03 20:12:18 -03:00
..
CodeGen Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Decoders Move solution and projects to src 2023-04-27 23:51:14 +02:00
Instructions Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
IntermediateRepresentation Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
StructuredIr Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Translation Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -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 Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -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 Move solution and projects to src 2023-04-27 23:51:14 +02:00
TextureUsageFlags.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00