ryujinx/src/Ryujinx.Graphics.Shader/CodeGen/Glsl
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
..
HelperFunctions Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
Instructions Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
CodeGenContext.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Declarations.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
DefaultNames.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
GlslGenerator.cs Remove barrier on Intel if control flow is potentially divergent (#5044) 2023-06-08 17:43:16 -03:00
NumberFormatter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OperandManager.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
TypeConversion.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00