summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: use correct byte size for framebufferGravatar Liam2022-07-191-5/+8
* yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei2022-07-161-3/+3
* renderer_(gl/vk): Implement ASTC_10x6_UNORMGravatar Morph2022-07-051-0/+1
* video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueueGravatar german772022-06-2614-33/+33
* video_core: Replace VKSwapchain with SwapchainGravatar german772022-06-265-25/+23
* video_core: Replace VKQueryCache with QueryCacheGravatar german772022-06-266-28/+27
* video_core: Replace VKScheduler with SchedulerGravatar german772022-06-2635-111/+110
* video_core: Replace VKBlitScreen with BlitScreenGravatar german772022-06-263-51/+51
* video_core: Replace VKFenceManager with FenceManagerGravatar german772022-06-263-15/+14
* vk_compute_pass: Explicitly cast to VkAccessFlagsGravatar Morph2022-06-151-25/+26
* vk_compute_pass: Use VK_ACCESS_NONEGravatar Morph2022-06-141-1/+1
* Merge pull request #8439 from liamwhite/monkey-compilerGravatar Mai2022-06-146-24/+24
|\
| * common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-136-24/+24
* | vk_compute_pass: Silence Wextra warningGravatar Morph2022-06-141-1/+1
|/
* vk_rasterizer: fix stencil test when two faces are disabledGravatar Lody2022-05-061-2/+2
* renderer_vulkan: Update screen info if the framebuffer size has changedGravatar Morph2022-04-261-0/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2356-168/+112
* video_core: implement formats for N64 emulationGravatar Fernando Sahmkow2022-04-142-7/+44
* video_core: Replace lock_guard with scoped_lockGravatar Merry2022-04-076-10/+10
* Vulkan: crop to screen dimensions if crop not explicitly requestedGravatar Liam2022-04-041-2/+3
* Merge pull request #8076 from ameerj/nv-vk-msaa-scaleGravatar bunnei2022-03-302-7/+3
|\
| * Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+Gravatar ameerj2022-03-232-7/+3
* | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...Gravatar bunnei2022-03-261-5/+1
* | Texture Cache: Add Cached CPU system.Gravatar Fernando Sahmkow2022-03-251-1/+5
* | Merge pull request #7720 from FernandoS27/yfc-gcGravatar bunnei2022-03-245-1/+32
|\ \
| * | Garbage Collection: Final tuning.Gravatar Fernando Sahmkow2022-03-251-1/+1
| * | Buffer Cache: Tune to the levels of the new GC.Gravatar Fernando Sahmkow2022-03-252-0/+18
| * | Garbage Collection: Redesign the algorithm to do a better use of memory.Gravatar Fernando Sahmkow2022-03-253-1/+14
| |/
* | hle: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-241-5/+5
* | hle: nvflinger: Move PixelFormat to its own header.Gravatar bunnei2022-03-241-5/+5
|/
* Merge pull request #8048 from ameerj/include-purgeGravatar bunnei2022-03-2122-42/+1
|\
| * general: Fix clang/gcc build errorsGravatar ameerj2022-03-201-0/+1
| * video_core: Reduce unused includesGravatar ameerj2022-03-1923-43/+1
* | Merge pull request #8036 from ameerj/starbit-nvGravatar Fernando S2022-03-201-5/+0
|\ \ | |/ |/|
| * vk_texture_cache: Do not reinterpret DepthStencil source imagesGravatar ameerj2022-03-171-5/+0
* | general: Reduce core.h includesGravatar ameerj2022-03-181-1/+0
|/
* Vulkan: convert S8D24 <-> ABGR8Gravatar Liam2022-03-153-2/+17
* Merge pull request #8000 from liamwhite/hagiGravatar Fernando S2022-03-151-1/+2
|\
| * TextureCacheRuntime: allow converting D24S8 to ABGR8Gravatar Liam2022-03-101-1/+2
* | emit_spirv, vk_compute_pass: Resolve VS2022 compiler errorsGravatar ameerj2022-03-121-1/+2
|/
* Merge pull request #7948 from Morph1984/11-11-10-floatGravatar Mai M2022-02-261-0/+2
|\
| * maxwell_to_(gl/vk): Add 11_11_10 float vertex formatGravatar Morph2022-02-251-0/+2
* | vk_blit_screen: Add missing format bgra8Gravatar Lody2022-02-241-0/+2
|/
* vulkan_device: fix missing format in ANVGravatar voidanix2022-02-211-2/+4
* Merge pull request #7814 from FernandoS27/another-bug-in-my-scheduleGravatar bunnei2022-02-022-4/+6
|\
| * Vulkan: Fix Scheduler Chunks when their FuncType is 0.Gravatar Fernando Sahmkow2022-01-312-4/+6
* | Rasterizer: Refactor inlineToMemory.Gravatar Fernando Sahmkow2022-02-012-3/+4
* | Rasterizer: Implement Inline2Memory Acceleration.Gravatar Fernando Sahmkow2022-01-292-0/+23
|/
* vk_fsr: Replace comma operator with semicolonGravatar Lioncash2022-01-251-1/+1
* ShaderDecompiler: Add a debug option to dump the game's shaders.Gravatar Fernando Sahmkow2022-01-041-0/+9