summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/Util.cpp
AgeCommit message (Expand)Author
2018-07-19VideoBackends: Support D24S8 abstract texture formatStenzek
2018-04-12Reformat all the things!spycrab
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-10Move shader caches to VideoCommonStenzek
2018-03-01AbstractTexture: Add support for depth textures/formatsStenzek
2018-03-01Vulkan: Fix broken post-processingStenzek
2018-02-22VideoBackends: Add AbstractShader and AbstractPipeline classesStenzek
2017-11-22AbstractTexture: Support BGRA8 formatsStenzek
2017-10-11Vulkan: Use VK_NV_glsl extension where available, and skip glslangStenzek
2017-09-11VideoCommon: Add helpers for generating common render statesStenzek
2017-09-11Renderer: Move cull mode to a rasterization state objectStenzek
2017-09-11Renderer: Move depth state to VideoCommon and seperate from bpmemStenzek
2017-09-03Revert "Vulkan: Use VK_NV_glsl extension where available, and skip glslang"Stenzek
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-07-30Vulkan: Uber shader supportStenzek
2017-07-30Vulkan: Move shader/pipeline-related methods to ShaderCacheStenzek
2017-07-30Vulkan: Use VK_NV_glsl extension where available, and skip glslangStenzek
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode
2017-04-29TextureCache: Move host texture utility functions to VideoCommonStenzek
2017-04-29Vulkan: Support native compressed texturesStenzek
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-04-01Vulkan: Compute shader supportStenzek
2016-12-06Common: Add alignment headerLéo Lam
2016-12-04Vulkan: Support binding texel buffers in UtilityShaderDrawStenzek
2016-12-04Vulkan: Differentiate between descriptor set layouts and bind pointsStenzek
2016-11-30Vulkan: Fix case where uniforms could be overwrittenStenzek
2016-11-03Vulkan: Remove parameters/members of single-instance classesStenzek
2016-10-03Vulkan: Fix compilation on 32-bit targetsStenzek
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01Implement experimental Vulkan backendStenzek