aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/renderer_vulkan.cpp
AgeCommit message (Expand)Author
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp
2020-12-31renderer_vulkan: Catch and report exceptionsReinUsesLisp
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-10-19Merge pull request #4204 from ReinUsesLisp/vulkan-1.0bunnei
2020-09-23Merge pull request #4674 from ReinUsesLisp/timeline-semaphoresbunnei
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-24Merge pull request #4542 from ReinUsesLisp/gpu-init-basebunnei
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-08-20vk_device: Use Vulkan 1.0 properlyReinUsesLisp
2020-08-20renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not availableReinUsesLisp
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-22renderer_vulkan: Update validation layer name and test before enablingReinUsesLisp
2020-06-18renderer_vulkan: Fix macOS GetBundleDirectory referenceMerryMage
2020-04-28vulkan: Remove unnecessary includesLioncash
2020-04-19renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074Jan Beich
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
2020-04-07renderer_vulkan: Query device names from the backendReinUsesLisp
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp
2020-02-25frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp