aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
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
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
2023-10-11Do not set rescaled flag when rescaling is disabledKelebek1
2023-10-07Merge pull request #11656 from liamwhite/recreate-surface-automaticallyliamwhite
2023-10-07Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8liamwhite
2023-10-07Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_testliamwhite
2023-10-07Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdocliamwhite
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
2023-10-02vk_present_manager: recreate surface on any surface lossLiam
2023-10-01Query Cache: Fix memory leak.Fernando Sahmkow
2023-09-29Merge pull request #11622 from liamwhite/qcr-reg1Fernando S
2023-09-28Enable depth test on stencil clear pathKelebek1
2023-09-28Merge pull request #11402 from FernandoS27/depth-bias-controlliamwhite
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
2023-09-24Merge pull request #11562 from GPUCode/srgb-madnessliamwhite
2023-09-24Merge pull request #11165 from Morph1984/ds_blitliamwhite
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
2023-09-10vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers (#11471)GPUCode
2023-09-08renderer_vulkan: Remove debug reportGPUCode
2023-09-07video_core: Add missing scissor update when viewport scale offset disableFeng Chen
2023-09-02Merge pull request #11383 from FernandoS27/are-you-a-wabbitliamwhite
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
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
2023-08-18video_core: Fix vulkan assert errorFeng Chen