aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderDecodeSpecial.cs
AgeCommit message (Expand)Author
2019-04-18New shader translator implementation (#654)gdkchan
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2018-09-18Allow "reinterpretation" of framebuffer/zeta formats (#418)gdkchan
2018-09-08Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402)ReinUsesLisp
2018-08-31Implement SSY/SYNC shader instructions (#382)ReinUsesLisp
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan
2018-07-19Implement Geometry shaders (#280)ReinUsesLisp