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
/
emit_glsl.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
glsl: Add stubs for sparse queries and variable aoffi when not supported
ameerj
1
-1
/
+1
2021-07-23
glsl: Implement legacy varyings
ameerj
1
-1
/
+1
2021-07-23
glsl: Address Rodrigo's feedback
ameerj
1
-4
/
+5
2021-07-23
glsl: Allow dynamic tracking of variable allocation
ameerj
1
-4
/
+13
2021-07-23
glsl: Cleanup and address feedback
ameerj
1
-10
/
+5
2021-07-23
glsl: Fix precise variable declaration
ameerj
1
-5
/
+7
2021-07-23
glsl: Implement geometry shaders
ameerj
1
-1
/
+1
2021-07-23
HACK glsl: Write defaults to unused generic attributes
ameerj
1
-0
/
+6
2021-07-23
glsl: implement set clip distance
ameerj
1
-0
/
+3
2021-07-23
glsl: Rework variable allocator to allow for variable reuse
ameerj
1
-7
/
+22
2021-07-23
glsl: Implement ST{LS}
ameerj
1
-0
/
+10
2021-07-23
glsl: Fix GetAttribute return values
ameerj
1
-4
/
+6
2021-07-23
glsl: Implement TXQ and other misc changes
ameerj
1
-1
/
+1
2021-07-23
glsl: Better Storage access and wip warps
ameerj
1
-1
/
+4
2021-07-23
glsl: Implement IADD CC
ameerj
1
-0
/
+2
2021-07-23
glsl: WIP var forward declaration
ameerj
1
-11
/
+12
2021-07-23
glsl: remove unused headers
ameerj
1
-7
/
+10
2021-07-23
glsl: Fix non-immediate buffer access
ameerj
1
-0
/
+5
2021-07-23
glsl: textures wip
ameerj
1
-2
/
+4
2021-07-23
glsl: Update phi node management
ameerj
1
-11
/
+26
2021-07-23
glsl: implement phi nodes
ameerj
1
-18
/
+30
2021-07-23
glsl: Add a more robust fp formatter
ameerj
1
-1
/
+0
2021-07-23
glsl: Use std::string_view for Emit function args.
ameerj
1
-3
/
+4
2021-07-23
glsl: Pass IR::Inst& to Emit functions
ameerj
1
-5
/
+3
2021-07-23
glsl: Fix "reg" allocing
ameerj
1
-1
/
+1
2021-07-23
glsl: Initial backend
ameerj
1
-0
/
+156