summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/renderer_vulkan.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex1-3/+1
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp1-5/+0
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-18/+15
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-11/+12
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-2/+4
2020-08-20vk_device: Use Vulkan 1.0 properlyReinUsesLisp1-9/+10
2020-08-20renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not availableReinUsesLisp1-1/+4
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash1-1/+1
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-1/+1
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-06-22renderer_vulkan: Update validation layer name and test before enablingReinUsesLisp1-4/+24
2020-06-18renderer_vulkan: Fix macOS GetBundleDirectory referenceMerryMage1-1/+3
2020-04-29vulkan: Remove unnecessary includesLioncash1-3/+0
2020-04-19renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074Jan Beich1-3/+3
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-90/+67
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp1-43/+170
2020-04-07renderer_vulkan: Query device names from the backendReinUsesLisp1-0/+69
2020-03-25Frontend/GPU: Refactor context managementJames Rowe1-1/+2
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp1-2/+6
2020-02-26frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei1-3/+12
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp1-0/+265