summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_pipeline_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-05video_core/vulkan: Vulkan driver pipelines now contain cache versionWollnashorn1-2/+3
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn1-0/+9
2023-01-01Vulkan: Implement Dynamic States 2Fernando Sahmkow1-0/+1
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-4/+2
2022-06-27video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman771-3/+3
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-3/+0
2021-07-28renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp1-2/+5
2021-07-23gl_shader_cache: Check previous pipeline before checking hash mapReinUsesLisp1-2/+1
2021-07-23shader: Add support for native 16-bit floatsReinUsesLisp1-0/+3
2021-07-23vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp1-1/+8
2021-07-23vk_pipeline_cache: Add asynchronous shadersReinUsesLisp1-0/+4
2021-07-23shader: Split profile and runtime information in separate structsReinUsesLisp1-4/+1
2021-07-23shader: Move pipeline cache logic to separate filesReinUsesLisp1-23/+7
2021-07-23vulkan: Rework descriptor allocation algorithmReinUsesLisp1-3/+3
2021-07-23shader: Accelerate pipeline transitions and use dirty flags for shadersReinUsesLisp1-27/+3
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+1
2021-07-23shader: Implement geometry shadersReinUsesLisp1-1/+6
2021-07-23vulkan: Serialize pipelines on a separate threadReinUsesLisp1-0/+1
2021-07-23vulkan: Build pipelines in parallel at runtimeReinUsesLisp1-9/+15
2021-07-23vk_pipeline_cache: Fix pipeline and shader cachesReinUsesLisp1-0/+1
2021-07-23shader: Implement NDC [-1, 1], attribute types and default varying initializationReinUsesLisp1-1/+3
2021-07-23vk_pipeline_cache: Fix ReleaseContents orderReinUsesLisp1-2/+2
2021-07-23vk_pipeline_cache: Add pipeline cacheReinUsesLisp1-8/+26
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-14/+68
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-15/+15
2021-07-23shader: Remove old shader managementReinUsesLisp1-77/+14
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-3/+3
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-9/+7
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-10/+10
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-1/+0
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-12/+16
2020-08-16Address feedback, add shader compile notifier, update setting textameerj1-58/+0
2020-08-16Vk Async Worker directly emplace in cacheameerj1-0/+3
2020-08-16Address feedback. Bruteforce delete duplicatesameerj1-2/+17
2020-08-16Vk Async pipeline compilationameerj1-2/+25
2020-06-27vk_pipeline_cache: Avoid hashing and comparing dynamic state when possibleReinUsesLisp1-0/+4
2020-06-27fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_stateReinUsesLisp1-2/+2
2020-06-07vk_pipeline_cache: Use generic shader cacheReinUsesLisp1-21/+12
2020-04-29vulkan: Remove unnecessary includesLioncash1-2/+0
2020-04-26shader/memory_util: Deduplicate codeReinUsesLisp1-4/+4
2020-04-23vk_pipeline_cache: Unify pipeline cache keys into a single operationReinUsesLisp1-27/+22
2020-04-22ShaderCache/PipelineCache: Cache null shaders.Fernando Sahmkow1-0/+3
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-3/+3
2020-04-06Shader/Pipeline Cache: Use VAddr instead of physical memory for addressing.Fernando Sahmkow1-6/+1
2020-03-15vk_rasterizer: Reimplement clears with vkCmdClearAttachmentsReinUsesLisp1-3/+3
2020-03-13vk_shader_decompiler: Use registry for specializationReinUsesLisp1-0/+4
2020-03-09video_core: Rename "const buffer locker" to "registry"ReinUsesLisp1-2/+2
2020-02-24vk_shader_decompiler: Implement indexed texturesReinUsesLisp1-1/+1
2020-01-07vk_pipeline_cache: Initial implementationReinUsesLisp1-1/+108
2020-01-07vk_graphics_pipeline: Initial implementationReinUsesLisp1-0/+32
2020-01-07vk_compute_pipeline: Initial implementationReinUsesLisp1-0/+39
2020-01-07vk_pipeline_cache: Add file and define descriptor update template fillerReinUsesLisp1-0/+22