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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Fix precise variable declaration
ameerj
2021-07-23
3
-24
/
+25
*
glsl: Implement tessellation shaders
ameerj
2021-07-23
5
-27
/
+146
*
glsl: Implement ImageGradient and other texture function variants
ameerj
2021-07-23
2
-32
/
+73
*
glsl: Fix atomic SSBO offsets
ameerj
2021-07-23
4
-67
/
+74
*
glsl: Implement geometry shaders
ameerj
2021-07-23
4
-9
/
+62
*
glsl: Use NotImplemented macro with function name output
ameerj
2021-07-23
10
-104
/
+103
*
glsl: Implement gl_ViewportIndex
ameerj
2021-07-23
3
-5
/
+14
*
glsl: SHFL fix and prefer shift operations over divide in glsl shader
ameerj
2021-07-23
5
-63
/
+64
*
glsl: Implement precise fp variable allocation
ameerj
2021-07-23
4
-8
/
+67
*
HACK glsl: Write defaults to unused generic attributes
ameerj
2021-07-23
2
-2
/
+11
*
glsl: Fix ssbo indexing and name shadowing between shader stages
ameerj
2021-07-23
3
-77
/
+101
*
glsl: implement set clip distance
ameerj
2021-07-23
2
-0
/
+15
*
glsl: Rework var alloc to not assign unused results
ameerj
2021-07-23
9
-49
/
+91
*
glsl: Rework variable allocator to allow for variable reuse
ameerj
2021-07-23
13
-351
/
+480
*
glsl: Fix ATOM and implement ATOMS
ameerj
2021-07-23
4
-114
/
+130
*
glsl: Use gl_SubGroupInvocationARB
ameerj
2021-07-23
2
-8
/
+7
*
glsl: Implement VOTE for subgroup size potentially larger
ameerj
2021-07-23
2
-19
/
+36
*
glsl: Implement VOTE
ameerj
2021-07-23
4
-50
/
+64
*
glsl: Implement ST{LS}
ameerj
2021-07-23
6
-69
/
+106
*
glsl: Implement more instructions used by SMO
ameerj
2021-07-23
1
-3
/
+3
*
glsl: Implement more instructions used by SMO
ameerj
2021-07-23
5
-10
/
+16
*
glsl: Fix GetAttribute return values
ameerj
2021-07-23
2
-7
/
+9
*
glsl: minor cleanup
ameerj
2021-07-23
4
-20
/
+19
*
glsl: Fix and implement rest of cbuf access
ameerj
2021-07-23
1
-7
/
+43
*
glsl: Implement TXQ and other misc changes
ameerj
2021-07-23
5
-6
/
+36
*
glsl: TLD4 implementation
ameerj
2021-07-23
1
-2
/
+89
*
glsl: Implement TLD instruction
ameerj
2021-07-23
1
-1
/
+55
*
glsl: Implement TEXS
ameerj
2021-07-23
1
-1
/
+29
*
glsl: Cleanup texture functions
ameerj
2021-07-23
1
-13
/
+11
*
shader_recompiler: GCC fixes
lat9nq
2021-07-23
14
-3
/
+13
*
glsl: Implement TEX depth functions
ameerj
2021-07-23
2
-4
/
+46
*
glsl: Implement TEX ImageSample functions
ameerj
2021-07-23
3
-11
/
+71
*
glsl: Rework Shuffle emit instructions to align with SPIR-V
ameerj
2021-07-23
1
-19
/
+40
*
glsl: Better Storage access and wip warps
ameerj
2021-07-23
8
-62
/
+133
*
glsl: Fix integer conversions, implement clamp CC
ameerj
2021-07-23
2
-27
/
+36
*
glsl: Implement IADD CC
ameerj
2021-07-23
2
-2
/
+17
*
glsl: SSBO access fixes and wip SampleExplicitLod implementation.
ameerj
2021-07-23
2
-4
/
+19
*
glsl: WIP var forward declaration
ameerj
2021-07-23
6
-49
/
+60
*
glsl: Fix bindings, add some CC ops
ameerj
2021-07-23
8
-57
/
+91
*
glsl: remove unused headers
ameerj
2021-07-23
14
-34
/
+10
*
glsl: Implement derivatives and YDirection
ameerj
2021-07-23
8
-81
/
+87
*
glsl: Fix non-immediate buffer access
ameerj
2021-07-23
12
-72
/
+133
*
glsl: textures wip
ameerj
2021-07-23
9
-75
/
+139
*
glsl: Implement some attribute getters and setters
ameerj
2021-07-23
9
-191
/
+337
*
glsl: Track S32 atomics
ameerj
2021-07-23
1
-3
/
+6
*
glsl: Update phi node management
ameerj
2021-07-23
4
-21
/
+53
*
glsl: Fix floating point compare ops
ameerj
2021-07-23
1
-28
/
+28
*
glsl: Query GL Device for FP16 extension support
ameerj
2021-07-23
1
-2
/
+7
*
glsl: Simply FP storage atomics
ameerj
2021-07-23
2
-48
/
+28
*
glsl: F16x2 storage atomics
ameerj
2021-07-23
7
-58
/
+64
*
glsl: Revert ssbo aliasing. Storage Atomics impl
ameerj
2021-07-23
4
-68
/
+132
*
glsl: implement phi nodes
ameerj
2021-07-23
4
-20
/
+54
*
glsl: Wip storage atomic ops
ameerj
2021-07-23
8
-325
/
+406
*
glsl: Implement FCMP
ameerj
2021-07-23
3
-242
/
+185
*
glsl: Add a more robust fp formatter
ameerj
2021-07-23
4
-9
/
+14
*
glsl: More FP fixes
ameerj
2021-07-23
2
-9
/
+16
*
glsl: FP function fixes
ameerj
2021-07-23
7
-17
/
+25
*
glsl: More FP instructions/fixes
ameerj
2021-07-23
5
-28
/
+41
*
glsl: Add many FP32/64 instructions
ameerj
2021-07-23
12
-765
/
+1011
*
glsl: Implement more Integer ops
ameerj
2021-07-23
3
-119
/
+72
*
glsl: Implement BF*
ameerj
2021-07-23
3
-9
/
+10
*
glsl: Implement a few Integer instructions
ameerj
2021-07-23
10
-260
/
+398
*
glsl: Use std::string_view for Emit function args.
ameerj
2021-07-23
6
-760
/
+838
*
glsl: Pass IR::Inst& to Emit functions
ameerj
2021-07-23
6
-171
/
+169
*
glsl: INeg and IAdd negate tests
ameerj
2021-07-23
3
-94
/
+106
*
glsl: Reusable typed variables. IADD32
ameerj
2021-07-23
6
-203
/
+311
*
glsl: Fix program linking and cbuf
ameerj
2021-07-23
2
-3
/
+5
*
glsl: Fix "reg" allocing
ameerj
2021-07-23
10
-898
/
+938
*
glsl: Initial backend
ameerj
2021-07-23
26
-0
/
+3266