index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
vulkan_common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nsight_aftermath_tracker: update for latest Aftermath SDK
Liam
2023-01-21
1
-4
/
+4
*
Merge pull request #9596 from liamwhite/mvk
Morph
2023-01-11
1
-10
/
+25
|
\
|
*
MoltenVK: restrict number of vertex attributes/bindings to 16
TellowKrinkle
2023-01-10
1
-10
/
+25
*
|
vulkan_common: fix indirect draw with count
Liam
2023-01-10
3
-8
/
+15
|
/
*
vulkan_device: refactor feature testing
Liam
2023-01-09
2
-1157
/
+661
*
Merge pull request #9570 from liamwhite/less-clock-boost
Narr the Reg
2023-01-07
2
-0
/
+14
|
\
|
*
renderer_vulkan: disable clock boost on unvalidated devices
Liam
2023-01-07
2
-0
/
+14
*
|
vulkan_device: avoid attempt to access empty optional
Liam
2023-01-07
1
-2
/
+6
|
/
*
Merge pull request #9552 from liamwhite/turbo
liamwhite
2023-01-06
1
-1
/
+1
|
\
|
*
vulkan: implement 'turbo mode' clock booster
Liam
2023-01-05
1
-1
/
+1
*
|
Merge pull request #9528 from liamwhite/mvk-nulldesc
liamwhite
2023-01-06
2
-0
/
+8
|
\
\
|
*
|
renderer_vulkan: implement fallback path for null descriptors
Liam
2023-01-05
2
-0
/
+8
|
|
/
*
|
Merge pull request #9536 from liamwhite/debug-utils
liamwhite
2023-01-06
2
-10
/
+9
|
\
\
|
*
|
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer
Liam
2023-01-01
2
-10
/
+9
*
|
|
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
Wollnashorn
2023-01-05
2
-6
/
+45
|
|
/
|
/
|
*
|
Vulkan: Update blacklisting to latest driver versions.
Fernando Sahmkow
2023-01-04
1
-5
/
+12
*
|
vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before 22.3.1
Liam
2023-01-01
1
-0
/
+10
*
|
video_core: fix build
Liam
2023-01-01
1
-0
/
+27
*
|
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
3
-35
/
+44
*
|
Vulkan: Implement Dynamic State 3
Fernando Sahmkow
2023-01-01
4
-38
/
+89
*
|
Vulkan Implement Dynamic State 2 LogicOp and PatchVertices
Fernando Sahmkow
2023-01-01
3
-4
/
+13
*
|
Vulkan: Implement Dynamic States 2
Fernando Sahmkow
2023-01-01
4
-0
/
+99
*
|
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
4
-9
/
+27
*
|
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2023-01-01
3
-1
/
+18
|
/
*
externals: update Vulkan-Headers to v1.3.238
Jan Beich
2022-12-19
1
-0
/
+12
*
Merge pull request #7450 from FernandoS27/ndc-vulkan
liamwhite
2022-12-17
2
-0
/
+31
|
\
|
*
Vulkan: Add support for VK_EXT_depth_clip_control.
FernandoS27
2022-12-14
2
-0
/
+31
*
|
Merge pull request #9431 from liamwhite/sixty-five-oh-two
Narr the Reg
2022-12-16
1
-1
/
+2
|
\
\
|
*
|
vulkan_common: declare storageBuffer8BitAccess
Liam
2022-12-14
1
-1
/
+2
|
|
/
*
/
Fix validation errors on less compatible Intel GPU
yzct12345
2022-12-13
2
-0
/
+14
|
/
*
video_core: Integrate SMAA
Liam
2022-12-08
2
-0
/
+7
*
Merge pull request #9365 from liamwhite/val
Morph
2022-12-07
2
-1
/
+3
|
\
|
*
vulkan_common: quiet some validation errors
Liam
2022-12-01
2
-1
/
+3
*
|
vulkan_common: further initialization tweaks
Liam
2022-12-06
2
-1
/
+9
*
|
vulkan_common: add feature test for shaderDrawParameters
Liam
2022-12-04
1
-1
/
+13
*
|
vulkan_common: clean up extension usage
Liam
2022-12-04
4
-81
/
+84
*
|
vulkan_common: correct usage of timeline semaphore fallbacks
Liam
2022-12-04
1
-2
/
+1
*
|
vulkan_common: ensure all mandatory features are tested in feature report
Liam
2022-12-04
1
-1
/
+24
*
|
vulkan_common: unsuffix 16-bit storage feature test structure
Liam
2022-12-04
1
-2
/
+2
*
|
vulkan_common: unsuffix timeline semaphore feature test structure
Liam
2022-12-04
1
-2
/
+2
*
|
vulkan_common: add logicOp to feature report
Liam
2022-12-04
1
-1
/
+2
*
|
vulkan_common: promote host query reset usage to core
Liam
2022-12-04
3
-10
/
+11
*
|
vulkan_common: promote descriptor update template usage to core
Liam
2022-12-04
3
-21
/
+20
*
|
vulkan_common: promote timeline semaphore usage to core
Liam
2022-12-04
3
-9
/
+15
*
|
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-12-03
3
-0
/
+3
|
\
\
|
*
|
general: fix compile for Apple Clang
Liam
2022-11-23
3
-0
/
+3
|
|
/
*
/
Vulkan: update initialization
Liam
2022-11-27
4
-63
/
+138
|
/
*
vulkan_blitter: Fix pool allocation double free.
Byte
2022-10-06
1
-20
/
+0
*
renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALED
Liam
2022-08-03
1
-90
/
+144
*
Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"
lat9nq
2022-06-29
1
-11
/
+0
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
2
-9
/
+11
*
vulkan_library: Add debug logging
lat9nq
2022-05-30
1
-0
/
+4
*
Merge pull request #8379 from lat9nq/amd-push-desc-workaround
bunnei
2022-05-25
1
-0
/
+11
|
\
|
*
vulkan_device: Block AMDVLK's VK_KHR_push_descriptor
lat9nq
2022-05-25
1
-0
/
+11
*
|
vulkan_device: Workaround extension bug
lat9nq
2022-05-25
1
-1
/
+6
|
/
*
video_core: Support new VkResult
Alexandre Bouvier
2022-05-17
1
-0
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
16
-48
/
+32
*
video_core: implement formats for N64 emulation
Fernando Sahmkow
2022-04-14
1
-0
/
+12
*
fix: typos
Andrea Pappacoda
2022-04-02
1
-1
/
+1
*
Merge pull request #8076 from ameerj/nv-vk-msaa-scale
bunnei
2022-03-31
1
-0
/
+5
|
\
|
*
Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+
ameerj
2022-03-24
1
-0
/
+5
*
|
GC: Address Feedback.
Fernando Sahmkow
2022-03-25
1
-6
/
+5
*
|
Garbage Collection: Redesign the algorithm to do a better use of memory.
Fernando Sahmkow
2022-03-25
5
-11
/
+71
|
/
*
video_core: Reduce unused includes
ameerj
2022-03-19
8
-15
/
+8
*
vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_state
Ameer J
2022-02-26
1
-4
/
+21
*
vulkan_device: fix missing format in ANV
voidanix
2022-02-21
2
-0
/
+17
*
vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64Features
Georg Lehmann
2022-01-19
1
-1
/
+1
*
vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers
ameerj
2021-12-24
2
-2
/
+12
*
Vulkan: Fix the checks for primitive restart extension.
Fernando Sahmkow
2021-12-18
2
-19
/
+23
*
Vulkan: implement Logical Operations.
Fernando Sahmkow
2021-12-18
1
-1
/
+1
*
Vulkan: Implement VK_EXT_primitive_topology_list_restart
Fernando Sahmkow
2021-12-18
2
-0
/
+38
*
renderer_vulkan: Add R16G16_UINT
Morph
2021-12-08
1
-0
/
+1
*
renderer_vulkan: Implement S8_UINT stencil format
Morph
2021-11-18
1
-0
/
+10
*
vk_texture_cache: Fix unsupported blit format error checking
ameerj
2021-11-16
1
-4
/
+4
*
vulkan_device: Add missing vulkan image format R5G6B5 in GetFormatProperties
Feng Chen
2021-11-05
1
-0
/
+1
*
Merge pull request #7070 from FernandoS27/want-you-bad
Ameer J
2021-10-24
2
-0
/
+9
|
\
|
*
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
Fernando Sahmkow
2021-09-23
2
-0
/
+9
*
|
vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and earlier
ameerj
2021-09-24
2
-10
/
+21
|
/
*
Merge pull request #7011 from ameerj/vk-validation-0x0
bunnei
2021-09-17
1
-0
/
+1
|
\
|
*
vulkan_debug_callback: Ignore InvalidCommandBuffer-VkDescriptorSet errors
ameerj
2021-09-14
1
-0
/
+1
*
|
vulkan_device: Reorder Float16Int8 declaration
ameerj
2021-09-16
1
-1
/
+2
*
|
Revert "Merge pull request #7006 from FernandoS27/a-motherfucking-driver"
ameerj
2021-09-16
1
-13
/
+1
|
/
*
Merge pull request #6943 from FernandoS27/omae-wa-mou-shindeiru
Morph
2021-09-13
1
-6
/
+20
|
\
|
*
Vulkan: Disable VK_EXT_SAMPLER_FILTER_MINMAX in GCN AMD since it's broken.
Fernando Sahmkow
2021-09-13
1
-6
/
+20
*
|
Merge pull request #7006 from FernandoS27/a-motherfucking-driver
Morph
2021-09-13
1
-1
/
+13
|
\
\
|
|
/
|
/
|
|
*
Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1
Fernando Sahmkow
2021-09-13
1
-1
/
+13
*
|
Merge pull request #6944 from FernandoS27/dear-drunk-me
Morph
2021-09-13
2
-0
/
+11
|
\
\
|
*
|
Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver.
Fernando Sahmkow
2021-09-13
2
-0
/
+11
|
|
/
*
/
vulkan_device: Enable VK_KHR_swapchain_mutable_format if available
ameerj
2021-08-29
2
-0
/
+16
|
/
*
vulkan_device: Add a check for int8 support
ameerj
2021-08-25
2
-8
/
+18
*
vulkan_memory_allocator: Respect bufferImageGranularity
Robin Kertels
2021-08-07
2
-2
/
+8
*
renderer_vulkan: Add setting to log pipeline statistics
ReinUsesLisp
2021-07-28
4
-0
/
+81
*
vulkan_wrapper: Fix SetObjectName() always indicating objects as images
Lioncash
2021-07-27
1
-1
/
+1
*
vulkan_device: Blacklist Volta and older from VK_KHR_push_descriptor
ReinUsesLisp
2021-07-23
1
-4
/
+39
*
maxwell_to_vk: Add R16_SNORM
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
vulkan_device: Add missing include algorithm
lat9nq
2021-07-23
1
-0
/
+1
*
vulkan_device: Blacklist ampere devices from float16 math
ameerj
2021-07-23
2
-12
/
+23
*
vulkan_device: Enable VK_EXT_extended_dynamic_state on RADV 21.2 onward
ReinUsesLisp
2021-07-23
1
-4
/
+7
*
vk_graphics_pipeline: Implement smooth lines
ReinUsesLisp
2021-07-23
2
-5
/
+42
*
vk_graphics_pipeline: Implement line width
ReinUsesLisp
2021-07-23
3
-2
/
+8
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-23
2
-0
/
+12
*
vk_graphics_pipeline: Implement conservative rendering
ReinUsesLisp
2021-07-23
2
-0
/
+12
*
shader: Emulate 64-bit integers when not supported
ReinUsesLisp
2021-07-23
1
-0
/
+5
*
vk_graphics_pipeline: Use VK_KHR_push_descriptor when available
ReinUsesLisp
2021-07-23
4
-12
/
+43
*
shader: Add support for native 16-bit floats
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
vulkan_device: Blacklist VK_EXT_vertex_input_dynamic_state on Intel
ReinUsesLisp
2021-07-23
1
-0
/
+4
*
shader: Add shader loop safety check settings
lat9nq
2021-07-23
1
-2
/
+2
*
vulkan_device: Enable VK_EXT_vertex_input_dynamic_state
ReinUsesLisp
2021-07-23
1
-0
/
+28
*
vulkan: Add VK_EXT_vertex_input_dynamic_state support
ReinUsesLisp
2021-07-23
3
-0
/
+15
*
vulkan: Use VK_EXT_provoking_vertex when available
ReinUsesLisp
2021-07-23
2
-0
/
+34
*
nsight_aftermath_tracker: Fix SPIR-V module writes
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
vulkan: Conditionally use shaderInt16
ReinUsesLisp
2021-07-23
2
-1
/
+8
*
vulkan: Enable depth bounds and use it conditionally
ReinUsesLisp
2021-07-23
2
-1
/
+8
*
vulkan_device: Enable float64 and int64 conditionally
ReinUsesLisp
2021-07-23
2
-2
/
+6
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
vulkan_device: Require shaderClipDistance and shaderCullDistance features
ReinUsesLisp
2021-07-23
1
-2
/
+4
*
shader: Fix bugs and build issues on GCC
Rodrigo Locatti
2021-07-23
1
-1
/
+1
*
shader: Require dual source blending
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
shader: Implement PIXLD.MY_INDEX
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
spirv: Implement ViewportMask with NV_viewport_array2
ReinUsesLisp
2021-07-23
2
-0
/
+11
*
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-23
1
-1
/
+28
*
shader: Implement ATOM/S and RED
ameerj
2021-07-23
2
-0
/
+20
*
nsight_aftermath_tracker: Report used shaders to Nsight Aftermath
ReinUsesLisp
2021-07-23
4
-15
/
+16
*
shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available
ReinUsesLisp
2021-07-23
2
-15
/
+61
*
shader: Implement VOTE
ameerj
2021-07-23
2
-0
/
+7
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-0
/
+15
*
shader: Add denorm flush support
ReinUsesLisp
2021-07-23
3
-26
/
+35
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-5
/
+5
*
Merge pull request #6502 from ameerj/vendor-title
Morph
2021-06-28
2
-0
/
+24
|
\
|
*
video_core: Add GPU vendor name to window title bar
ameerj
2021-06-21
2
-0
/
+24
*
|
vulkan_device: Make device memory match the rest of the file
ReinUsesLisp
2021-06-25
2
-19
/
+18
*
|
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-23
4
-5
/
+43
|
\
\
|
*
|
Reaper: Correct size calculation on Vulkan.
Fernando Sahmkow
2021-06-17
1
-5
/
+3
|
*
|
Reaper: Change memory restrictions on TC depending on host memory on VK.
Fernando Sahmkow
2021-06-17
2
-0
/
+23
|
*
|
vulkan_memory_allocator: Release allocations with no commits
ReinUsesLisp
2021-06-16
2
-5
/
+22
*
|
|
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
2021-06-22
1
-1
/
+1
|
|
/
|
/
|
*
|
vulkan_debug_callback: Skip logging known false-positive validation errors
ameerj
2021-06-18
1
-0
/
+8
|
/
*
vulkan_memory_allocator: Allow textures to be allocated in host memory
ReinUsesLisp
2021-05-27
2
-31
/
+43
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
3
-24
/
+34
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
vulkan_device: Enable EXT_robustness2 features
Joshua Ashton
2021-04-11
1
-0
/
+9
*
vulkan_common: enable OpenGL interop on other Unices
Jan Beich
2021-03-30
2
-5
/
+5
*
vulkan_device: Require VK_EXT_robustness2
ReinUsesLisp
2021-02-13
2
-37
/
+14
*
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
2
-7
/
+18
*
vulkan_device: Enable robustBufferAccess
ReinUsesLisp
2021-02-13
1
-1
/
+2
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-1
/
+1
*
vulkan_common: Expose interop and headless devices
ReinUsesLisp
2021-02-13
4
-21
/
+100
*
vulkan_common: Make interop extensions mandatory
ReinUsesLisp
2021-02-13
1
-0
/
+6
*
vulkan_device: Enable robust buffers
ReinUsesLisp
2021-02-13
1
-2
/
+4
*
vulkan_device: Use designated initializers for features
ReinUsesLisp
2021-02-13
1
-60
/
+59
*
vulkan_wrapper: Add memory barrier pipeline barrier helper
ReinUsesLisp
2021-02-13
1
-0
/
+6
*
vulkan_device: Fix formatting of constants
ReinUsesLisp
2021-02-13
1
-10
/
+6
*
vulkan_wrapper: Add interop functions
ReinUsesLisp
2021-02-13
2
-1
/
+41
*
vulkan_instance: Initialize Vulkan instance in a separate thread
ReinUsesLisp
2021-02-13
1
-1
/
+5
*
vulkan_wrapper: Pull Windows symbols
ReinUsesLisp
2021-02-13
1
-0
/
+11
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
2
-1
/
+4
*
vulkan_device: Blacklist Intel from float16 math (#5798)
Rodrigo Locatti
2021-01-27
1
-0
/
+5
*
Merge pull request #5807 from ReinUsesLisp/vc-warnings
LC
2021-01-24
1
-0
/
+1
|
\
|
*
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
1
-0
/
+1
*
|
vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA
ReinUsesLisp
2021-01-25
1
-23
/
+0
|
/
*
nsight_aftermath_tracker: Fix build issues when enabled
ReinUsesLisp
2021-01-23
2
-16
/
+5
*
Merge pull request #5745 from lioncash/documentation
Rodrigo Locatti
2021-01-17
1
-3
/
+2
|
\
|
*
video_core: Resolve -Wdocumentation warnings
Lioncash
2021-01-17
1
-3
/
+2
*
|
vulkan_debug_callback: Add missing header guard
Lioncash
2021-01-17
1
-0
/
+2
|
/
*
vulkan_memory_allocator: Remove unnecesary 'device' memory from commits
ReinUsesLisp
2021-01-15
2
-15
/
+15
*
vulkan_memory_allocator: Add allocation support for download types
ReinUsesLisp
2021-01-15
2
-55
/
+91
*
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
2
-10
/
+38
*
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
2
-0
/
+322
*
Merge pull request #5350 from ReinUsesLisp/vk-init-warns
Rodrigo Locatti
2021-01-15
2
-145
/
+146
|
\
|
*
vulkan_common: Silence missing initializer warnings
ReinUsesLisp
2021-01-15
2
-145
/
+146
*
|
vulkan_device: Enable shaderStorageImageMultisample conditionally
ReinUsesLisp
2021-01-15
2
-18
/
+20
|
/
*
vulkan_device: Remove requirement on shaderStorageImageMultisample
ReinUsesLisp
2021-01-13
1
-1
/
+0
*
vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]
MerryMage
2021-01-07
1
-1
/
+1
*
vulkan_device: Allow creating a device without surface
ReinUsesLisp
2021-01-04
1
-3
/
+3
*
renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common
ReinUsesLisp
2021-01-04
4
-4
/
+302
*
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
2
-0
/
+1189
*
vulkan_instance: Allow different Vulkan versions and enforce 1.1
ReinUsesLisp
2020-12-31
2
-13
/
+27
*
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
2
-6
/
+3
*
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
4
-11
/
+8
*
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
3
-0
/
+104
*
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
5
-45
/
+79
*
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
2
-0
/
+173
*
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h
ReinUsesLisp
2020-12-31
2
-0
/
+2141
*
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-31
2
-0
/
+49