summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/StateTracker.cpp
AgeCommit message (Expand)Author
2017-01-04VideoCommon: Make dst_alpha state implicit.degasus
2016-12-19Vulkan: Fix crash where a potentially deleted buffer is referencedStenzek
2016-12-06Common: Add alignment headerLéo Lam
2016-12-04Vulkan: Fix incorrect logic in readback preemptionStenzek
2016-12-04Vulkan: Use an enumeration to index pipeline layoutsStenzek
2016-12-04Vulkan: Differentiate between descriptor set layouts and bind pointsStenzek
2016-12-02Vulkan: Fix assertion triggering when geometry shaders are unsupportedStenzek
2016-11-30Vulkan: Allow re-use of uniform buffers when doing per-stage uploadsStenzek
2016-11-30Vulkan: Replace explicit command buffer submits with wrapper functionStenzek
2016-11-30Vulkan: Fix case where uniforms could be overwrittenStenzek
2016-11-28Vulkan: Implement a pipeline UID cacheStenzek
2016-11-03Vulkan: Remove parameters/members of single-instance classesStenzek
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 compilation on 32-bit targetsStenzek
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01Vulkan: Use render-pass based clears where possibleStenzek
2016-10-01Implement experimental Vulkan backendStenzek