aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
2021-06-28Merge pull request #6502 from ameerj/vendor-titleMorph
2021-06-26vk_buffer_cache: Silence implicit cast warningsReinUsesLisp
2021-06-24Merge pull request #6496 from ameerj/astc-fixesbunnei
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-21vk_master_semaphore: Use jthread for debug threadReinUsesLisp
2021-06-20video_core: Add GPU vendor name to window title barameerj
2021-06-20Reaper: Guarantee correct deletion.Fernando Sahmkow
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow
2021-06-15configure_graphics: Add Accelerate ASTC decoding settingameerj
2021-06-01buffer_cache: Simplify uniform disabling logicameerj
2021-05-18Merge pull request #6317 from ameerj/fps-fixbunnei
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-05-07texture_cache: Handle out of bound texture blitsameerj
2021-04-24vk_texture_cache: Swap R and B channels of color flipped formatameerj
2021-04-14common: Move settings to common from core.bunnei
2021-04-13Merge pull request #6190 from lioncash/constfn2bunnei
2021-04-12vk_master_semaphore: Deduplicate atomic access within IsFree()Lioncash
2021-04-12vk_master_semaphore: Add missing const qualifier for IsFree()Lioncash
2021-04-12vk_texture_cache: Make use of Common::BitCast where applicableLioncash
2021-04-11vk_buffer_cache: Fix offset for NULL vertex buffersJoshua Ashton
2021-04-11renderer_vulkan: Check return value of AcquireNextImageJoshua Ashton
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj
2021-03-09Merge pull request #5891 from ameerj/bgra-oglRodrigo Locatti
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj
2021-02-23vk_command_pool: Reduce the command pool size from 4096 to 4ReinUsesLisp
2021-02-21Merge pull request #5936 from Kelebek1/Offsetsbunnei
2021-02-19Merge pull request #5924 from ReinUsesLisp/inline-bindingsbunnei
2021-02-15vk_rasterizer: Fix loading shader addresses twiceReinUsesLisp
2021-02-15Merge pull request #5923 from ReinUsesLisp/vk-dirty-pipelinebunnei
2021-02-15Review 1Kelebek1
2021-02-15Implement texture offset support for TexelFetch and TextureGather and add off...Kelebek1
2021-02-13vk_resource_pool: Load GPU tick once and compare with itReinUsesLisp
2021-02-13vk_update_descriptor: Inline and improve code for binding buffersReinUsesLisp
2021-02-13fixed_pipeline_cache: Use dirty flags to lazily update keyReinUsesLisp
2021-02-13vk_master_semaphore: Mark gpu_tick atomic operations with relaxed orderReinUsesLisp
2021-02-13vk_staging_buffer_pool: Inline tick testsReinUsesLisp
2021-02-13gl_stream_buffer/vk_staging_buffer_pool: Fix size checkReinUsesLisp
2021-02-13video_core: Fix clang build issuesReinUsesLisp
2021-02-13vk_staging_buffer_pool: Fix softlock when stream buffer overflowsReinUsesLisp
2021-02-13vk_buffer_cache: Add support for null index buffersReinUsesLisp
2021-02-13vk_staging_buffer_pool: Get a staging buffer instead of waitingReinUsesLisp
2021-02-13buffer_cache: Skip cache on small uploads on VulkanReinUsesLisp
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp