aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Collapse)Author
2023-11-19renderer_vulkan: ignore viewport stores on non-supporting driversLiam
2023-11-19Merge pull request #12081 from ↵liamwhite
FernandoS27/check-out-on-your-broke-crypto-friends Vulkan: Be more generous with pipeline workers for Android
2023-11-19Merge pull request #12036 from FernandoS27/you-should-have-more-than-one-towelliamwhite
Query Cache: Disable write syncing on Android
2023-11-19Vulkan: Be more generous with pipeline workers for AndroidFernando Sahmkow
2023-11-15Query Cache: Disable write syncing on AndroidFernando Sahmkow
2023-11-12Memory: Fix invalidation handling from the CPU/ServicesFernando Sahmkow
2023-11-10Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU"Fernando Sahmkow
This reverts commit d9dde7e6f3a90f58d642808900ddd558da21f762.
2023-11-06Merge pull request #11896 from liamwhite/cropliamwhite
renderer_vulkan: fix cropping for presentation
2023-11-05renderer_vulkan: render on bottom of surface clip when flipped (#11894)liamwhite
2023-11-01renderer_vulkan: minimize transform feedback support logLiam
2023-10-30Merge pull request #11910 from liamwhite/surface-lost-on-creationliamwhite
renderer_vulkan: ensure exception on surface loss
2023-10-29Merge pull request #11893 from liamwhite/swizzleliamwhite
renderer_vulkan: fix viewport swizzle dirty state tracking
2023-10-29renderer_vulkan: ensure exception on surface lossLiam
2023-10-29Merge pull request #11862 from liamwhite/pascal-robustliamwhite
Manually robust on Pascal and earlier
2023-10-28renderer_vulkan: fix FSR croppingLiam
2023-10-28renderer_vulkan: fix cropping for presentationLiam
2023-10-27renderer_vulkan: fix viewport swizzle dirty state trackingLiam
2023-10-23Add missing dowhile loops around FindBuffer callsKelebek1
2023-10-23Manually robust on Pascal and earlierLiam
2023-10-21Merge pull request #11789 from Kelebek1/spirv_shift_rightliamwhite
Manually robust on Maxwell and earlier
2023-10-20Merge pull request #11806 from liamwhite/needs-more-lockingliamwhite
renderer_vulkan: add locks to avoid scheduler flushes from CPU
2023-10-19Manually robust on Maxwell and earlierKelebek1
2023-10-18Merge pull request #11810 from liamwhite/clang-17liamwhite
general: fix build failure on clang 17
2023-10-18Merge pull request #11795 from Squall-Leonhart/D32FToOtherliamwhite
[Vulkan]Implement missing copy formats for D32, ARGB8_SRGB and BGRA8_Unorm/SRGB
2023-10-17general: fix build failure on clang 17Liam
2023-10-17Merge pull request #11747 from Kelebek1/image_alias_sample_namesliamwhite
Small things
2023-10-17Merge pull request #11349 from vonchenplus/buffer_cache_crashliamwhite
video_core: Fix moltenvk crash on macos
2023-10-17renderer_vulkan: add locks to avoid scheduler flushes from CPULiam
2023-10-17Changes based on hardware testsSquall-Leonhart
Removes unnecessary d32f to bgra shader and blit functions, update vk_texture_cache to use abgr shader for d32f to BGRA formats updates abgr to d32f shader to comply with hardware tests
2023-10-17Make Clang happy.Squall Leonhart
2023-10-17Added missing BuildShader lineSquall Leonhart
Adds `convert_abgr8_to_d32f_frag(BuildShader(device, CONVERT_ABGR8_TO_D32F_FRAG_SPV)),`
2023-10-16meant to add the unorms as wellSquall Leonhart
2023-10-16appease the format godsSquall Leonhart
2023-10-16Another missing copy connected to Bravely Default IISquall-Leonhart
adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies
2023-10-15missed this line when editing the copypastaSquall-Leonhart
2023-10-15moved line to appease the format godsSquall-Leonhart
2023-10-15Implement missing formats for Bravely Default 2Squall-Leonhart
2023-10-12Merge pull request #11751 from Kelebek1/transition_msaa_imageliamwhite
Transition MSAA images to general layout without uploading data
2023-10-11Transition MSAA images to general layout without uploading dataKelebek1
2023-10-11Get out of render pass before query barriers, fix image names with samples > ↵Kelebek1
1, remove image alias bit
2023-10-11Do not set rescaled flag when rescaling is disabledKelebek1
2023-10-07Merge pull request #11656 from liamwhite/recreate-surface-automaticallyliamwhite
vk_present_manager: recreate surface on any surface loss
2023-10-07Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8liamwhite
Implements D32_Float to A8B8G8R8_UNORM format copy
2023-10-07Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_testliamwhite
Enable depth test on depthstencil clear path
2023-10-07Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdocliamwhite
Allow GPUs without rebar to open multiple RenderDoc captures
2023-10-06Allow GPUs without rebar to open multiple RenderDoc capturesKelebek1
2023-10-06Implement X8_D24 formatKelebek1
2023-10-04Fix CI Formatting checkSquall-Leonhart
2023-10-04Implements D32_Float to A8B8G8R8_UNORM format copySquall-Leonhart
Corrects some visual issues in games such as Disney SpeedStorm
2023-10-02vk_present_manager: recreate surface on any surface lossLiam