summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/Constants.h
AgeCommit message (Expand)Author
2025-08-17VideoBackends: allow custom pixel uniforms to be passed to the vertex shader ...iwubcode
2023-10-06VideoBackends / VideoCommon: add new uniform buffer object for custom shader ...iwubcode
2023-06-28VideoBackends: support multiple compute images for some backends (D3D, OGL, V...iwubcode
2023-02-10VideoCommon: add constant value to set the allowed maximum number of pixel sa...iwubcode
2022-10-01VideoBackends:Vulkan: Raise number of command buffersRobin Kertels
2022-10-01VideoBackends:Vulkan: Decouple available command buffers from frames in flightRobin Kertels
2022-09-19VideoBackends:Vulkan: Dynamic vertex loader supportTellowKrinkle
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-10Move shader caches to VideoCommonStenzek
2018-02-22VideoBackends: Add AbstractShader and AbstractPipeline classesStenzek
2017-09-11VideoBackends: Move SamplerState to commonStenzek
2017-09-11Renderer: Move cull mode to a rasterization state objectStenzek
2017-09-11Renderer: Move depth state to VideoCommon and seperate from bpmemStenzek
2017-04-29Vulkan: Support native compressed texturesStenzek
2017-04-18Vulkan: Use BlendingState from VideoCommonStenzek
2017-04-01Vulkan: Compute shader supportStenzek
2017-01-05specify custom brace style to fix unionsBhaaL
2016-12-04Vulkan: Fix incorrect logic in readback preemptionStenzek
2016-12-04Vulkan: Simplify palette texture conversionStenzek
2016-12-04Vulkan: Use an enumeration to index pipeline layoutsStenzek
2016-12-04Vulkan: Differentiate between descriptor set layouts and bind pointsStenzek
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