GreemDev-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
InstEmit.cs Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031) 2023-05-22 17:32:15 -03:00
InstEmitAluHelper.cs
InstEmitAttribute.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
InstEmitBarrier.cs
InstEmitBitfield.cs
InstEmitConditionCode.cs
InstEmitConversion.cs
InstEmitFloatArithmetic.cs
InstEmitFloatComparison.cs
InstEmitFloatMinMax.cs
InstEmitFlowControl.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
InstEmitHelper.cs
InstEmitIntegerArithmetic.cs
InstEmitIntegerComparison.cs
InstEmitIntegerLogical.cs
InstEmitIntegerMinMax.cs
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
InstEmitNop.cs
InstEmitPredicate.cs Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031) 2023-05-22 17:32:15 -03:00
InstEmitShift.cs
InstEmitSurface.cs
InstEmitter.cs
InstEmitTexture.cs
InstEmitVideoArithmetic.cs
InstEmitVideoMinMax.cs
InstEmitWarp.cs
Lop3Expression.cs