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-02-13
vk_resource_pool: Load GPU tick once and compare with it
ReinUsesLisp
2021-02-13
vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order
ReinUsesLisp
2021-02-13
vk_staging_buffer_pool: Inline tick tests
ReinUsesLisp
2021-02-13
gl_stream_buffer/vk_staging_buffer_pool: Fix size check
ReinUsesLisp
2021-02-13
video_core: Fix clang build issues
ReinUsesLisp
2021-02-13
vk_staging_buffer_pool: Fix softlock when stream buffer overflows
ReinUsesLisp
2021-02-13
vk_buffer_cache: Add support for null index buffers
ReinUsesLisp
2021-02-13
vk_staging_buffer_pool: Get a staging buffer instead of waiting
ReinUsesLisp
2021-02-13
buffer_cache: Skip cache on small uploads on Vulkan
ReinUsesLisp
2021-02-13
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
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
[next]