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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
and wip nv thread shuffle impl
*
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
|
|
|
|
to fix Loop control flow.
*
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
|
|
|
|
plus some other misc additions/changed
*
glsl: Fix non-immediate buffer access
ameerj
2021-07-23
1
-0
/
+15
|
|
|
|
and many other misc implementations
*
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
|
|
|
|
based on glasm with some tweaks
*
glsl: Initial backend
ameerj
2021-07-23
1
-0
/
+62