6598 Commits (b8c96cee5f2eb0bd5ba9ef46746daec78ee3bb44)

Author SHA1 Message Date
Fernando Sahmkow 72c1ee1bf9 texture_cache: process aliases and overlaps in the correct order 3 years ago
Liam 3b1172c10f video_core: tune garbage collection aggressiveness 3 years ago
Liam 415c78b87c textures: add BC1 and BC3 compressors and recompression setting 3 years ago
Liam 8bba9f7dea vulkan_device: Enable VK_KHR_push_descriptor on newer ANV 3 years ago
Liam 8758932031 renderer_vulkan: barrier attachment feedback loops 3 years ago
scorpion81 f8e7b44d28
Limit the device access memory to 4 GB 3 years ago
Danila Malyutin 7701a00a02 Add support for deinterlaced videos playback 3 years ago
GPUCode 4e491ab59b vk_master_semaphore: Move fence wait on separate thread 3 years ago
Liam de7c92d7c4 renderer_vulkan: remove wrong constexpr 3 years ago
lat9nq c1a8a508bc vulkan_device: Disable VK_KHR_push_descriptor on ANV 3 years ago
Fernando Sahmkow c4bfbc6d25 Buffer Cache: Clear sync code. 3 years ago
Liam 2be751100b vulkan_device: reserve extra memory to prevent swaps 3 years ago
Liam 122435e080 vulkan_common: fix incompatible property flags 3 years ago
Liam 856838f7ce vulkan_common: disable depth clamp dynamic state for older radv 3 years ago
Danila Malyutin 9367769fe7 Fix missing pic_order_present_flag in h264 header 3 years ago
Kelebek1 cd0ded7771 Correctly track RT indexes for image aspect lookup during clears 3 years ago
Kelebek1 bf08bc3c0f Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path. 3 years ago
Liam 67fd1df762 renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
Kelebek1 a386003b64 Use the rendertarget format of the correct RT rather than the first valid 3 years ago
Kelebek1 b3691fc33c Swap order of checking/setting region modifications in the buffer_cache 3 years ago
Fernando Sahmkow 8a214e5530 Texture Cache: Fix ASTC textures 3 years ago
Fernando Sahmkow 8014dd8259 Texture cache: Only force flush the dma downloads 3 years ago
Fernando Sahmkow 2df19ef0fd Buffer Cache: disable reactive flushing in it. 3 years ago
Fernando Sahmkow 016c6feb49 Texture cache: reverse inmediate flush changes 3 years ago
Fernando Sahmkow 36c302fa32 Buffer cache: always use async buffer downloads and fix regression. 3 years ago
Fernando Sahmkow 6f90dff293 Address feedback, add CR notice, etc 3 years ago
Fernando Sahmkow ab0c0a469c Query cache: stop updating pages as it's not affected by cpu writes 3 years ago
Fernando Sahmkow 92da86290c Settings: add option to enable / disable reactive flushing 3 years ago
Fernando Sahmkow 0f4f18265f Texture cache: sync the first flush. 3 years ago
Fernando Sahmkow c6cac2ffaa GPU: Add Reactive flushing 3 years ago
lat9nq 6ed6e6e18e vk_pipeline_cache: Use setting to disable intel compute 3 years ago
Kelebek1 ca6bf06ef7 Log object names with debug renderer, add a GPU address to ImageViews 3 years ago
Fernando Sahmkow 1c13c74295 Memory manager: Fix possible softlock 3 years ago
Fernando Sahmkow 87a9be8dec GPU: implement missing ASTC 3 years ago
GPUCode f3fcc15ad5 vk_present_manager: Fix softlocks when disabling async present 3 years ago
lat9nq 952b271092 vk_swapchain: Use certain modes for unlocked 3 years ago
lat9nq c6c11c1553 vulkan_surface: Pass only window info for surface creation 3 years ago
lat9nq 6f0929df82 configuration: Expose separate swap present modes 3 years ago
Kelebek1 f902cc2a2b Fix code resize to use word size rather than byte size 3 years ago
Liam 4df49631de vulkan: disable turbo when debugging tool is attached 3 years ago
Liam e1c74cea10 video_core: fix build on Apple Clang 3 years ago
GPUCode f403d27941 vk_present_manager: Add toggle for async presentation 3 years ago
GPUCode 1d7abac84b vk_blit_screen: Recreate FSR when frame is recreated 3 years ago
GPUCode 50791cb974 renderer_vulkan: Fix crashing when updating descriptors 3 years ago
GPUCode 2ad9acf795 renderer_vulkan: Async presentation 3 years ago
Fernando Sahmkow d6f565e5da BufferCache: Fixes and address feedback 3 years ago
Fernando Sahmkow 4bc5469f52 Texture Cache: Release stagging buffers on tick frame 3 years ago
Fernando Sahmkow f8d31d1ae1 Buffer Cache: Release stagging buffers on tick frame 3 years ago
Fernando Sahmkow 80480fe3f7 Clang: format and ficx compile errors. 3 years ago
Fernando Sahmkow ed4553806a Implement Async downloads in normal and fix a few issues. 3 years ago