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_context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
HACK glsl: Write defaults to unused generic attributes
ameerj
1
-2
/
+5
2021-07-23
glsl: Fix ssbo indexing and name shadowing between shader stages
ameerj
1
-4
/
+5
2021-07-23
glsl: Rework var alloc to not assign unused results
ameerj
1
-5
/
+3
2021-07-23
glsl: Fix ATOM and implement ATOMS
ameerj
1
-2
/
+2
2021-07-23
glsl: Use gl_SubGroupInvocationARB
ameerj
1
-1
/
+0
2021-07-23
glsl: Implement VOTE for subgroup size potentially larger
ameerj
1
-3
/
+9
2021-07-23
glsl: Implement VOTE
ameerj
1
-0
/
+1
2021-07-23
glsl: Implement ST{LS}
ameerj
1
-5
/
+0
2021-07-23
glsl: Implement more instructions used by SMO
ameerj
1
-3
/
+3
2021-07-23
glsl: Implement TEX depth functions
ameerj
1
-2
/
+22
2021-07-23
glsl: Implement TEX ImageSample functions
ameerj
1
-0
/
+9
2021-07-23
glsl: Better Storage access and wip warps
ameerj
1
-0
/
+4
2021-07-23
glsl: WIP var forward declaration
ameerj
1
-30
/
+34
2021-07-23
glsl: Fix bindings, add some CC ops
ameerj
1
-24
/
+33
2021-07-23
glsl: Implement derivatives and YDirection
ameerj
1
-3
/
+4
2021-07-23
glsl: Fix non-immediate buffer access
ameerj
1
-0
/
+1
2021-07-23
glsl: textures wip
ameerj
1
-4
/
+50
2021-07-23
glsl: Implement some attribute getters and setters
ameerj
1
-3
/
+49
2021-07-23
glsl: Track S32 atomics
ameerj
1
-3
/
+6
2021-07-23
glsl: Query GL Device for FP16 extension support
ameerj
1
-2
/
+7
2021-07-23
glsl: Simply FP storage atomics
ameerj
1
-14
/
+14
2021-07-23
glsl: F16x2 storage atomics
ameerj
1
-0
/
+16
2021-07-23
glsl: Revert ssbo aliasing. Storage Atomics impl
ameerj
1
-21
/
+21
2021-07-23
glsl: Wip storage atomic ops
ameerj
1
-5
/
+37
2021-07-23
glsl: More FP fixes
ameerj
1
-5
/
+10
2021-07-23
glsl: FP function fixes
ameerj
1
-1
/
+4
2021-07-23
glsl: Implement a few Integer instructions
ameerj
1
-0
/
+7
2021-07-23
glsl: Fix program linking and cbuf
ameerj
1
-2
/
+2
2021-07-23
glsl: Fix "reg" allocing
ameerj
1
-4
/
+24
2021-07-23
glsl: Initial backend
ameerj
1
-0
/
+30