1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 22:44:36 +01:00
Ryujinx/Ryujinx.Graphics.Shader/CodeGen/Glsl/Instructions
gdkchan 4b7c7dab9e
Support multiple destination operands on shader IR and shuffle predicates (#1964)
* Support multiple destination operands on shader IR and shuffle predicates

* Cache version change
2021-01-28 10:59:47 +11:00
..
InstGen.cs Fix regression on shader atomic SSBO operations (#1967) 2021-01-27 11:26:23 +11:00
InstGenCall.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
InstGenHelper.cs Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
InstGenMemory.cs Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790) 2021-01-17 17:08:06 -03:00
InstGenPacking.cs
InstInfo.cs
InstType.cs