index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: fix clang-format errors
liushuyu
2023-06-03
1
-2
/
+2
*
android: vulkan: Implement adrenotools turbo mode.
bunnei
2023-06-03
1
-1
/
+11
*
android: native: Add support for custom Vulkan driver loading.
bunnei
2023-06-03
2
-3
/
+3
*
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2023-06-03
1
-1
/
+1
*
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
2
-2
/
+13
*
Disable multithreaded pipeline compilation on Qualcomm drivers
Billy Laws
2023-06-03
1
-1
/
+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
*
renderer_vulkan: Remove timeline semaphore wait
GPUCode
2023-05-28
1
-7
/
+4
*
Merge pull request #10398 from liamwhite/bcn
Fernando S
2023-05-24
2
-8
/
+24
|
\
|
*
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-23
2
-8
/
+24
*
|
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
|
|
/
*
/
renderer_vulkan: barrier attachment feedback loops
Liam
2023-05-22
3
-1
/
+8
|
/
*
renderer_vulkan: remove wrong constexpr
Liam
2023-05-18
1
-2
/
+2
*
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
*
|
Merge pull request #10181 from lat9nq/intel-compute-toggle
liamwhite
2023-05-15
1
-1
/
+2
|
\
\
|
*
|
vk_pipeline_cache: Use setting to disable intel compute
lat9nq
2023-05-07
1
-1
/
+2
*
|
|
Correctly track RT indexes for image aspect lookup during clears
Kelebek1
2023-05-12
2
-1
/
+3
*
|
|
renderer_vulkan: separate guest and host compute descriptor queues
Liam
2023-05-10
16
-75
/
+81
|
|
/
|
/
|
*
|
Texture Cache: Fix ASTC textures
Fernando Sahmkow
2023-05-09
1
-1
/
+1
*
|
Texture cache: Only force flush the dma downloads
Fernando Sahmkow
2023-05-07
1
-1
/
+1
*
|
Buffer Cache: disable reactive flushing in it.
Fernando Sahmkow
2023-05-07
1
-7
/
+0
*
|
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
1
-2
/
+2
*
|
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
2
-0
/
+24
*
|
Merge pull request #10172 from Kelebek1/debug_validation_names
liamwhite
2023-05-07
2
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Log object names with debug renderer, add a GPU address to ImageViews
Kelebek1
2023-05-06
2
-5
/
+5
*
|
Merge pull request #10125 from lat9nq/vsync-select
bunnei
2023-05-06
3
-29
/
+54
|
\
\
|
|
/
|
/
|
|
*
vk_swapchain: Use certain modes for unlocked
lat9nq
2023-05-02
2
-26
/
+50
|
*
vulkan_surface: Pass only window info for surface creation
lat9nq
2023-05-02
1
-1
/
+1
|
*
configuration: Expose separate swap present modes
lat9nq
2023-05-02
1
-13
/
+14
*
|
Merge pull request #10142 from FernandoS27/missing-astc
bunnei
2023-05-03
1
-0
/
+3
|
\
\
|
*
|
GPU: implement missing ASTC
Fernando Sahmkow
2023-05-03
1
-0
/
+3
*
|
|
Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-later
bunnei
2023-05-03
5
-10
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clang format and ddress feedback
Fernando Sahmkow
2023-04-24
2
-3
/
+4
|
*
|
QueryCache: rework async downloads.
Fernando Sahmkow
2023-04-23
3
-8
/
+13
|
*
|
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
2023-04-23
2
-2
/
+3
|
*
|
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
2023-04-23
2
-1
/
+12
*
|
|
vk_present_manager: Fix softlocks when disabling async present
GPUCode
2023-05-03
3
-6
/
+9
|
|
/
|
/
|
*
|
vk_present_manager: Add toggle for async presentation
GPUCode
2023-05-01
2
-2
/
+17
*
|
vk_blit_screen: Recreate FSR when frame is recreated
GPUCode
2023-05-01
1
-1
/
+1
*
|
renderer_vulkan: Fix crashing when updating descriptors
GPUCode
2023-05-01
2
-4
/
+17
*
|
renderer_vulkan: Async presentation
GPUCode
2023-05-01
10
-218
/
+710
*
|
Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom
Morph
2023-05-01
3
-4
/
+23
|
\
\
|
*
|
Clang: format and ficx compile errors.
Fernando Sahmkow
2023-04-29
1
-1
/
+1
|
*
|
Buffer Cache: Fully rework the buffer cache.
Fernando Sahmkow
2023-04-29
3
-3
/
+22
*
|
|
Merge pull request #10110 from Morph1984/intel-disable-compute
bunnei
2023-04-29
1
-0
/
+7
|
\
\
\
[next]