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
/
glasm
/
emit_glasm_image.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-18
shader_recompiler: Fix spelling of "derivate" (#12067)
Ameer J
1
-3
/
+3
2023-08-19
Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation
Fernando Sahmkow
1
-4
/
+19
2023-01-29
emit_glasm_image: Fix TXQ with MSAA textures
ameerj
1
-1
/
+9
2023-01-28
shader_recompiler: TXQ: Skip QueryLevels when possible
ameerj
1
-1
/
+1
2023-01-27
glasm: Add MS sampler types
ameerj
1
-5
/
+6
2022-08-25
video_code: support rectangle texture
FengChen
1
-0
/
+2
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-12-06
shader_recompiler: Adjust emit_context includes
ameerj
1
-1
/
+1
2021-11-16
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
1
-0
/
+9
2021-11-16
glsl/glasm: Pass and use scaling parameters in shaders
ReinUsesLisp
1
-2
/
+3
2021-11-16
shader: Add IsTextureScaled opcode
ReinUsesLisp
1
-0
/
+8
2021-07-23
shader: Add logging
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Fix immediate texture coordinate
ReinUsesLisp
1
-0
/
+1
2021-07-23
glasm: Use integer lod for TXQ
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Catch more register leaks
ReinUsesLisp
1
-10
/
+17
2021-07-23
glasm: Implement image atomics
ReinUsesLisp
1
-0
/
+153
2021-07-23
glasm: Fix potential aliasing bug on cube array samples
ReinUsesLisp
1
-31
/
+40
2021-07-23
glasm: Implement ImageWrite
ReinUsesLisp
1
-4
/
+7
2021-07-23
glasm: Implement ImageRead
ReinUsesLisp
1
-3
/
+42
2021-07-23
glasm: Implement ImageGradient
ReinUsesLisp
1
-5
/
+62
2021-07-23
glasm: Implement ImageQueryLod
ReinUsesLisp
1
-3
/
+5
2021-07-23
glasm: Implement ImageFetch
ReinUsesLisp
1
-6
/
+27
2021-07-23
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
1
-49
/
+50
2021-07-23
glasm: Implement textureGather instructions
ReinUsesLisp
1
-11
/
+92
2021-07-23
glasm: Add missing return value on move assignment
ReinUsesLisp
1
-0
/
+1
2021-07-23
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
1
-37
/
+245
2021-07-23
glasm: Add support for non-2D texture samples
ReinUsesLisp
1
-4
/
+26
2021-07-23
glasm: Reorder unreachable image instructions to the bottom
ReinUsesLisp
1
-97
/
+97
2021-07-23
glasm: Add support for texture offsets
ReinUsesLisp
1
-11
/
+15
2021-07-23
glasm: Improve texture sampling instructions
ReinUsesLisp
1
-23
/
+43
2021-07-23
shader_recompiler: GCC fixes
lat9nq
1
-1
/
+1
2021-07-23
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
1
-0
/
+221
2021-07-23
glasm: Add GLASM backend infrastructure
ReinUsesLisp
1
-0
/
+0