summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractFramebuffer.cpp
AgeCommit message (Collapse)Author
2024-07-26Adjust order and spacing of various #includesDentomologist
Move some #includes around to match the Contributing guidelines.
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-23AbstractFramebuffer: Silence a -Wlogical-op-parentheses warning in ↵Lioncash
ValidateConfig()
2018-03-02VideoCommon: Add support for Abstract FramebuffersStenzek