aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Translation/EmitterContext.cs
AgeCommit message (Expand)Author
2023-08-29Geometry shader emulation for macOS (#5551)1.1.1002gdkchan
2023-08-13Delete ShaderConfig and organize shader resources/definitions better (#5509)1.1.985gdkchan
2023-08-07Do not add more code after alpha test discard on fragment shader (#5529)1.1.976gdkchan
2023-07-03Stop identifying shader textures with handle and cbuf, use binding instead (#...1.1.952gdkchan
2023-06-28[Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373)1.1.929TSRBerry
2023-06-10Implement transform feedback emulation for hardware without native support (#...1.1.882gdkchan
2023-05-28Add support for VK_EXT_depth_clip_control. (#5027)1.1.835cstamford
2023-05-25Generate scaling helper functions on IR (#4714)1.1.822gdkchan
2023-05-20Replace constant buffer access on shader with new Load instruction (#4646)1.1.811gdkchan
2023-04-27Move solution and projects to srcTSR Berry