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-06-28
Merge pull request #6502 from ameerj/vendor-title
Morph
2021-06-26
vk_buffer_cache: Silence implicit cast warnings
ReinUsesLisp
2021-06-24
Merge pull request #6496 from ameerj/astc-fixes
bunnei
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
2021-06-23
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-21
vk_master_semaphore: Use jthread for debug thread
ReinUsesLisp
2021-06-20
video_core: Add GPU vendor name to window title bar
ameerj
2021-06-20
Reaper: Guarantee correct deletion.
Fernando Sahmkow
2021-06-19
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-17
Reaper: Change memory restrictions on TC depending on host memory on VK.
Fernando Sahmkow
2021-06-15
configure_graphics: Add Accelerate ASTC decoding setting
ameerj
2021-06-01
buffer_cache: Simplify uniform disabling logic
ameerj
2021-05-18
Merge pull request #6317 from ameerj/fps-fix
bunnei
2021-05-15
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-07
texture_cache: Handle out of bound texture blits
ameerj
2021-04-24
vk_texture_cache: Swap R and B channels of color flipped format
ameerj
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-13
Merge pull request #6190 from lioncash/constfn2
bunnei
2021-04-12
vk_master_semaphore: Deduplicate atomic access within IsFree()
Lioncash
2021-04-12
vk_master_semaphore: Add missing const qualifier for IsFree()
Lioncash
2021-04-12
vk_texture_cache: Make use of Common::BitCast where applicable
Lioncash
2021-04-11
vk_buffer_cache: Fix offset for NULL vertex buffers
Joshua Ashton
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
[next]