summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractTexture.h
AgeCommit message (Expand)Author
2025-08-18Update code to work with new version of ImGui.TryTwo
2025-01-20Externals / VideoCommon: update imgui to 1.91.7 and implot to v0.16; imgui ch...iwubcode
2023-11-26VideoCommon: move texture dump function out of texture cache to its own free ...iwubcode
2023-06-01Add compression option for texture dumps.joon
2023-01-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-07-31FramebufferManager: Correctly handle read back D24S8 texturesStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-02VideoCommon: Add support for Abstract FramebuffersStenzek
2018-03-01AbstractTexture: Add support for depth textures/formatsStenzek
2018-03-01AbstractTexture: Support multisampled abstract textureStenzek
2018-03-01AbstractTexture: Add property/attribute accessor helpersStenzek
2018-01-26AbstractTexture: Fix crash in Vulkan backend when freeing textureStenzek
2018-01-22AbstractTexture: Move Bind() method to RendererStenzek
2017-11-22AbstractTexture: Drop slow map readback pathStenzek
2017-11-22AbstractTexture: Implement Save using new common methodsStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-11-17Support frame and video dumping from VideoCommoniwubcode
2017-06-18AbstractTexture: Return config by const referenceLioncash
2017-06-18AbstractTexture: Add missing includes (and remove unnecessary ones)Lioncash
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode