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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Fix floating point compare ops
ameerj
2021-07-23
1
-28
/
+28
*
glsl: Query GL Device for FP16 extension support
ameerj
2021-07-23
1
-2
/
+7
*
glsl: Simply FP storage atomics
ameerj
2021-07-23
2
-48
/
+28
*
glsl: F16x2 storage atomics
ameerj
2021-07-23
7
-58
/
+64
*
glsl: Revert ssbo aliasing. Storage Atomics impl
ameerj
2021-07-23
4
-68
/
+132
*
glsl: implement phi nodes
ameerj
2021-07-23
4
-20
/
+54
*
glsl: Wip storage atomic ops
ameerj
2021-07-23
8
-325
/
+406
*
glsl: Implement FCMP
ameerj
2021-07-23
3
-242
/
+185
*
glsl: Add a more robust fp formatter
ameerj
2021-07-23
4
-9
/
+14
*
glsl: More FP fixes
ameerj
2021-07-23
2
-9
/
+16
*
glsl: FP function fixes
ameerj
2021-07-23
7
-17
/
+25
*
glsl: More FP instructions/fixes
ameerj
2021-07-23
5
-28
/
+41
*
glsl: Add many FP32/64 instructions
ameerj
2021-07-23
12
-765
/
+1011
*
glsl: Implement more Integer ops
ameerj
2021-07-23
3
-119
/
+72
*
glsl: Implement BF*
ameerj
2021-07-23
3
-9
/
+10
*
glsl: Implement a few Integer instructions
ameerj
2021-07-23
10
-260
/
+398
*
glsl: Use std::string_view for Emit function args.
ameerj
2021-07-23
6
-760
/
+838
*
glsl: Pass IR::Inst& to Emit functions
ameerj
2021-07-23
6
-171
/
+169
*
glsl: INeg and IAdd negate tests
ameerj
2021-07-23
3
-94
/
+106
*
glsl: Reusable typed variables. IADD32
ameerj
2021-07-23
6
-203
/
+311
*
glsl: Fix program linking and cbuf
ameerj
2021-07-23
2
-3
/
+5
*
glsl: Fix "reg" allocing
ameerj
2021-07-23
10
-898
/
+938
*
glsl: Initial backend
ameerj
2021-07-23
26
-0
/
+3266