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: 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
*
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-22
8
-5
/
+393
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
3
-0
/
+12
*
shader: Address feedback
FernandoS27
2021-07-22
3
-24
/
+24
*
shader: Implement VertexA stage
FernandoS27
2021-07-22
4
-0
/
+32
*
shader: Implement delegation of Exit to dispatcher on CFG
FernandoS27
2021-07-22
2
-3
/
+47
*
shader: Fix IADD3.CC
ameerj
2021-07-22
1
-12
/
+5
*
shader: Fix VMNMX selector B
ReinUsesLisp
2021-07-22
1
-1
/
+2
*
shader: Remove identity removal pass for better build times
ReinUsesLisp
2021-07-22
1
-1
/
+0
*
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: Refactor atomic_operations_global_memory
ameerj
2021-07-22
1
-44
/
+36
*
shader: add missing include guard in half_floating_point_helper.h
ameerj
2021-07-22
1
-0
/
+2
*
shader: Fix gcc warnings
ReinUsesLisp
2021-07-22
2
-2
/
+2
*
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: Improve goto removal algorithm complexity
ReinUsesLisp
2021-07-22
1
-49
/
+28
[prev]
[next]