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
/
Translation
/
Translator.cs
Age
Commit message (
Expand
)
Author
2020-05-28
Fix wrong face culling once and for all (#1277)
gdkchan
2020-05-06
Refactor shader GPU state and memory access (#1203)
gdkchan
2020-04-02
Remove output interpolation qualifier (#1070)
gdkchan
2020-01-13
Add a GetSpan method to the memory manager and use it on GPU (#877)
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Support texture rectangle targets (non-normalized coords)
gdkchan
2020-01-09
Support shared color mask, implement more shader instructions
gdkchan
2020-01-09
Add a pass to turn global memory access into storage access, and do all stora...
gdk
2020-01-09
Partial support for branch with CC, and fix a edge case of branch out of loop...
gdk
2020-01-09
Remove TranslatorConfig struct
gdk
2020-01-09
Make the shader translator more error resilient (part 2)
gdk
2020-01-09
Make the shader translator more error resilient
gdk
2020-01-09
Add partial support for the BRX shader instruction
gdk
2020-01-09
Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...
gdk
2020-01-09
Initial support for image stores, support texture sample on compute
gdk
2020-01-09
Initial work
gdk