index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.Shader
/
CodeGen
/
Glsl
/
CodeGenContext.cs
Age
Commit message (
Expand
)
Author
2022-11-12
Use vector transform feedback outputs if possible (#3832)
gdkchan
2022-07-31
Vulkan backend (#2518)
gdkchan
2022-04-04
Fix shader textureSize with multisample and buffer textures (#3240)
gdkchan
2022-01-21
Stop using glTransformFeedbackVaryings and use explicit layout on the shader ...
gdkchan
2021-05-19
Move shader resource descriptor creation out of the backend (#2290)
gdkchan
2020-11-09
Simplify logic for bindless texture handling (#1667)
gdkchan
2020-11-02
Support res scale on images, correctly blacklist for SUST, move logic out of ...
riperiperi
2020-10-25
Implement CAL and RET shader instructions (#1618)
gdkchan
2020-10-12
Add support for shader constant buffer slot indexing (#1608)
gdkchan
2020-07-07
Implement Zero-Configuration Resolution Scaling (#1365)
riperiperi
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Some code cleanup
gdkchan
2020-01-09
Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...
gdk
2020-01-09
Initial support for image stores, support texture sample on compute
gdk
2020-01-09
Initial work
gdk