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-04-11
renderer_vulkan: Check return value of AcquireNextImage
Joshua Ashton
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-13
astc_decoder: Reimplement Layers
Rodrigo Locatti
2021-03-13
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-09
Merge pull request #5891 from ameerj/bgra-ogl
Rodrigo Locatti
2021-03-04
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-02-23
vk_command_pool: Reduce the command pool size from 4096 to 4
ReinUsesLisp
2021-02-21
Merge pull request #5936 from Kelebek1/Offsets
bunnei
2021-02-19
Merge pull request #5924 from ReinUsesLisp/inline-bindings
bunnei
2021-02-15
vk_rasterizer: Fix loading shader addresses twice
ReinUsesLisp
2021-02-15
Merge pull request #5923 from ReinUsesLisp/vk-dirty-pipeline
bunnei
2021-02-15
Review 1
Kelebek1
2021-02-15
Implement texture offset support for TexelFetch and TextureGather and add off...
Kelebek1
2021-02-13
vk_resource_pool: Load GPU tick once and compare with it
ReinUsesLisp
2021-02-13
vk_update_descriptor: Inline and improve code for binding buffers
ReinUsesLisp
2021-02-13
fixed_pipeline_cache: Use dirty flags to lazily update key
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
[next]