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_image.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add Shader_GLSL logging
ameerj
2021-07-23
1
-11
/
+13
*
glsl: Add stubs for sparse queries and variable aoffi when not supported
ameerj
2021-07-23
1
-11
/
+35
*
glsl: Minor cleanup
ameerj
2021-07-23
1
-18
/
+14
*
glsl: Address more feedback. Implement indexed texture reads
ameerj
2021-07-23
1
-73
/
+63
*
glsl: Reorganize backend code, remove unneeded [[maybe_unused]]
ameerj
2021-07-23
1
-96
/
+74
*
glsl: Implement image atomics and set layer
ameerj
2021-07-23
1
-3
/
+185
*
glsl: Fix image gather logic
ameerj
2021-07-23
1
-0
/
+4
*
glsl: Use textureGrad fallback when EXT_texture_shadow_lod is unsupported
ameerj
2021-07-23
1
-7
/
+37
*
emit_glsl_image: Use immediate offsets when possible
ameerj
2021-07-23
1
-12
/
+33
*
glsl: Cleanup and address feedback
ameerj
2021-07-23
1
-1
/
+1
*
glsl: Implement Load/WriteGlobal
ameerj
2021-07-23
1
-2
/
+8
*
glsl: Implement Images
ameerj
2021-07-23
1
-5
/
+28
*
glsl: Implement ImageGradient and other texture function variants
ameerj
2021-07-23
1
-30
/
+71
*
glsl: Use NotImplemented macro with function name output
ameerj
2021-07-23
1
-27
/
+27
*
glsl: Implement gl_ViewportIndex
ameerj
2021-07-23
1
-3
/
+3
*
glsl: Rework variable allocator to allow for variable reuse
ameerj
2021-07-23
1
-13
/
+13
*
glsl: Implement more instructions used by SMO
ameerj
2021-07-23
1
-1
/
+3
*
glsl: minor cleanup
ameerj
2021-07-23
1
-3
/
+0
*
glsl: Implement TXQ and other misc changes
ameerj
2021-07-23
1
-1
/
+23
*
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
1
-0
/
+1
*
glsl: Implement TEX depth functions
ameerj
2021-07-23
1
-2
/
+24
*
glsl: Implement TEX ImageSample functions
ameerj
2021-07-23
1
-10
/
+61
*
glsl: SSBO access fixes and wip SampleExplicitLod implementation.
ameerj
2021-07-23
1
-1
/
+14
*
glsl: Fix bindings, add some CC ops
ameerj
2021-07-23
1
-6
/
+5
*
glsl: remove unused headers
ameerj
2021-07-23
1
-2
/
+0
*
glsl: Implement derivatives and YDirection
ameerj
2021-07-23
1
-0
/
+3
*
glsl: textures wip
ameerj
2021-07-23
1
-1
/
+23
*
glsl: Implement some attribute getters and setters
ameerj
2021-07-23
1
-0
/
+205
*
glsl: Initial backend
ameerj
2021-07-23
1
-0
/
+0