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
...
*
|
|
|
Merge pull request #10110 from Morph1984/intel-disable-compute
bunnei
2023-04-29
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers
Morph
2023-04-28
1
-0
/
+7
|
|
/
/
/
*
|
|
|
Texture Cache: Release stagging buffers on tick frame
Fernando Sahmkow
2023-04-29
6
-19
/
+46
*
|
|
|
Address Feedback & Clang Format
Fernando Sahmkow
2023-04-29
2
-17
/
+14
*
|
|
|
Maxwell3D: only update parameters on High
Fernando Sahmkow
2023-04-29
1
-0
/
+3
*
|
|
|
Accelerate DMA: Use texture cache async downloads to perform the copies
Fernando Sahmkow
2023-04-29
6
-53
/
+123
*
|
|
|
TextureCache: refactor DMA downloads to allow multiple buffers.
Fernando Sahmkow
2023-04-29
8
-41
/
+75
|
/
/
/
*
|
|
Merge pull request #10051 from liamwhite/surface-capabilities
Fernando S
2023-04-24
1
-1
/
+14
|
\
\
\
|
*
|
|
vulkan: pick alpha composite flags based on available values
Liam
2023-04-13
1
-1
/
+14
*
|
|
|
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
|
/
/
*
|
vulkan: use plain fences when timeline semaphores are not available
Liam
2023-04-14
4
-68
/
+161
*
|
Merge pull request #10030 from Wollnashorn/botw-amd-fix
bunnei
2023-04-14
3
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
video_core: Enable ImageGather rounding fix on AMD open source drivers
Wollnashorn
2023-04-12
1
-0
/
+2
|
*
video_core: Enable ImageGather with subpixel offset on Intel
Wollnashorn
2023-04-08
6
-14
/
+8
|
*
shader_recompiler: Add subpixel offset for correct rounding at `ImageGather`
Wollnashorn
2023-04-08
6
-0
/
+14
*
|
Merge pull request #10008 from vonchenplus/texture_cache
liamwhite
2023-04-11
4
-50
/
+57
|
\
\
|
|
/
|
/
|
|
*
video_core: Keep the definition of DimensionControl consistent with nvidia op...
Feng Chen
2023-03-31
2
-19
/
+22
|
*
video_core: Better defined ImageInfo parameters
FengChen
2023-03-14
3
-39
/
+43
*
|
Merge pull request #10004 from Kelebek1/cubemap
liamwhite
2023-04-03
1
-15
/
+15
|
\
\
|
*
|
Only upload GPU-modified overlaps
Kelebek1
2023-03-28
1
-15
/
+15
*
|
|
externals: update Vulkan-Headers to v1.3.246
Jan Beich
2023-04-01
1
-0
/
+2
*
|
|
Fixes 'Continous' typo
Max Dunbar
2023-03-29
4
-25
/
+25
*
|
|
Merge pull request #9984 from liamwhite/global-memory
liamwhite
2023-03-27
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
memory: rename global memory references to application memory
Liam
2023-03-23
2
-2
/
+2
*
|
|
video_core/macro: Make use of Common::HashValue
Morph
2023-03-25
1
-3
/
+3
*
|
|
Merge pull request #9985 from liamwhite/funny-meme
bunnei
2023-03-24
1
-1
/
+1
|
\
\
\
|
*
|
|
vulkan: fix scheduler chunk reserve
Liam
2023-03-24
1
-1
/
+1
*
|
|
|
Pass GPU page table by reference
Ross Schlaikjer
2023-03-25
1
-31
/
+32
|
/
/
/
*
|
|
Merge pull request #9975 from liamwhite/more-waiting
Morph
2023-03-24
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vulkan: fix more excessive waiting in scheduler
Liam
2023-03-19
1
-4
/
+5
*
|
|
Merge pull request #9971 from Morph1984/q
liamwhite
2023-03-23
1
-3
/
+4
|
\
\
\
|
*
|
|
bounded_threadsafe_queue: Deduplicate and add PushModes
Morph
2023-03-21
1
-1
/
+1
|
*
|
|
bounded_threadsafe_queue: Use simplified impl of bounded queue
Morph
2023-03-21
1
-3
/
+4
|
|
/
/
*
|
|
Merge pull request #9962 from Kelebek1/disable_srgb
Morph
2023-03-23
1
-6
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Disable SRGB border color conversion for now, to fix shadows in Xenoblade.
Kelebek1
2023-03-17
1
-6
/
+8
*
|
|
Merge pull request #9778 from behunin/my-box-chevy
bunnei
2023-03-17
2
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gpu_thread: Use bounded queue
Behunin
2023-03-03
2
-3
/
+4
*
|
|
Merge pull request #9955 from liamwhite/color-blend-equation
liamwhite
2023-03-15
1
-0
/
+6
|
\
\
\
|
*
|
|
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
Liam
2023-03-15
1
-0
/
+6
*
|
|
|
Merge pull request #9931 from liamwhite/sched
liamwhite
2023-03-15
2
-28
/
+62
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vk_scheduler: split work queue waits and execution waits
Liam
2023-03-12
2
-28
/
+62
*
|
|
|
Merge pull request #9933 from vonchenplus/texture_format
liamwhite
2023-03-14
3
-72
/
+67
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
video_core: Update texture format
Feng Chen
2023-03-10
3
-72
/
+67
|
|
/
/
*
|
|
Merge pull request #9943 from vonchenplus/gentleman
liamwhite
2023-03-13
3
-2
/
+3
|
\
\
\
|
*
|
|
video_core: Fix ogl status error when draw_texture
FengChen
2023-03-12
2
-2
/
+2
|
*
|
|
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
19
-34
/
+34
*
|
|
Merge pull request #9913 from ameerj/acc-dma-refactor
Fernando S
2023-03-11
10
-260
/
+208
|
\
\
\
[prev]
[next]