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