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
*
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