index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
frontend
/
ir
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Avoid ambiguous format_to compilation errors
Lioncash
2022-05-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
29
-87
/
+58
*
dead_code_elimination_pass: Remove unreachable Phi arguments
ameerj
2022-03-23
2
-0
/
+9
*
general: Fix clang/gcc build errors
ameerj
2022-03-20
1
-0
/
+1
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
5
-8
/
+0
*
lower_int64_to_int32: Add 64-bit atomic fallbacks
ameerj
2022-01-29
1
-9
/
+9
*
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
2022-01-29
2
-0
/
+38
*
shader: Add integer attribute get optimization pass
ameerj
2021-12-29
1
-0
/
+1
*
Remove spirv handle legacy related code
vonchenplus
2021-12-18
1
-1
/
+1
*
Implement convert legacy to generic
Feng Chen
2021-11-19
1
-0
/
+2
*
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
3
-0
/
+6
*
shader: Add IsTextureScaled opcode
ReinUsesLisp
2021-11-16
3
-0
/
+9
*
shader: Add copy constructor to instructions
ReinUsesLisp
2021-11-16
4
-1
/
+20
*
shader: Add integer division opcodes
ReinUsesLisp
2021-11-16
3
-0
/
+7
*
shader: Add resolution down factor opcode
ReinUsesLisp
2021-11-16
3
-0
/
+7
*
ShaderCache: Fix Phi Nodes Type on OGL.
Fernando Sahmkow
2021-11-01
1
-0
/
+4
*
ShaderCache: Order Phi Arguments from farthest away to nearest.
Fernando Sahmkow
2021-10-31
3
-0
/
+28
*
Merge pull request #6722 from ReinUsesLisp/xmad-opts
bunnei
2021-07-29
1
-0
/
+8
|
\
|
*
shader: Add TryInstRecursive utility to values
ReinUsesLisp
2021-07-26
1
-0
/
+8
*
|
shader_recompiler: Remove unnecessary [[nodiscard]] instances
Lioncash
2021-07-26
2
-4
/
+4
|
/
*
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-22
1
-1
/
+2
*
shader: Ignore global memory ops on devices lacking int64 support
ameerj
2021-07-22
1
-14
/
+14
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
2
-0
/
+7
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-22
3
-11
/
+3
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
3
-13
/
+0
*
shader: Add logging
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
shader: Add shader loop safety check settings
lat9nq
2021-07-22
3
-2
/
+17
*
Revert "glasm: Skip phi moves on undefined instructions"
ReinUsesLisp
2021-07-22
1
-13
/
+0
*
glasm: Skip phi moves on undefined instructions
ReinUsesLisp
2021-07-22
1
-0
/
+13
*
video_core,shader: Clang-format fixes
ReinUsesLisp
2021-07-22
2
-2
/
+2
*
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-22
4
-5
/
+13
*
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
2021-07-22
2
-10
/
+6
*
shader_recompiler: GCC fixes
lat9nq
2021-07-22
2
-8
/
+5
*
shader: Use a non-trivial dummy to construct ASL node union
ReinUsesLisp
2021-07-22
1
-1
/
+6
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-22
5
-7
/
+25
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-22
14
-225
/
+151
*
shader: Add floating-point rounding to I2F
ReinUsesLisp
2021-07-22
2
-34
/
+36
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-22
1
-0
/
+6
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-22
1
-0
/
+6
*
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-22
4
-0
/
+186
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
2
-0
/
+5
*
shader: Implement VertexA stage
FernandoS27
2021-07-22
2
-0
/
+2
*
shader: Add missing UndoUse case for GetSparseFromOp
ReinUsesLisp
2021-07-22
1
-0
/
+4
*
shader: Simplify code in opcodes.h to fix Intellisense
ReinUsesLisp
2021-07-22
1
-8
/
+6
*
shader: Implement indexed textures
ReinUsesLisp
2021-07-22
2
-20
/
+21
*
shader: Fix gcc warnings
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
shader: Inline common Value getters
ReinUsesLisp
2021-07-22
2
-109
/
+102
*
shader: Intrusively store in a block if it's sealed or not
ReinUsesLisp
2021-07-22
1
-0
/
+9
*
shader: Use memset to reset instruction arguments
ReinUsesLisp
2021-07-22
2
-4
/
+7
*
shader: Inline common Value functions into the header
ReinUsesLisp
2021-07-22
2
-19
/
+23
[next]