index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
vulkan_common: promote timeline semaphore usage to core
Liam
2022-12-04
3
-9
/
+15
|
/
/
*
|
Merge pull request #9374 from liamwhite/externals
liamwhite
2022-12-04
2
-13
/
+19
|
\
\
|
*
|
externals: update dynarmic, SDL2
Liam
2022-12-04
2
-13
/
+19
*
|
|
Merge pull request #9344 from liamwhite/null
bunnei
2022-12-03
6
-0
/
+236
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
video_core: add null backend
Liam
2022-11-28
6
-0
/
+236
*
|
|
Merge pull request #9300 from ameerj/pch
liamwhite
2022-12-03
2
-0
/
+11
|
\
\
\
|
*
|
|
CMake: Consolidate common PCH headers
ameerj
2022-11-30
1
-7
/
+1
|
*
|
|
CMake: Use precompiled headers
ameerj
2022-11-29
2
-0
/
+17
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-12-03
28
-12
/
+26
|
\
\
\
|
*
|
|
general: fix compile for Apple Clang
Liam
2022-11-22
28
-12
/
+26
*
|
|
|
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
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #9303 from liamwhite/new-vulkan-init
Matías Locatti
2022-12-02
5
-65
/
+140
|
\
\
\
\
|
*
|
|
|
Vulkan: update initialization
Liam
2022-11-27
5
-65
/
+140
|
|
|
/
/
|
|
/
|
|
*
|
|
|
shader_recompiler: add gl_Layer translation GS for older hardware
Liam
2022-12-01
2
-5
/
+65
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #9352 from lioncash/vidcast
liamwhite
2022-11-29
10
-88
/
+60
|
\
\
\
|
*
|
|
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
|
|
|
/
|
|
/
|
*
|
|
host1x/syncpoint_manager: Eliminate unnecessary std::function construction
Lioncash
2022-11-29
1
-4
/
+2
*
|
|
host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
Lioncash
2022-11-29
2
-6
/
+6
*
|
|
video_core/surface: Eliminate casts in GetFormatType()
Lioncash
2022-11-28
1
-11
/
+4
|
/
/
*
|
Merge pull request #9276 from goldenx86/fsrSlider
bunnei
2022-11-27
1
-1
/
+5
|
\
\
|
*
|
FSR Sharpening Slider part 1 - only a global slider
Matías Locatti
2022-11-24
1
-1
/
+5
|
|
/
*
|
Merge pull request #9288 from vonchenplus/deferred_draw
liamwhite
2022-11-26
2
-61
/
+63
|
\
\
|
*
|
video_core: Optimize maxwell drawing trigger mechanism
FengChen
2022-11-22
2
-61
/
+63
|
|
/
*
|
Merge pull request #9307 from Morph1984/not-used-correctly
liamwhite
2022-11-26
1
-3
/
+3
|
\
\
|
*
|
maxwell_to_vk: Add R16_SINT
Morph
2022-11-23
1
-1
/
+1
|
*
|
maxwell_to_vk: Fix format usage bits
Morph
2022-11-23
1
-2
/
+2
|
|
/
*
|
Merge pull request #9194 from FernandoS27/yfc-fermi2d
liamwhite
2022-11-24
21
-31
/
+1832
|
\
\
|
*
|
Fermi2D: Cleanup and address feedback.
Fernando Sahmkow
2022-11-24
3
-8
/
+150
|
*
|
GPU: Implement additional render target formats.
Fernando Sahmkow
2022-11-24
7
-12
/
+126
|
*
|
MaxwellDMA: Implement BlockLinear to BlockLinear copies.
Fernando Sahmkow
2022-11-24
2
-1
/
+69
|
*
|
Fermi2D: Implement Bilinear software filtering and address feedback.
Fernando Sahmkow
2022-11-24
7
-116
/
+180
|
*
|
Fermi2D: Rework blit engine and add a software blitter.
Fernando Sahmkow
2022-11-24
12
-18
/
+1431
|
|
/
*
/
GPU: Fix buffer cache issue, engine upload not inlining memory in multiline a...
Fernando Sahmkow
2022-11-24
4
-15
/
+9
|
/
*
Merge pull request #9216 from vonchenplus/reimp_inline_index_buffer
liamwhite
2022-11-20
5
-33
/
+31
|
\
|
*
video_core: Reimplement inline index buffer binding
Feng Chen
2022-11-15
5
-33
/
+31
*
|
Merge pull request #9249 from goldenx86/available-vram
Morph
2022-11-20
1
-0
/
+4
|
\
\
|
*
|
Update renderer_vulkan.cpp
Matías Locatti
2022-11-16
1
-0
/
+4
*
|
|
Merge pull request #9252 from liamwhite/radv-superiority
bunnei
2022-11-19
8
-13
/
+27
|
\
\
\
|
*
|
|
maxwell3d: full HLE for multi-layer clears
Liam
2022-11-17
8
-24
/
+17
|
*
|
|
maxwell3d: HLE multi-layer clear macro
Liam
2022-11-16
2
-1
/
+22
|
|
/
/
*
|
|
Merge pull request #9229 from Docteh/achy_breaky_heart
Morph
2022-11-17
9
-0
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add break for default cases
Kyle Kienapfel
2022-11-13
9
-0
/
+16
*
|
|
Merge pull request #9226 from Kelebek1/regs_regression
bunnei
2022-11-12
6
-5
/
+32
|
\
\
\
|
*
|
|
Fix regs regression with OpenGL two-sided stencil, and re-add data invalidati...
Kelebek1
2022-11-11
6
-5
/
+32
|
|
/
/
*
|
|
Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crash
liamwhite
2022-11-11
1
-17
/
+20
|
\
\
\
|
*
|
|
video_core: Fix dma copy 1D random crash
FengChen
2022-11-11
1
-17
/
+20
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9167 from vonchenplus/tess
liamwhite
2022-11-11
2
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
video_core: Fix few issues in Tess stage
FengChen
2022-11-07
2
-1
/
+3
[prev]
[next]