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 #10809 from Kelebek1/reduce_vertex_bindings
liamwhite
2023-06-18
1
-10
/
+10
|
\
|
*
Synchronize vertex buffer even when it doesn't require binding
Kelebek1
2023-06-17
1
-10
/
+10
*
|
renderer_vulkan: add missing include
Liam
2023-06-17
1
-0
/
+1
*
|
Merge pull request #10744 from Wollnashorn/af-for-all
Fernando S
2023-06-18
5
-32
/
+55
|
\
\
|
*
|
video_core: Use sampler IDs instead pointers in the pipeline config
Wollnashorn
2023-06-16
3
-8
/
+9
|
*
|
video_core: Fallback to default anisotropy instead to 1x anisotropy
Wollnashorn
2023-06-15
3
-7
/
+9
|
*
|
video_core: Fixed compilation errors because of name shadowing
Wollnashorn
2023-06-15
1
-3
/
+3
|
*
|
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2023-06-15
5
-30
/
+50
*
|
|
Merge pull request #10783 from liamwhite/memory
bunnei
2023-06-16
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
video_core: preallocate fewer IR blocks
Liam
2023-06-14
1
-3
/
+3
*
|
|
Merge pull request #10775 from liamwhite/cb2
bunnei
2023-06-15
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
renderer_vulkan: propagate conditional barrier support
Liam
2023-06-14
1
-0
/
+1
*
|
|
buffer_cache_base: Specify buffer type in HostBindings
Morph
2023-06-13
2
-20
/
+16
|
/
/
*
|
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
|
\
[next]