aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitMemory.cs
AgeCommit message (Expand)Author
2021-10-18Fix shader 8-bit and 16-bit STS/STG (#2741)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan
2021-08-27Initial support for shader attribute indexing (#2546)gdkchan
2021-04-20Only enable clip distance if written to on shader (#2217)gdkchan
2021-01-13Implement shader CC mode for ISCADD, X mode for ISETP and fix STL/STS/STG wit...gdkchan
2020-11-10Implement ATOM shader instruction (#1687)gdkchan
2020-10-12Add support for shader constant buffer slot indexing (#1608)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-04-03Better IPA shader instruction implementation (#1082)gdkchan
2020-02-14Sign-extend shader memory instruction offsets (#934)gdkchan
2020-02-02Support flat interpolation qualifier on shaders (#915)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Partial support for shader memory barriersgdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Add R2P shader instructiongdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Initial workgdk