summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_pipeline_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-4/+2
* video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman772022-06-271-3/+3
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-3/+0
* renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp2021-07-281-2/+5
* gl_shader_cache: Check previous pipeline before checking hash mapReinUsesLisp2021-07-231-2/+1
* shader: Add support for native 16-bit floatsReinUsesLisp2021-07-231-0/+3
* vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp2021-07-231-1/+8
* vk_pipeline_cache: Add asynchronous shadersReinUsesLisp2021-07-231-0/+4
* shader: Split profile and runtime information in separate structsReinUsesLisp2021-07-231-4/+1
* shader: Move pipeline cache logic to separate filesReinUsesLisp2021-07-231-23/+7
* vulkan: Rework descriptor allocation algorithmReinUsesLisp2021-07-231-3/+3
* shader: Accelerate pipeline transitions and use dirty flags for shadersReinUsesLisp2021-07-231-27/+3
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+1
* shader: Implement geometry shadersReinUsesLisp2021-07-231-1/+6
* vulkan: Serialize pipelines on a separate threadReinUsesLisp2021-07-231-0/+1
* vulkan: Build pipelines in parallel at runtimeReinUsesLisp2021-07-231-9/+15
* vk_pipeline_cache: Fix pipeline and shader cachesReinUsesLisp2021-07-231-0/+1
* shader: Implement NDC [-1, 1], attribute types and default varying initializationReinUsesLisp2021-07-231-1/+3
* vk_pipeline_cache: Fix ReleaseContents orderReinUsesLisp2021-07-231-2/+2
* vk_pipeline_cache: Add pipeline cacheReinUsesLisp2021-07-231-8/+26
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-14/+68
* shader: Primitive Vulkan integrationReinUsesLisp2021-07-231-15/+15
* shader: Remove old shader managementReinUsesLisp2021-07-231-77/+14
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-3/+3
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-9/+7
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-10/+10
* renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp2020-09-191-1/+0
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-12/+16
* Address feedback, add shader compile notifier, update setting textameerj2020-08-161-58/+0
* Vk Async Worker directly emplace in cacheameerj2020-08-161-0/+3
* Address feedback. Bruteforce delete duplicatesameerj2020-08-161-2/+17
* Vk Async pipeline compilationameerj2020-08-161-2/+25
* vk_pipeline_cache: Avoid hashing and comparing dynamic state when possibleReinUsesLisp2020-06-271-0/+4
* fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_stateReinUsesLisp2020-06-271-2/+2
* vk_pipeline_cache: Use generic shader cacheReinUsesLisp2020-06-071-21/+12
* vulkan: Remove unnecessary includesLioncash2020-04-291-2/+0
* Merge pull request #3784 from ReinUsesLisp/shader-memory-utilbunnei2020-04-281-4/+4
|\
| * shader/memory_util: Deduplicate codeReinUsesLisp2020-04-261-4/+4
* | vk_pipeline_cache: Unify pipeline cache keys into a single operationReinUsesLisp2020-04-231-27/+22
|/
* ShaderCache/PipelineCache: Cache null shaders.Fernando Sahmkow2020-04-221-0/+3
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-3/+3
* Shader/Pipeline Cache: Use VAddr instead of physical memory for addressing.Fernando Sahmkow2020-04-061-6/+1
* vk_rasterizer: Reimplement clears with vkCmdClearAttachmentsReinUsesLisp2020-03-151-3/+3
* vk_shader_decompiler: Use registry for specializationReinUsesLisp2020-03-131-0/+4
* video_core: Rename "const buffer locker" to "registry"ReinUsesLisp2020-03-091-2/+2
* vk_shader_decompiler: Implement indexed texturesReinUsesLisp2020-02-241-1/+1
* vk_pipeline_cache: Initial implementationReinUsesLisp2020-01-071-1/+108
* vk_graphics_pipeline: Initial implementationReinUsesLisp2020-01-071-0/+32
* vk_compute_pipeline: Initial implementationReinUsesLisp2020-01-071-0/+39
* vk_pipeline_cache: Add file and define descriptor update template fillerReinUsesLisp2020-01-071-0/+22