aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Collapse)Author
2021-11-16Texture Cache: More rescaling fixes.Fernando Sahmkow
2021-11-16Texture Cache: Implement Vulkan UpScaling & DownScalingFernando Sahmkow
2021-11-16VideoCore: Initial Setup for the Resolution Scaler.Fernando Sahmkow
2021-10-24Merge pull request #7206 from vonchenplus/fix_vulkan_viewport_issueFernando S
Vulkan Rasterizer: Fix viewport issue
2021-10-23Merge pull request #7070 from FernandoS27/want-you-badAmeer J
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
2021-10-23Vulran Rasterizer: address feedback.Fernando Sahmkow
2021-10-22Fix vulkan viewport issueFeng Chen
2021-10-16Merge pull request #7077 from FernandoS27/face-downAmeer J
A series of fixes to queries and indexed samplers.
2021-10-16Merge pull request #7127 from FernandoS27/i-saw-a-wabbitAmeer J
A few fixes on Vulkan and Rasterizer Caching
2021-10-06Merge pull request #7118 from ameerj/vc-gpu-implFernando S
gpu: Migrate implementation to the cpp file
2021-10-04Vulkan: Fix failing barrier on refresh.Fernando Sahmkow
2021-10-04Vulkan: Fix the master SemaphoreFernandoS27
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-09-28vk_graphics_pipeline: Force patch list topology when tessellation is usedameerj
Fixes a crash on some drivers when tessellation is used but the IA topology is not patch list.
2021-09-28Merge pull request #7076 from ameerj/amd-botwbunnei
vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and earlier
2021-09-26Merge pull request #7078 from ameerj/vc-jthread-fixesMorph
video_core: Fix jthread related hangs when stopping emulation
2021-09-24general: Update style to clang-format-12ameerj
2021-09-23video_core: Fix jthread related hangs when stopping emulationameerj
jthread on some compilers is more picky when it comes to the order in which objects are destroyed.
2021-09-23vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and ↵ameerj
earlier Fixes rainbow textures on BOTW.
2021-09-24Vulkan Query Cache: make sure to wait for the query result.Fernando Sahmkow
2021-09-23Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.Fernando Sahmkow
2021-09-20Merge pull request #7003 from ameerj/unlocked-present-modebunnei
vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked
2021-09-18Merge pull request #7019 from ameerj/videocore-jthreadbunnei
videocore: Use std::jthread for worker threads
2021-09-15vk_scheduler: Use std::jthreadameerj
2021-09-14renderers: Log total pipeline countMorph
2021-09-13Merge pull request #6944 from FernandoS27/dear-drunk-meMorph
Vulkan/Descriptors: Increase sets per pool on AMD propietary driver.
2021-09-13Merge pull request #7001 from ameerj/wario-fixFernando S
vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabled
2021-09-13Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver.Fernando Sahmkow
2021-09-12vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS ↵ameerj
is unlocked Allows drivers that do not support VK_PRESENT_MODE_MAILBOX_KHR the ability to present at a framerate higher than the monitor's refresh rate when the FPS is unlocked.
2021-09-12Merge pull request #7002 from ameerj/vk-state-unusedMai M
vk_state_tracker: Remove unused function
2021-09-12vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabledameerj
This function was incorrectly using the stencil_two_side_enable register when dynamically updating the StencilOp.
2021-09-12vk_state_tracker: Remove unused functionameerj
2021-09-11vk_descriptor_pool: Add missing <algorithm> includeMorph
2021-09-11Merge pull request #6901 from ameerj/vk-clear-bitsFernando S
vk_rasterizer: Only clear depth/stencil buffers when specified in attachment aspect mask
2021-09-11Merge pull request #6941 from ameerj/swapchain-srgbFernando S
vk_swapchain: Prefer linear swapchain format when presenting sRGB images
2021-09-02renderer_vulkan: Wait on present semaphore at queue submitameerj
The present semaphore is being signalled by the call to acquire the swapchain image. This semaphore is meant to be waited on when rendering to the swapchain image. Currently it is waited on when presenting, but moving its usage to be waited on in the command buffer submission allows for proper usage of this semaphore. Fixes the device lost when launching titles on the Intel Linux Mesa driver.
2021-09-01Merge pull request #6900 from ameerj/attr-reorderbunnei
structured_control_flow: Add DemoteCombinationPass
2021-08-30Merge pull request #6879 from ameerj/decoder-assertbunnei
vk_blit_screen: Fix non-accelerated texture size calculation
2021-08-30structured_control_flow: Conditionally invoke demote reorder passameerj
This is only needed on select drivers when a fragment shader discards/demotes.
2021-08-29vulkan_device: Enable VK_KHR_swapchain_mutable_format if availableameerj
Silences validation errors when creating sRGB image views of linear swapchain images
2021-08-29vk_swapchain: Prefer linear swapchain format when presenting sRGB imagesameerj
Fixes broken sRGB when presenting from a secondary GPU.
2021-08-24vulkan_device: Add a check for int8 supportameerj
Silences validation errors when shaders use int8 without specifying its support to the API
2021-08-21vk_rasterizer: Only clear depth and stencil buffers when set in attachment ↵ameerj
aspect mask Silences validation errors for clearing the depth/stencil buffers of framebuffer attachments that were not specified to have depth/stencil usage.
2021-08-16vk_blit_screen: Fix non-accelerated texture size calculationameerj
Addresses the potential OOB access in UnswizzleTexture.
2021-08-10Merge pull request #6820 from yzct12345/split-cacheFernando S
texture_cache: Split out template definitions
2021-08-06Merge pull request #6791 from ameerj/astc-optbunnei
astc_decoder: Various performance and memory optimizations
2021-08-07texture_cache: Address ameerj's reviewyzct12345
2021-08-05texture_cache: Don't change copyright yearyzct12345
2021-08-05texture_cache: Address ameerj's reviewyzct12345
2021-08-05texture_cache: Split templates outyzct12345