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
*
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
*
shader: Move microinstruction header to the value header
ReinUsesLisp
2021-07-22
7
-168
/
+152
*
shader: Intrusively store register values in block for SSA pass
ReinUsesLisp
2021-07-22
1
-0
/
+10
*
shader: Inline common Opcode and Inst functions
ReinUsesLisp
2021-07-22
4
-112
/
+83
*
shader: Inline common IR::Block methods
ReinUsesLisp
2021-07-22
2
-17
/
+12
*
shader: Use a small_vector for phi blocks
ReinUsesLisp
2021-07-22
1
-1
/
+2
*
shader: Calculate number of arguments in an opcode at compile time
ReinUsesLisp
2021-07-22
1
-3
/
+12
*
shader: Add coarse derivatives
FernandoS27
2021-07-22
3
-0
/
+14
*
shader: Implement fine derivates constant propagation
FernandoS27
2021-07-22
3
-0
/
+14
*
shader: Implement SR_Y_DIRECTION
FernandoS27
2021-07-22
3
-0
/
+6
*
shader: Fix Phi node types
ReinUsesLisp
2021-07-22
1
-4
/
+0
*
shader: Fix memory barriers
ReinUsesLisp
2021-07-22
5
-30
/
+13
*
shader: Implement SampleMask
ReinUsesLisp
2021-07-22
4
-0
/
+7
*
shader: Implement PIXLD.MY_INDEX
ReinUsesLisp
2021-07-22
3
-0
/
+6
*
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-22
10
-20
/
+232
*
shader: Implement transform feedbacks and define file format
ReinUsesLisp
2021-07-22
2
-0
/
+9
*
shader: Implement geometry shaders
ReinUsesLisp
2021-07-22
4
-12
/
+26
*
shader: Implement OUT
ReinUsesLisp
2021-07-22
4
-0
/
+15
*
shader: Implement SR_THREAD_KILL
ReinUsesLisp
2021-07-22
3
-0
/
+7
*
shader: Implement ATOM/S and RED
ameerj
2021-07-22
4
-1
/
+374
*
shader: Move LaneId to the warp emission file and fix AMD
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
shader: Mark ImageWrite with side effects
ReinUsesLisp
2021-07-22
1
-0
/
+3
*
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
4
-9
/
+27
*
shader: Address feedback + clang format
lat9nq
2021-07-22
1
-1
/
+1
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-22
11
-26
/
+24
*
shader: Address feedback
FernandoS27
2021-07-22
2
-4
/
+4
[next]