aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation
AgeCommit message (Expand)Author
2021-02-01Use multiple dest operands for shader call instructions (#1975)gdkchan
2021-01-29Implement geometry shader passthrough (#1961)gdkchan
2021-01-28Support multiple destination operands on shader IR and shuffle predicates (#1...gdkchan
2021-01-13Implement shader CC mode for ISCADD, X mode for ISETP and fix STL/STS/STG wit...gdkchan
2020-11-13Salieri: shader cache (#1701)Mary
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan
2020-11-08Use explicit buffer and texture bindings on shaders (#1666)gdkchan
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-10-17Fix gl_in being used with built-in variables that are not per-vertex (#1624)gdkchan
2020-10-13Fix output component register on pixel shaders (#1613)gdkchan
2020-09-21Align register index between output targets on pixel shaders (#1559)gdkchan
2020-09-19Better viewport flipping and depth mode detection method (#1556)gdkchan
2020-07-30Refactor shader translator ShaderConfig and reduce the number of out args (#1...gdkchan
2020-07-29Fix shader regression on Intel iGPUs by reverting layout changes (#1425)gdkchan
2020-07-26Implement BGRA texture support (#1418)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-07-04Implement shader LEA instruction and improve bindless image load/store (#1355)gdkchan
2020-05-28Fix wrong face culling once and for all (#1277)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-04-03Better IPA shader instruction implementation (#1082)gdkchan
2020-04-02Remove output interpolation qualifier (#1070)gdkchan
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-02-14Update bindless to indexed conversion code pattern match (#938)gdkchan
2020-02-11Support compute uniform buffers emulated with global memory (#924)gdkchan
2020-02-02Use correct shader local memory size instead of a hardcoded size (#914)gdkchan
2020-01-19Fix shader output color buffer index when non-sequential render targets are u...gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Remove more unused codegdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Partial support for shader memory barriersgdkchan
2020-01-09Correct non-constant offset rewrite for texelFetchgdkchan
2020-01-09Support non-constant texture offsets on non-NVIDIA gpusgdkchan
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-09Partial support for branch with CC, and fix a edge case of branch out of loop...gdk
2020-01-09Simplified F2I shader instruction codegengdk
2020-01-09Implement HSET2 shader instruction and fix errors uncovered by Rodrigo testsgdk
2020-01-09Remove TranslatorConfig structgdk
2020-01-09Make the shader translator more error resilient (part 2)gdk
2020-01-09Make the shader translator more error resilientgdk
2020-01-09Add partial support for the BRX shader instructiongdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Remove some unused constants and other codegdk
2020-01-09Add partial support for array of samplers, and add pass to identify them from...gdk