1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 05:53:30 +01:00
Ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan ee1038e542
Initial support for shader attribute indexing (#2546)
* Initial support for shader attribute indexing

* Support output indexing too, other improvements

* Fix order

* Address feedback
2021-08-27 01:44:47 +02:00
..
InstEmitAlu.cs Fix ZN flags set for shader instructions using RZ.CC dest (#2147) 2021-03-27 22:59:05 +01:00
InstEmitAluHelper.cs
InstEmitConversion.cs
InstEmitFArith.cs
InstEmitFlow.cs Use a new approach for shader BRX targets (#2532) 2021-08-11 20:59:42 +02:00
InstEmitHelper.cs Move shader resource descriptor creation out of the backend (#2290) 2021-05-19 23:15:26 +02:00
InstEmitMemory.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
InstEmitMove.cs Implement shader HelperThreadNV (#2163) 2021-04-02 21:50:35 +11:00
InstEmitter.cs
InstEmitTexture.cs Unscale textureSize when resolution scaling is used (#2441) 2021-07-09 00:09:07 -03:00
InstEmitVideo.cs
InstEmitVote.cs
Lop3Expression.cs