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
*
Maxwell3D: only update parameters on High
Fernando Sahmkow
2023-04-29
1
-0
/
+3
*
Merge pull request #10069 from liamwhite/log
Fernando S
2023-04-24
1
-4
/
+6
|
\
|
*
maxwell_3d: fix out of bounds array access in size estimation
Liam
2023-04-22
1
-4
/
+6
*
|
Account for a pre-added offset when using Corner sample mode for 2D blits
Kelebek1
2023-04-21
1
-4
/
+12
|
/
*
video_core: Keep the definition of DimensionControl consistent with nvidia op...
Feng Chen
2023-03-31
1
-4
/
+4
*
Merge pull request #9943 from vonchenplus/gentleman
liamwhite
2023-03-13
1
-0
/
+1
|
\
|
*
video_core: Invalid index_buffer flag when inline_index draw
FengChen
2023-03-12
1
-0
/
+1
*
|
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
|
/
*
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-03-05
2
-78
/
+117
*
Merge pull request #9802 from Kelebek1/wait_data_cache
bunnei
2023-02-16
1
-0
/
+4
|
\
|
*
Reimplement the invalidate_texture_data_cache register
Kelebek1
2023-02-14
1
-0
/
+4
*
|
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
3
-7
/
+7
*
|
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2023-02-14
3
-7
/
+7
|
/
*
Merge pull request #9556 from vonchenplus/draw_texture
liamwhite
2023-01-19
4
-1
/
+67
|
\
|
*
Address feedback
Feng Chen
2023-01-16
1
-2
/
+2
|
*
video_core: Implement maxwell3d draw texture method
Feng Chen
2023-01-05
4
-1
/
+67
*
|
Demote maxwell3d Firmware4 call log to debug
Kelebek1
2023-01-18
1
-1
/
+1
*
|
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
1
-2
/
+2
*
|
Fermi2D: sync cache flushes
Fernando Sahmkow
2023-01-05
2
-2
/
+5
*
|
video_core: Cache GPU internal writes.
Fernando Sahmkow
2023-01-05
3
-15
/
+11
|
/
*
Video_core: Address feedback
Fernando Sahmkow
2023-01-04
4
-31
/
+27
*
Vulkan: rework stencil tracking.
Fernando Sahmkow
2023-01-03
1
-4
/
+4
*
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
2
-2
/
+3
*
Rasterizer: Setup skeleton for Host Conditional rendering
Fernando Sahmkow
2023-01-01
1
-4
/
+10
*
Vulkan: Implement Dynamic State 3
Fernando Sahmkow
2023-01-01
1
-1
/
+0
*
Vulkan Implement Dynamic State 2 LogicOp and PatchVertices
Fernando Sahmkow
2023-01-01
1
-0
/
+1
*
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2023-01-01
11
-2
/
+172
*
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2023-01-01
3
-22
/
+28
*
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
2
-0
/
+17
*
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
2023-01-01
2
-2
/
+30
*
MacroHLE: Add Index Buffer size estimation.
Fernando Sahmkow
2023-01-01
2
-0
/
+9
*
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
4
-3
/
+63
*
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
4
-5
/
+18
*
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2023-01-01
3
-0
/
+43
*
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-19
2
-11
/
+11
*
video_core: Add usages of ScratchBuffer
ameerj
2022-12-19
3
-30
/
+17
*
Merge pull request #9406 from vonchenplus/topology
bunnei
2022-12-12
2
-26
/
+36
|
\
|
*
video_core: Add vertex_array_instance_* sbubbed called warning
FengChen
2022-12-08
1
-0
/
+5
|
*
video_core: The draw manager manages whether Clear is required.
FengChen
2022-12-08
1
-4
/
+9
|
*
video_core: Adjust topology update logic
FengChen
2022-12-08
2
-23
/
+23
*
|
Fix compilation error
Salvage
2022-12-09
1
-1
/
+1
|
/
*
Merge pull request #9401 from vonchenplus/draw_manager
Fernando S
2022-12-08
4
-181
/
+275
|
\
|
*
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
2022-12-08
4
-181
/
+275
*
|
Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-T
liamwhite
2022-12-05
1
-29
/
+39
|
\
\
|
|
/
|
/
|
|
*
Respect render mode override
Kelebek1
2022-11-30
1
-29
/
+39
*
|
externals: update dynarmic, SDL2
Liam
2022-12-04
1
-11
/
+11
*
|
Merge pull request #9353 from vonchenplus/draw_indexed
liamwhite
2022-12-03
2
-27
/
+22
|
\
\
|
|
/
|
/
|
|
*
video_core: Fine tuning the index drawing judgment logic
Feng Chen
2022-12-01
2
-27
/
+22
*
|
maxwell_3d: Mark shifted value as unsigned
Lioncash
2022-11-29
1
-3
/
+3
*
|
engines: Remove unnecessary casts
Lioncash
2022-11-29
10
-85
/
+57
|
/
[next]