aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/Target.cs
AgeCommit message (Collapse)Author
2022-06-05Copy dependency for multisample and non-multisample textures (#3382)gdkchan
* Use copy dependency for textures that differs in multisample but are otherwise compatible * Remove allowMs flag as it's no longer required for correctness, it's just an optimization now * Dispose intermmediate pool
2022-04-04Small graphics abstraction layer cleanup (#3257)gdkchan
2020-01-09Some code cleanupgdkchan