index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glsl
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-07-23
glsl: Revert ssbo aliasing. Storage Atomics impl
ameerj
4
-68
/
+132
2021-07-23
glsl: implement phi nodes
ameerj
4
-20
/
+54
2021-07-23
glsl: Wip storage atomic ops
ameerj
8
-325
/
+406
2021-07-23
glsl: Implement FCMP
ameerj
3
-242
/
+185
2021-07-23
glsl: Add a more robust fp formatter
ameerj
4
-9
/
+14
2021-07-23
glsl: More FP fixes
ameerj
2
-9
/
+16
2021-07-23
glsl: FP function fixes
ameerj
7
-17
/
+25
2021-07-23
glsl: More FP instructions/fixes
ameerj
5
-28
/
+41
2021-07-23
glsl: Add many FP32/64 instructions
ameerj
12
-765
/
+1011
2021-07-23
glsl: Implement more Integer ops
ameerj
3
-119
/
+72
2021-07-23
glsl: Implement BF*
ameerj
3
-9
/
+10
2021-07-23
glsl: Implement a few Integer instructions
ameerj
10
-260
/
+398
2021-07-23
glsl: Use std::string_view for Emit function args.
ameerj
6
-760
/
+838
2021-07-23
glsl: Pass IR::Inst& to Emit functions
ameerj
6
-171
/
+169
2021-07-23
glsl: INeg and IAdd negate tests
ameerj
3
-94
/
+106
2021-07-23
glsl: Reusable typed variables. IADD32
ameerj
6
-203
/
+311
2021-07-23
glsl: Fix program linking and cbuf
ameerj
2
-3
/
+5
2021-07-23
glsl: Fix "reg" allocing
ameerj
10
-898
/
+938
based on glasm with some tweaks
2021-07-23
glsl: Initial backend
ameerj
26
-0
/
+3266