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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Support out of bound local memory reads and immediate writes
ReinUsesLisp
2021-07-22
1
-4
/
+21
*
shader: Implement ISETP.X
ameerj
2021-07-22
4
-44
/
+57
*
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-22
3
-18
/
+23
*
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-22
8
-29
/
+23
*
shader: Manually convert from array<u32> to bitset instead of using bit_cast
ReinUsesLisp
2021-07-22
1
-2
/
+3
*
shader: Ignore global memory ops on devices lacking int64 support
ameerj
2021-07-22
1
-14
/
+14
*
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-22
1
-1
/
+1
*
shader: Account for 33-bit IADD3 scenario
ameerj
2021-07-22
1
-2
/
+10
*
shader: Only apply shift on register mode for IADD3
ReinUsesLisp
2021-07-22
1
-10
/
+14
*
shader: Use std::bit_cast instead of Common::BitCast for passthrough
ReinUsesLisp
2021-07-22
1
-2
/
+3
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
3
-8
/
+17
*
shader: Only verify shader when graphics debugging is enabled
ReinUsesLisp
2021-07-22
1
-2
/
+7
*
shader: Emulate 64-bit integers when not supported
ReinUsesLisp
2021-07-22
1
-0
/
+3
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-22
3
-11
/
+3
*
shader_recompiler: Fix IADD3 input partitioning
ameerj
2021-07-22
1
-14
/
+13
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
4
-46
/
+4
*
shader: Calibrate loop safety threshold
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
shader: Simplify MergeDualVertexPrograms
ReinUsesLisp
2021-07-22
1
-6
/
+4
*
shader: Properly manage attributes not written from previous stages
ReinUsesLisp
2021-07-22
1
-1
/
+3
*
shader: Add support for native 16-bit floats
ReinUsesLisp
2021-07-22
2
-4
/
+7
*
shader: Rename maxwell/program.h to translate_program.h
ReinUsesLisp
2021-07-22
2
-7
/
+2
*
shader: Fix loop safety to SSA pass
ReinUsesLisp
2021-07-22
1
-1
/
+3
*
shader: Add logging
ReinUsesLisp
2021-07-22
4
-7
/
+7
*
shader: Add shader loop safety check settings
lat9nq
2021-07-22
4
-6
/
+55
*
shader: Comment why the array component is not read in TMML
ReinUsesLisp
2021-07-22
1
-0
/
+2
*
tmml: Remove index component from coords vec
ameerj
2021-07-22
1
-4
/
+3
*
shader: Fix VertexA Shaders.
FernandoS27
2021-07-22
1
-5
/
+14
*
shader: Add 2D and 3D variants to SUATOM and SURED
ReinUsesLisp
2021-07-22
1
-0
/
+4
*
shader: Avoid CPU side undefined behavior on I2F
ReinUsesLisp
2021-07-22
1
-0
/
+2
*
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
shader: Implement ISCADD32I
ReinUsesLisp
2021-07-22
1
-17
/
+31
*
shader: Always initialize up reference in structure control flow
ReinUsesLisp
2021-07-22
1
-31
/
+36
*
shader: Fix ImageWrite indexing
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
shader: Fix TMML queries
ReinUsesLisp
2021-07-22
1
-5
/
+9
*
shader: Handle host exceptions
ReinUsesLisp
2021-07-22
3
-5
/
+11
*
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
5
-11
/
+16
*
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
2021-07-22
4
-22
/
+17
*
shader_recompiler: GCC fixes
lat9nq
2021-07-22
4
-33
/
+30
*
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
6
-10
/
+28
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-22
19
-344
/
+312
*
shader: Add floating-point rounding to I2F
ReinUsesLisp
2021-07-22
3
-35
/
+42
*
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: ISET.X implementation
ameerj
2021-07-22
1
-8
/
+58
*
shader: Optimize NVN Fallthrough
FernandoS27
2021-07-22
1
-2
/
+5
*
shader: Stub SR_AFFINITY
FernandoS27
2021-07-22
1
-0
/
+3
[next]