index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
Age
Commit message (
Expand
)
Author
2021-01-27
vk_scheduler: Fix unaligned placement new expressions
ReinUsesLisp
2021-01-24
vk_graphics_pipeline: Fix narrowing conversion on MSVC
ReinUsesLisp
2021-01-24
Merge pull request #5807 from ReinUsesLisp/vc-warnings
LC
2021-01-24
Merge pull request #5363 from ReinUsesLisp/vk-image-usage
Rodrigo Locatti
2021-01-24
vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCre...
ReinUsesLisp
2021-01-24
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
maxwell_to_vk: Silence -Wextra warnings about using different enum types
ReinUsesLisp
2021-01-23
vk_pipeline_cache: Properly bypass VertexA shaders
ReinUsesLisp
2021-01-20
Merge pull request #5361 from ReinUsesLisp/vk-shader-comment
bunnei
2021-01-15
vk_shader_decompiler: Show comments as OpUndef with a type
ReinUsesLisp
2021-01-15
vk_texture_cache: Use Download memory types for texture flushes
ReinUsesLisp
2021-01-15
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
renderer_vulkan: Rename Vulkan memory manager to memory allocator
ReinUsesLisp
2021-01-15
vk_memory_manager: Improve memory manager and its API
ReinUsesLisp
2021-01-15
vk_buffer_cache: Remove unused function
ReinUsesLisp
2021-01-12
Merge pull request #5311 from ReinUsesLisp/fence-wait
bunnei
2021-01-08
Merge pull request #5231 from ReinUsesLisp/dyn-bindings
bunnei
2021-01-08
vk_fence_manager: Use timeline semaphores instead of spin waits
ReinUsesLisp
2021-01-06
Merge pull request #5288 from ReinUsesLisp/workaround-garbage
Morph
2021-01-05
Merge pull request #5289 from ReinUsesLisp/vulkan-device
bunnei
2021-01-04
Merge pull request #5292 from ReinUsesLisp/empty-set
LC
2021-01-04
vk_rasterizer: Skip binding empty descriptor sets on compute
ReinUsesLisp
2021-01-04
renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common
ReinUsesLisp
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2021-01-03
Merge pull request #5230 from ReinUsesLisp/vulkan-common
Rodrigo Locatti
2021-01-02
general: Fix various spelling errors
Morph
2020-12-31
vulkan_instance: Allow different Vulkan versions and enforce 1.1
ReinUsesLisp
2020-12-31
vk_device: Use an array to report lacking device limits
ReinUsesLisp
2020-12-31
vk_device: Stop initialization when device is not suitable
ReinUsesLisp
2020-12-31
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
renderer_vulkan: Catch and report exceptions
ReinUsesLisp
2020-12-31
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-31
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-30
maxwell_to_vk: Initialize usage variable in SurfaceFormat()
Lioncash
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-25
renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state
ReinUsesLisp
2020-12-24
vk_shader_decompiler: Silence warning when compiling without asserts
ReinUsesLisp
2020-12-07
video_core: Make use of ordered container contains() where applicable
Lioncash
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
Merge pull request #5152 from comex/xx-override
LC
2020-12-07
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-06
renderer_vulkan: Add missing `override` specifier
comex
2020-12-06
video_core: Adjust `NUM` macro to avoid Clang warning
comex
[next]