ryubing-ryujinx/src/Ryujinx.Graphics.Shader/CodeGen/Spirv
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
..
CodeGenContext.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
Declarations.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
EnumConversion.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Instructions.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
IoMap.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OperationResult.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
SpirvDelegates.cs Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -03:00
SpirvGenerator.cs Remove barrier on Intel if control flow is potentially divergent (#5044) 2023-06-08 17:43:16 -03:00
TextureMeta.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00