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
/
reg_alloc.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
glsl: Rework variable allocator to allow for variable reuse
ameerj
1
-191
/
+0
2021-07-23
glsl: Implement TXQ and other misc changes
ameerj
1
-3
/
+8
2021-07-23
shader_recompiler: GCC fixes
lat9nq
1
-1
/
+0
2021-07-23
glsl: WIP var forward declaration
ameerj
1
-1
/
+3
2021-07-23
glsl: Fix non-immediate buffer access
ameerj
1
-0
/
+4
2021-07-23
glsl: textures wip
ameerj
1
-45
/
+27
2021-07-23
glsl: Implement some attribute getters and setters
ameerj
1
-0
/
+6
2021-07-23
glsl: Update phi node management
ameerj
1
-1
/
+2
2021-07-23
glsl: F16x2 storage atomics
ameerj
1
-0
/
+2
2021-07-23
glsl: implement phi nodes
ameerj
1
-0
/
+17
2021-07-23
glsl: Wip storage atomic ops
ameerj
1
-0
/
+6
2021-07-23
glsl: Implement FCMP
ameerj
1
-0
/
+12
2021-07-23
glsl: Add a more robust fp formatter
ameerj
1
-4
/
+10
2021-07-23
glsl: FP function fixes
ameerj
1
-1
/
+1
2021-07-23
glsl: More FP instructions/fixes
ameerj
1
-3
/
+3
2021-07-23
glsl: Add many FP32/64 instructions
ameerj
1
-0
/
+4
2021-07-23
glsl: Implement a few Integer instructions
ameerj
1
-4
/
+15
2021-07-23
glsl: INeg and IAdd negate tests
ameerj
1
-2
/
+1
2021-07-23
glsl: Reusable typed variables. IADD32
ameerj
1
-18
/
+34
2021-07-23
glsl: Fix "reg" allocing
ameerj
1
-7
/
+30
2021-07-23
glsl: Initial backend
ameerj
1
-0
/
+96