index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader/memory: Implement ST (generic memory)
ReinUsesLisp
2019-05-20
1
-0
/
+1
*
shader/memory: Implement LD (generic memory)
ReinUsesLisp
2019-05-20
1
-4
/
+15
*
Merge pull request #2441 from ReinUsesLisp/al2p
bunnei
2019-05-19
2
-2
/
+21
|
\
|
*
shader_ir/other: Implement IPA.IDX
ReinUsesLisp
2019-05-02
1
-0
/
+1
|
*
shader_ir/memory: Implement physical input attributes
ReinUsesLisp
2019-05-02
1
-0
/
+4
|
*
gl_shader_decompiler: Declare all possible varyings on physical attribute usage
ReinUsesLisp
2019-05-02
1
-0
/
+1
|
*
shader_bytecode: Add AL2P decoding
ReinUsesLisp
2019-05-02
1
-2
/
+15
*
|
Merge pull request #2472 from FernandoS27/tic
Hexagon12
2019-05-19
1
-1
/
+1
|
\
\
|
*
|
maxwell_3d: reduce sevirity of different component formats assert.
Fernando Sahmkow
2019-05-14
1
-1
/
+1
*
|
|
Merge pull request #2469 from lioncash/copyable
Hexagon12
2019-05-19
1
-0
/
+2
|
\
\
\
|
*
|
|
video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs
Lioncash
2019-05-14
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #2470 from lioncash/ranged-for
Sebastian Valle
2019-05-19
1
-18
/
+18
|
\
\
\
|
*
|
|
video_core/engines/maxwell3d: Get rid of three magic values in CallMethod()
Lioncash
2019-05-14
1
-3
/
+3
|
*
|
|
video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi...
Lioncash
2019-05-14
1
-15
/
+15
|
|
/
/
*
|
|
video_core/engines/engine_upload: Amend constructor initializer list order
Lioncash
2019-05-14
1
-1
/
+1
*
|
|
video_core/engines/engine_upload: Default destructor in the cpp file
Lioncash
2019-05-14
2
-1
/
+3
*
|
|
video_core/engines/engine_upload: Remove unnecessary const on parameters in f...
Lioncash
2019-05-14
1
-2
/
+2
*
|
|
video_core/engines/engine_upload: Remove unnecessary includes
Lioncash
2019-05-14
2
-2
/
+2
|
/
/
*
|
Merge pull request #2429 from FernandoS27/compute
bunnei
2019-05-09
11
-140
/
+479
|
\
\
|
|
/
|
/
|
|
*
Refactors and name corrections.
Fernando Sahmkow
2019-05-01
6
-35
/
+35
|
*
Fixes and Corrections to DMA Engine
Fernando Sahmkow
2019-04-23
2
-37
/
+57
|
*
Add Swizzle Parameters to the DMA engine
Fernando Sahmkow
2019-04-23
2
-2
/
+27
|
*
Add Documentation Headers to all the GPU Engines
Fernando Sahmkow
2019-04-23
5
-0
/
+29
|
*
Corrections and styling
Fernando Sahmkow
2019-04-23
5
-6
/
+9
|
*
Implement Maxwell3D Data Upload
Fernando Sahmkow
2019-04-22
2
-3
/
+32
|
*
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-04-22
2
-7
/
+201
|
*
Revamp Kepler Memory to use a subegine to manage uploads
Fernando Sahmkow
2019-04-22
4
-92
/
+131
*
|
Merge pull request #2322 from ReinUsesLisp/wswitch
bunnei
2019-04-28
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-18
1
-2
/
+3
*
|
Merge pull request #2411 from FernandoS27/unsafe-gpu
bunnei
2019-04-22
1
-2
/
+2
|
\
\
|
*
|
Use ReadBlockUnsafe on TIC and TSC reading
Fernando Sahmkow
2019-04-15
1
-2
/
+2
|
|
/
*
|
Merge pull request #2400 from FernandoS27/corret-kepler-mem
bunnei
2019-04-22
2
-17
/
+54
|
\
\
|
*
|
Use WriteBlock and ReadBlock.
Fernando Sahmkow
2019-04-15
1
-10
/
+6
|
*
|
Implement Block Linear copies in Kepler Memory.
Fernando Sahmkow
2019-04-15
1
-5
/
+14
|
*
|
Correct Kepler Memory on Linear Pushes.
Fernando Sahmkow
2019-04-15
2
-16
/
+48
|
|
/
*
|
Merge pull request #2407 from FernandoS27/f2f
bunnei
2019-04-20
1
-7
/
+20
|
\
\
|
*
|
Do some corrections in conversion shader instructions.
Fernando Sahmkow
2019-04-15
1
-7
/
+20
|
|
/
*
|
Merge pull request #2348 from FernandoS27/guest-bindless
bunnei
2019-04-17
3
-13
/
+68
|
\
\
|
*
|
Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format.
Fernando Sahmkow
2019-04-08
3
-3
/
+13
|
*
|
Implement TXQ_B
Fernando Sahmkow
2019-04-08
1
-0
/
+2
|
*
|
Corrections to TEX_B
Fernando Sahmkow
2019-04-08
1
-0
/
+32
|
*
|
Implement Bindless Handling on SetupTexture
Fernando Sahmkow
2019-04-08
2
-13
/
+22
|
*
|
Implement Bindless Samplers and TEX_B in the IR.
Fernando Sahmkow
2019-04-08
1
-0
/
+2
*
|
|
Merge pull request #2315 from ReinUsesLisp/severity-decompiler
bunnei
2019-04-16
1
-1
/
+15
|
\
\
\
|
*
|
|
shader_ir/memory: Reduce severity of LD_L cache management and log it
ReinUsesLisp
2019-04-03
1
-0
/
+7
|
*
|
|
shader_ir/memory: Reduce severity of ST_L cache management and log it
ReinUsesLisp
2019-04-03
1
-1
/
+8
*
|
|
|
shader_ir: Implement STG, keep track of global memory usage and flush
ReinUsesLisp
2019-04-14
1
-0
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2366 from FernandoS27/xmad-fix
bunnei
2019-04-09
1
-0
/
+3
|
\
\
\
|
*
|
|
Correct XMAD mode, psl and high_b on different encodings.
Fernando Sahmkow
2019-04-08
1
-0
/
+3
|
|
|
/
|
|
/
|
*
/
|
Correct LOP_IMN encoding
Fernando Sahmkow
2019-04-08
1
-1
/
+1
|
/
/
[next]