summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2023-10-12Merge pull request #11751 from Kelebek1/transition_msaa_imageliamwhite
2023-10-11Transition MSAA images to general layout without uploading dataKelebek1
2023-10-11Merge pull request #11744 from Kelebek1/no_res_no_rescaledliamwhite
2023-10-11Merge pull request #11734 from Kelebek1/device_local_buffer_allocliamwhite
2023-10-11Merge pull request #11683 from Kelebek1/do_not_sync_on_written_bufferliamwhite
2023-10-11Merge pull request #11743 from Squall-Leonhart/IFREMOVEDFernando S
2023-10-11Do not set rescaled flag when rescaling is disabledKelebek1
2023-10-11Fix mistaken usage of info.block instead of level_info.blockSquall-Leonhart
2023-10-10Merge pull request #11534 from Squall-Leonhart/IFREMOVEDliamwhite
2023-10-10Not not allocate DeviceLocal buffers as mappedKelebek1
2023-10-09add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup tableSquall Leonhart
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-07Merge pull request #11688 from Kelebek1/x8d42liamwhite
2023-10-07Merge pull request #11684 from Kelebek1/disable_push_descriptor_maxwellliamwhite
2023-10-07update shader to confirmed format copySquall Leonhart
2023-10-06Allow GPUs without rebar to open multiple RenderDoc capturesKelebek1
2023-10-06Implement X8_D24 formatKelebek1
2023-10-05Rework nvidia architecture detection, disable push descriptor for Pascal and ...Kelebek1
2023-10-05Mark a buffer GPU modified after the buffers are confirmed, do not double syn...Kelebek1
2023-10-05lets not convert depth to greyscale since this makes the exhaust and tire smo...Squall-Leonhart
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-02ci: fix new codespell errorsLiam
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-25host_shaders: More proper handling of x2 MSAA copiesGPUCode
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-23Macro HLE: Add DrawIndirectByteCountFernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-09-23Query Cache: Setup Base reworkFernando Sahmkow
2023-09-22Merge pull request #11557 from GPUCode/brr-formatliamwhite
2023-09-21Fix DMA engine register offsetsKelebek1
2023-09-21vk_texture_cache: Limit srgb block to transcoding onlyGPUCode