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