1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-22 01:27:06 +00:00
Ryujinx/src/Ryujinx.Graphics.Shader/Instructions
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
..
AttributeMap.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmit.cs Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031) 2023-05-22 17:32:15 -03:00
InstEmitAluHelper.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitAttribute.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
InstEmitBarrier.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitBitfield.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitConditionCode.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitConversion.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitFloatArithmetic.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitFloatComparison.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitFloatMinMax.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitFlowControl.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
InstEmitHelper.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitIntegerArithmetic.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitIntegerComparison.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitIntegerLogical.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitIntegerMinMax.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitMemory.cs Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
InstEmitMove.cs Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031) 2023-05-22 17:32:15 -03:00
InstEmitMultifunction.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitNop.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitPredicate.cs Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031) 2023-05-22 17:32:15 -03:00
InstEmitShift.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitSurface.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitTexture.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitVideoArithmetic.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitVideoMinMax.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
InstEmitWarp.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Lop3Expression.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00