aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Collapse)Author
2023-10-04Implements D32_Float to A8B8G8R8_UNORM format copySquall-Leonhart
Corrects some visual issues in games such as Disney SpeedStorm
2023-10-01Query Cache: Fix memory leak.Fernando Sahmkow
2023-09-29Merge pull request #11622 from liamwhite/qcr-reg1Fernando S
renderer_vulkan: fix query cache for homebrew
2023-09-28Merge pull request #11402 from FernandoS27/depth-bias-controlliamwhite
Vulkan: Implement Depth Bias Control
2023-09-27renderer_vulkan: fix query cache for homebrewLiam
2023-09-25renderer_vulkan: Implement MSAA copiesGPUCode
2023-09-25Merge pull request #11225 from FernandoS27/no-laxatives-in-santas-cookiesliamwhite
Y.F.C: Rework the Query Cache.
2023-09-24Merge pull request #11562 from GPUCode/srgb-madnessliamwhite
vk_texture_cache: Limit srgb block to transcoding only
2023-09-24Merge pull request #11165 from Morph1984/ds_blitliamwhite
vulkan_device: Return true if either depth/stencil format supports blit
2023-09-23Query Cache: Fix Prefix SumsFernando Sahmkow
2023-09-23Query Cache: Fix behavior in Normal AccuracyFernando Sahmkow
2023-09-23Query Cache: Simplify Prefix Sum compute shaderFernando Sahmkow
2023-09-23Query Cache: Implement host side sample counting.Fernando Sahmkow
2023-09-23Query Cache: Fix guest side sample countingFernando Sahmkow
2023-09-23Query Cache: address issuesFernando Sahmkow
2023-09-23QueryCache: Implement dependant queries.Fernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-09-21vk_texture_cache: Limit srgb block to transcoding onlyGPUCode
2023-09-21renderer_vulkan: Correct component order for A4B4G4R4_UNORMGPUCode
2023-09-16android: Use 1 worker for shader compilation for all devicesCharles Lombardo
2023-09-16Vulkan: add temporary workaround for AMDVLKFernando Sahmkow
2023-09-16Vulkan: Implement Depth Bias ControlFernando Sahmkow
2023-09-10Merge pull request #11470 from GPUCode/bundle-vvlliamwhite
android: Add option to bundle validation layer
2023-09-10vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers (#11471)GPUCode
2023-09-08renderer_vulkan: Remove debug reportGPUCode
* VVL has implemented the more modern alternative, thus we don't need to support it anymore
2023-09-02Merge pull request #11383 from FernandoS27/are-you-a-wabbitliamwhite
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow
2023-08-27Shader Recompiler: Auto stub special registers and dump pipelines on exception.Fernando Sahmkow
2023-08-26Merge pull request #11317 from Kelebek1/macro_dumpsliamwhite
Mark decompiled macros on dump, dump shaders after translation
2023-08-25Mark decompiled macros as decompiled on dump, dump shaders after translationKelebek1
2023-08-19Masked depthstencil clearsKelebek1
2023-08-18Merge pull request #11278 from Kelebek1/dma_syncliamwhite
Mark accelerated DMA destination buffers and images as GPU-modified
2023-08-18video_core: Fix vulkan assert errorFeng Chen
2023-08-13Mark accelerted DMA destination buffers and images as GPU-modifiedKelebek1
2023-08-03Fix shader dumps with nvdisasmKelebek1
skip fragment shaders when rasterizer is disabled initialize env_ptrs
2023-08-02Merge pull request #11202 from abouvier/vulkan-configliamwhite
vulkan: centralize config
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
general: Reimplement per-game configurations
2023-08-02vulkan: centralize configAlexandre Bouvier
2023-07-31vulkan_device: Test depth stencil blit support by formatMorph
2023-07-27vk_descriptor_pool: Disallow descriptor set freeGPUCode
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21settings,video_core: Consolidate ASTC decoding optionslat9nq
Just puts them all neatly into one place.
2023-07-18vk_buffer_cache: Formatlat9nq
2023-07-18general: Silence -Wshadow{,-uncaptured-local} warningslat9nq
These occur in the latest commits in LLVM Clang.
2023-07-02Merge pull request #10479 from GPUCode/format-listliamwhite
Add support for VK_KHR_image_format_list
2023-07-02Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--liamwhite
Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU
2023-07-01Minor cleanup in BufferCacheRuntime::ReserveNullBuffercomex
As far as I can tell, there is no reason to OR this bit in separately.
2023-07-01renderer_vulkan: Fix some missing view formatsGPUCode
* Many times the format itself wouldn't have been added to the list causing device losses for nvidia GPUs * Also account for ASTC acceleration storage views
2023-07-01renderer_vulkan: Add support for VK_KHR_image_format_listGPUCode
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested ↵Fernando Sahmkow
with the host GPU