aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitTexture.cs
AgeCommit message (Expand)Author
2021-12-08Fix SUATOM and other texture shader instructions with RZ dest (#2885)gdkchan
2021-11-14Fix shader integer from/to double conversion (#2831)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan
2021-09-02Fix TXQ for 3D textures. (#2613)riperiperi
2021-08-31Implement Shader Instructions SUATOM and SURED (#2090)riperiperi
2021-07-09Unscale textureSize when resolution scaling is used (#2441)gdkchan
2021-06-23Fix shader texture LOD query (#2397)gdkchan
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2020-11-13Salieri: shader cache (#1701)Mary
2020-11-02Support res scale on images, correctly blacklist for SUST, move logic out of ...riperiperi
2020-10-25Fix shader image load/store array index register (#1637)gdkchan
2020-09-29Convert 1D texture targets to 2D (#1584)gdkchan
2020-07-30Refactor shader translator ShaderConfig and reduce the number of out args (#1...gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-07-04Implement shader LEA instruction and improve bindless image load/store (#1355)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-27Omit image format if possible, and fix BA bit (#1280)gdkchan
2020-05-23Implement TMML and TMML.B (#1270)Thog
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-04-22Remove leftover of debugging code for shader texture format (#1141)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Support bindless texture gather shader instructiongdkchan
2020-01-09Make the shader translator more error resilient (part 2)gdk
2020-01-09Make the shader translator more error resilientgdk
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk