aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/PipelineUid.cs
AgeCommit message (Collapse)Author
2023-06-09Removing shift by 0 (#5249)Marco Carvalho
* Integral numbers should not be shifted by zero or more than their number of bits-1 * more
2023-05-29Make sure blend is disabled if render target has integer format (#5122)gdkchan
* Make sure blend is disabled if render target has integer format * Change approach to avoid permanently mutating state
2023-04-27Move solution and projects to srcTSR Berry