aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Shader/GpuAccessor.cs
AgeCommit message (Expand)Author
2024-05-14Add support for bindless textures from storage buffer on Vulkan (#6721)gdkchan
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...gdkchan
2024-04-07Add support for large sampler arrays on Vulkan (#6489)gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-08-29Geometry shader emulation for macOS (#5551)gdkchan
2023-08-13Delete ShaderConfig and organize shader resources/definitions better (#5509)gdkchan
2023-07-29Fix incorrect fragment origin when YNegate is enabled (#4673)gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
2023-06-10Implement transform feedback emulation for hardware without native support (#...gdkchan
2023-04-27Move solution and projects to srcTSR Berry