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
*
Merge pull request #10693 from liamwhite/f64-to-f32
bunnei
2023-06-12
1
-0
/
+1
|
\
|
*
shader_recompiler: translate f64 to f32 when unsupported on host
Liam
2023-06-10
1
-0
/
+1
*
|
Merge pull request #10668 from Kelebek1/reduce_vertex_bindings
bunnei
2023-06-11
2
-1
/
+56
|
\
\
|
*
|
Combine vertex/transform feedback buffer binding into a single call
Kelebek1
2023-06-08
2
-1
/
+56
|
|
/
*
|
android: Fix screen orientation & blurriness.
bunnei
2023-06-10
2
-47
/
+5
*
|
vk_blit_screen: use higher bit depth for fxaa
Liam
2023-06-08
1
-4
/
+4
|
/
*
Merge pull request #10476 from ameerj/gl-memory-maps
liamwhite
2023-06-07
1
-0
/
+1
|
\
|
*
OpenGL: Make use of persistent buffer maps in buffer cache downloads
ameerj
2023-05-28
1
-0
/
+1
*
|
android: vk_presentation_manager: Fix unusued needs_recreation.
bunnei
2023-06-03
1
-3
/
+3
*
|
android: vk_turbo_mode: Remove unnecessary device recreation.
bunnei
2023-06-03
2
-2
/
+11
*
|
android: renderer_vulkan: Fix crash with surface recreation.
bunnei
2023-06-03
3
-1
/
+32
*
|
android: Fix presentation layout on foldable and tablet devices.
bunnei
2023-06-03
1
-8
/
+47
*
|
video_core: vk_rasterizer: Decrease draw dispatch count for Android.
bunnei
2023-06-03
1
-0
/
+4
*
|
android: GPU: Enable async presentation, increase frames in flight.
bunnei
2023-06-03
1
-1
/
+1
*
|
android: video_core: Disable some problematic things on GPU Normal.
bunnei
2023-06-03
2
-0
/
+28
*
|
android: video_core: Disable problematic compute shaders.
bunnei
2023-06-03
2
-3
/
+9
*
|
android: vulkan: Recreate surface after suspension & adapt to async. presenta...
bunnei
2023-06-03
5
-15
/
+35
*
|
video_core: Enable support_descriptor_aliasing on Turnip, disable storage ato...
bunnei
2023-06-03
1
-5
/
+1
*
|
build: only enable adrenotools on arm64
Liam
2023-06-03
1
-3
/
+3
*
|
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
|
\
\
|
|
/
|
/
|
[next]