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
*
video_core: fix clang-format errors
liushuyu
2023-06-03
2
-4
/
+3
*
video_core: vulkan_device: Correct error message for unsuitable driver.
bunnei
2023-06-03
1
-1
/
+1
*
android: vulkan: Implement adrenotools turbo mode.
bunnei
2023-06-03
2
-2
/
+14
*
android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.
bunnei
2023-06-03
1
-3
/
+3
*
android: native: Add support for custom Vulkan driver loading.
bunnei
2023-06-03
5
-16
/
+28
*
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2023-06-03
7
-3
/
+8
*
Avoid using VectorExtractDynamic for subgroup mask on Adreno GPUs
Billy Laws
2023-06-03
1
-0
/
+1
*
Implement scaled vertex buffer format emulation
Billy Laws
2023-06-03
4
-2
/
+22
*
Disable push descriptors on adreno drivers
Billy Laws
2023-06-03
1
-0
/
+4
*
Disable VK_EXT_extended_dynamic_state on mali
Billy Laws
2023-06-03
1
-0
/
+7
*
Disable multithreaded pipeline compilation on Qualcomm drivers
Billy Laws
2023-06-03
1
-1
/
+4
*
externals: add adrenotools for bcenabler
Liam
2023-06-03
2
-0
/
+34
*
video_core: vulkan_device: Device initialization for Adreno.
bunnei
2023-06-03
1
-3
/
+4
*
video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android.
bunnei
2023-06-03
1
-0
/
+4
*
video_core: vk_swapchain: Fix image format for Android.
bunnei
2023-06-03
2
-0
/
+10
*
video_core: vk_blit_screen: Rotate viewport for Android landscape.
bunnei
2023-06-03
1
-0
/
+8
*
cmake: Integrate bundled FFmpeg for Android.
bunnei
2023-06-03
1
-1
/
+1
*
Merge pull request #10091 from Kelebek1/bc_bugggggg
liamwhite
2023-06-01
1
-3
/
+3
|
\
|
*
Fix buffer overlap checking skipping a page for stream score right expand
Kelebek1
2023-05-26
1
-3
/
+3
*
|
Merge pull request #10474 from GPUCode/you-left-me-waiting
liamwhite
2023-06-01
1
-7
/
+4
|
\
\
|
*
|
renderer_vulkan: Remove timeline semaphore wait
GPUCode
2023-05-28
1
-7
/
+4
|
|
/
*
|
Skip BufferCache tickframe with no channel state set
Kelebek1
2023-05-30
1
-1
/
+5
*
|
Merge pull request #10483 from ameerj/gl-cpu-astc
liamwhite
2023-05-28
1
-2
/
+7
|
\
\
|
*
|
gl_texture_cache: Fix ASTC CPU decoding with compression disabled
ameerj
2023-05-28
1
-2
/
+7
*
|
|
Merge pull request #10283 from danilaml/support-interlaced-videos
liamwhite
2023-05-28
2
-2
/
+99
|
\
\
\
|
*
|
|
Add support for deinterlaced videos playback
Danila Malyutin
2023-05-22
2
-2
/
+99
*
|
|
|
Move buffer bindings to per-channel state
Kelebek1
2023-05-27
4
-210
/
+228
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #10414 from liamwhite/anv-push-descriptor
Matías Locatti
2023-05-26
1
-2
/
+3
|
\
\
\
|
*
|
|
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
Liam
2023-05-22
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #10418 from liamwhite/blink-and-youll-miss-it
Matías Locatti
2023-05-26
4
-61
/
+105
|
\
\
\
|
*
|
|
texture_cache: process aliases and overlaps in the correct order
Fernando Sahmkow
2023-05-24
4
-61
/
+105
|
|
/
/
*
|
|
video_core: don't garbage collect during configuration
Liam
2023-05-25
2
-6
/
+0
*
|
|
Merge pull request #10435 from FernandoS27/gotta-clean-mess-ups
bunnei
2023-05-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Texture cache: revert wrong acceleration assumption
Fernando Sahmkow
2023-05-24
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Texture Cache Util: Fix block depth adjustment on slices.
Fernando Sahmkow
2023-05-24
1
-2
/
+13
|
/
/
*
|
Merge pull request #10422 from liamwhite/gc
Fernando S
2023-05-24
2
-6
/
+8
|
\
\
|
*
|
video_core: tune garbage collection aggressiveness
Liam
2023-05-23
2
-6
/
+8
|
|
/
*
|
Merge pull request #10398 from liamwhite/bcn
Fernando S
2023-05-24
12
-26
/
+264
|
\
\
|
*
|
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-23
12
-26
/
+264
|
|
/
*
|
Merge pull request #10388 from GPUCode/fence-wait
liamwhite
2023-05-23
2
-3
/
+58
|
\
\
|
*
|
vk_master_semaphore: Move fence wait on separate thread
GPUCode
2023-05-20
2
-3
/
+58
|
|
/
*
|
Merge pull request #10402 from liamwhite/uh
liamwhite
2023-05-23
6
-1
/
+51
|
\
\
|
*
|
renderer_vulkan: barrier attachment feedback loops
Liam
2023-05-22
6
-1
/
+51
|
|
/
*
/
Limit the device access memory to 4 GB
scorpion81
2023-05-22
1
-1
/
+1
|
/
*
renderer_vulkan: remove wrong constexpr
Liam
2023-05-18
1
-2
/
+2
*
vulkan_device: Disable VK_KHR_push_descriptor on ANV
lat9nq
2023-05-17
1
-0
/
+11
*
Merge pull request #10262 from liamwhite/depth-clamp
bunnei
2023-05-17
1
-0
/
+8
|
\
|
*
vulkan_common: disable depth clamp dynamic state for older radv
Liam
2023-05-13
1
-0
/
+8
*
|
Merge pull request #10217 from Kelebek1/clear_value
liamwhite
2023-05-16
1
-19
/
+6
|
\
\
|
*
|
Use the rendertarget format of the correct RT rather than the first valid
Kelebek1
2023-05-09
1
-19
/
+6
[next]