summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_pipeline_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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