clean_ryujinx/src/Ryujinx.Graphics.Shader
gdkchan f92921a6d1
Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241)
* Implement Load/Store Local/Shared and Atomic shared using new instructions

* Remove now unused code

* Fix base offset register overwrite

* Fix missing storage buffer set index when generating GLSL for Vulkan

* Shader cache version bump

* Remove more unused code

* Some PR feedback
2023-06-15 17:31:53 -03:00
..
CodeGen Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
Decoders Non-flags enums should not be used in bitwise operations (#5214) 2023-06-09 19:44:22 +02:00
Instructions Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
IntermediateRepresentation Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
StructuredIr Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
Translation Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -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 transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -03:00
IGpuAccessor.cs Implement transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -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 Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -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