aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Glsl/DefaultNames.cs
AgeCommit message (Expand)Author
2022-01-08Add support for render scale to vertex stage. (#2763)riperiperi
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-08-11Replace BGRA and scale uniforms with a uniform block (#2496)gdkchan
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-07-26Implement BGRA texture support (#1418)gdkchan
2020-01-09Fix wrong maximum id on sampler pool in some casesgdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk