aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/Optimizations/GlobalToStorage.cs
AgeCommit message (Expand)Author
2021-10-18Fix shader 8-bit and 16-bit STS/STG (#2741)gdkchan
2021-08-11Workaround for Intel FrontFacing built-in variable bug (#2540)gdkchan
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2021-04-18Improve shader global memory to storage pass (#2200)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-02-11Support compute uniform buffers emulated with global memory (#924)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Remove some unused constants and other codegdk
2020-01-09Initial workgdk