summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/FramebufferManager.cpp
AgeCommit message (Expand)Author
2018-11-07Vulkan: Submit fewer command buffers in deferred EFB copies modeStenzek
2018-07-19FramebufferManager: Dynamic selection of EFB depth formatStenzek
2018-04-12Reformat all the things!spycrab
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-01AbstractTexture: Support multisampled abstract textureStenzek
2018-01-11Vulkan: Fix possible mismatch between EFB framebuffer and render passStenzek
2018-01-11Vulkan: Move pipeline barrier outside render pass for EFB peeksStenzek
2018-01-11Vulkan: Fix FramebufferManagerBase::m_EFBLayers being set out-of-rangeStenzek
2018-01-11Vulkan: Move render pass management to ObjectCacheStenzek
2018-01-11Vulkan: Add missing layout transition when resolving MSAA depth buffersStenzek
2017-11-22Vulkan: Drop StagingTexture2D class as it is now duplicated functionalityStenzek
2017-11-19Merge pull request #6186 from lioncash/enum-classLeo Lam
2017-11-19VideoBackends: Remove header inclusions made unnecessary with Hybrid XFBLioncash
2017-11-18VideoConfig: Make StereoMode an enum classLioncash
2017-11-17Remove old XFB logiciwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-09-11VideoCommon: Add helpers for generating common render statesStenzek
2017-09-11Vulkan: Clear contents of EFB convert framebuffer at create timeStenzek
2017-09-11Renderer: Move cull mode to a rasterization state objectStenzek
2017-09-11Renderer: Move depth state to VideoCommon and seperate from bpmemStenzek
2017-07-30Vulkan: Move shader/pipeline-related methods to ShaderCacheStenzek
2017-07-20Vulkan: Emit input/output locations for EFB poke geometry shaderStenzek
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode
2017-04-18Merge pull request #5284 from stenzek/vulkan-videocommon-blending-stateStenzek
2017-04-18Vulkan: Use BlendingState from VideoCommonStenzek
2017-04-15Vulkan: Clamp framebuffer resolve rectangle to texture sizeStenzek
2017-03-04VideoCommon: Eliminate static state in RendererStenzek
2017-02-03FramebufferManagerBase: Return a std::pair from GetTargetSizeLioncash
2017-02-01LightingShaderGen: Remove unnecessary includesLioncash
2016-12-27Vulkan/GL: Set the alpha channel to 0 when creating the EFB framebufferStenzek
2016-12-04Vulkan: Use explicit barriers instead of dependanciesStenzek
2016-12-04Vulkan: Move XFB encoding/decoding to TextureConverterStenzek
2016-12-04Vulkan: Implement StagingTexture2D on top of StagingBufferStenzek
2016-12-04Vulkan: Use an enumeration to index pipeline layoutsStenzek
2016-11-30Vulkan: Replace explicit command buffer submits with wrapper functionStenzek
2016-11-19Vulkan: Handle strided XFB copiesStenzek
2016-11-14Vulkan: Use correct sample count for EFB pokes with MSAA enabledStenzek
2016-11-14Vulkan: Fix crash on EFB pokeStenzek
2016-11-03Vulkan: Implement virtual/real XFB supportStenzek
2016-11-03Vulkan: Remove parameters/members of single-instance classesStenzek
2016-10-03Vulkan: Fix resource leaks present at shutdown and mode changesStenzek
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01Vulkan: Use render-pass based clears where possibleStenzek
2016-10-01Implement experimental Vulkan backendStenzek