summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
2025-02-16build: upgrade fmt and SDL2Zephyron
2025-02-09vulkan: Rename resolve_image to resolve_image_holderZephyron
2025-02-09Revert "Replace yuzu identifiers with citron"Zephyron
2025-02-09Replace yuzu identifiers with citronZephyron
2025-02-03video_core/vulkan: Improve texture format conversion handlingZephyron
2025-02-02vulkan: Implement native MSAA resolve in texture cacheZephyron
2025-02-01video_core: Add new shader format conversion pipelinesZephyron
2025-02-01video_core: Add sRGB to D24S8 depth-stencil conversion supportZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2025-01-09vulkan: Fix crashes with bindless texture constant buffer handlingZephyron
2025-01-08vulkan: Add bindless texture constant buffer support in compute pipelineZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-27general: workarounds for SMMU syncing issues (#12749)liamwhite
2024-02-27vk_rasterizer: flip scissor y on lower left origin mode (#13122)liamwhite
2024-02-26settings: remove global override for smash on amdvlkLiam
2024-02-26video_core: make gpu context aware of rendering programLiam
2024-02-22Merge pull request #13075 from liamwhite/mali-having-a-bad-timeNarr the Reg
2024-02-19scope_exit: Make constexprFearlessTobi
2024-02-19shader_recompiler: throw on missing geometry streams in geometry shadersLiam
2024-02-09gpu: dependency-inject scaling/antialiasing filter state for capture layersLiam
2024-02-09nvnflinger/gpu: implement applet captureLiam
2024-02-09nvnflinger/gpu: implement blendingLiam
2024-02-09video_core: defensively program around unmapped device pointersLiam
2024-02-05Buffer Cache: Refactor to use Range sets insteadFernando Sahmkow
2024-02-04VideoCore: Move Slot Vector to CommonFernando Sahmkow
2024-02-02Merge pull request #12885 from Moonlacer/eclipse-fixliamwhite
2024-02-01Clang FixMoonlacer
2024-02-01Add Samsung Proprietary Driver ID to Reorder PassMoonlacer
2024-01-31nvnflinger/gpu: implement layer stack compositionLiam
2024-01-31renderer_vulkan: implement layer stack compositionLiam
2024-01-31renderer_opengl: split up blit screen resources into antialias and window ada...Liam
2024-01-31renderer_vulkan: convert FSR to graphics pipelineLiam
2024-01-31renderer_opengl: split out FXAALiam
2024-01-31renderer_vulkan: split up blit screen resources into separate antialias and w...Liam
2024-01-31renderer_vulkan: isolate FXAA from blit screenLiam
2024-01-31video_core: consistently account for resolution scaling when renderingLiam
2024-01-31video_core: simplify accelerated surface fetch and crop handling between APIsLiam
2024-01-29Merge pull request #12439 from FireBurn/vkresultliamwhite
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-22Merge pull request #12579 from FernandoS27/smmuliamwhite
2024-01-22Simplify VkResult lookupMike Lothian
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Implement physical memory mirroringFernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-16renderer_vulkan: recreate swapchain when frame size changesLiam
2024-01-15Fix one more typoViktor Szépe
2024-01-07Fix typos in video_coreViktor Szépe
2023-12-31Vulkan: Only recreate swapchain if the frame is bigger than the swap image.Fernando Sahmkow