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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-23
1
-3
/
+3
*
glsl: Add passthrough geometry shader support
ameerj
2021-07-23
1
-0
/
+1
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-23
1
-0
/
+2
*
shader: Properly manage attributes not written from previous stages
ReinUsesLisp
2021-07-23
1
-2
/
+0
*
glsl: Address rest of feedback
ameerj
2021-07-23
1
-0
/
+2
*
glsl: Implement legacy varyings
ameerj
2021-07-23
1
-1
/
+1
*
glsl: Address more feedback. Implement indexed texture reads
ameerj
2021-07-23
1
-4
/
+9
*
glsl: Remove Signed Integer variables
ameerj
2021-07-23
1
-10
/
+0
*
glsl: Address Rodrigo's feedback
ameerj
2021-07-23
1
-1
/
+1
*
glsl: Implement fswzadd
ameerj
2021-07-23
1
-0
/
+1
*
glsl: Implement indexed attribute loads
ameerj
2021-07-23
1
-0
/
+1
*
glsl: Cleanup and address feedback
ameerj
2021-07-23
1
-2
/
+2
*
glsl: Refactor Global memory functions
ameerj
2021-07-23
1
-0
/
+1
*
glsl: skip gl_ViewportIndex write if device does not support it
ameerj
2021-07-23
1
-0
/
+1
*
glsl: Implement transform feedback
ameerj
2021-07-23
1
-0
/
+8
*
glsl: Implement precise fp variable allocation
ameerj
2021-07-23
1
-0
/
+10
*
glsl: Rework var alloc to not assign unused results
ameerj
2021-07-23
1
-1
/
+7
*
glsl: Rework variable allocator to allow for variable reuse
ameerj
2021-07-23
1
-18
/
+18
*
glsl: minor cleanup
ameerj
2021-07-23
1
-0
/
+1
*
glsl: WIP var forward declaration
ameerj
2021-07-23
1
-0
/
+1
*
glsl: Fix bindings, add some CC ops
ameerj
2021-07-23
1
-3
/
+2
*
glsl: Implement derivatives and YDirection
ameerj
2021-07-23
1
-1
/
+6
*
glsl: Fix non-immediate buffer access
ameerj
2021-07-23
1
-0
/
+15
*
glsl: textures wip
ameerj
2021-07-23
1
-0
/
+8
*
glsl: Implement some attribute getters and setters
ameerj
2021-07-23
1
-0
/
+9
*
glsl: F16x2 storage atomics
ameerj
2021-07-23
1
-0
/
+5
*
glsl: Wip storage atomic ops
ameerj
2021-07-23
1
-7
/
+1
*
glsl: Add many FP32/64 instructions
ameerj
2021-07-23
1
-0
/
+10
*
glsl: Implement a few Integer instructions
ameerj
2021-07-23
1
-12
/
+31
*
glsl: Reusable typed variables. IADD32
ameerj
2021-07-23
1
-2
/
+26
*
glsl: Fix "reg" allocing
ameerj
2021-07-23
1
-5
/
+1
*
glsl: Initial backend
ameerj
2021-07-23
1
-0
/
+62