summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/renderer_vulkan.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-13video_core/vulkan: Explicity check swapchain size when deciding to recreateAlexander Orzechowski1-6/+8
2022-12-04vulkan_common: clean up extension usageLiam1-2/+2
2022-11-16Update renderer_vulkan.cppMatías Locatti1-0/+4
2022-10-06General: Fix clang format.Fernando Sahmkow1-9/+4
2022-10-06Vulkan Swapchain: Overall improvements.Fernando Sahmkow1-1/+1
2022-10-06OpenGl: Implement Channels.Fernando Sahmkow1-1/+1
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-6/+11
2022-04-26renderer_vulkan: Update screen info if the framebuffer size has changedMorph1-0/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-2/+1
2021-09-24general: Update style to clang-format-12ameerj1-9/+4
2021-09-13vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlockedameerj1-1/+1
2021-09-02renderer_vulkan: Wait on present semaphore at queue submitameerj1-1/+2
2021-07-29renderers: Add explicit invert_y bool to screenshot callbackameerj1-1/+1
2021-07-29renderer_vulkan: Implement screenshotsameerj1-0/+150
2021-07-29vk_blit_screen: Make Draw method more genericameerj1-1/+1
2021-07-23renderers: Fix clang formattingameerj1-4/+9
2021-07-23vk_swapchain: Handle outdated swapchainsReinUsesLisp1-6/+5
2021-07-23vk_swapchain: Avoid recreating the swapchain on each frameReinUsesLisp1-12/+6
2021-07-23video_core,shader: Clang-format fixesReinUsesLisp1-4/+9
2021-07-23vk_scheduler: Allow command submission on worker threadReinUsesLisp1-34/+41
2021-06-29yuzu qt: Make most UISettings a BasicSettinglat9nq1-4/+9
2021-06-28general: Make most settings a BasicSettinglat9nq1-10/+5
2021-05-16perf_stats: Rework FPS counter to be more accurateameerj1-0/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-11renderer_vulkan: Check return value of AcquireNextImageJoshua Ashton1-1/+4
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+1
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp1-100/+53
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp1-1/+1
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-4/+4
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-2/+2
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp1-5/+4
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp1-11/+4
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp1-22/+13
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp1-71/+3
2020-12-31renderer_vulkan: Catch and report exceptionsReinUsesLisp1-2/+5
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp1-31/+6
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp1-111/+1
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp1-31/+8
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-6/+7
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-2/+2
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