summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp
AgeCommit message (Expand)Author
2018-03-10Move shader caches to VideoCommonStenzek
2018-02-22VideoBackends: Add AbstractShader and AbstractPipeline classesStenzek
2018-01-11Vulkan: Move render pass management to ObjectCacheStenzek
2017-10-27Fixed fog, lava, water in Mario Galaxy (and possibly other games) in higher I...Tommaso Checchi
2017-09-11VideoBackends: Move SamplerState to commonStenzek
2017-08-02Vulkan: Use optimal tiling for dummy textureStenzek
2017-07-30Vulkan: Uber shader supportStenzek
2017-07-30Vulkan: Move shader/pipeline-related methods to ShaderCacheStenzek
2017-07-20ShaderGen: Pass host config to shader generation functionsStenzek
2017-07-20VideoCommon: Move shader cache filename generation to commonStenzek
2017-07-20Vulkan: Reload pipeline cache when relevant host config changesStenzek
2017-07-20Vulkan: Don't save pipeline cache if shader cache is disabledStenzek
2017-04-25Vulkan: Implement post-processing backendStenzek
2017-04-18Vulkan: Use BlendingState from VideoCommonStenzek
2017-04-01Vulkan: Compute shader supportStenzek
2017-03-09Unify the way of setting game ID, title ID, revisionJosJuice
2017-02-19VideoBackends: Add a developer option to disable the shader cache.Jules Blok
2017-02-18Vulkan: Don't enable primitive restart on list topologiesStenzek
2017-02-01LightingShaderGen: Remove unnecessary includesLioncash
2016-12-04Vulkan: Use an enumeration to index pipeline layoutsStenzek
2016-12-04Vulkan: Differentiate between descriptor set layouts and bind pointsStenzek
2016-11-28Vulkan: Validate the pipeline cache before using itStenzek
2016-11-28Vulkan: Don't destroy the device's pipeline cache on MSAA mode changeStenzek
2016-11-28Vulkan: Implement a pipeline UID cacheStenzek
2016-11-03Vulkan: Fix incorrect geometry shader input/output usageStenzek
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-05Merge pull request #4291 from degasus/shader_genMarkus Wick
2016-10-04PixelShaderGen: Drop dstAlphaMode constant in shader generation.degasus
2016-10-03Vulkan: Fix bug with fractional LOD bias and min/max LODStenzek
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01Implement experimental Vulkan backendStenzek