summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AbstractTexture.cpp
AgeCommit message (Expand)Author
2025-01-20Externals / VideoCommon: update imgui to 1.91.7 and implot to v0.16; imgui ch...iwubcode
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-11-26VideoCommon: move texture dump function out of texture cache to its own free ...iwubcode
2023-06-08Merge pull request #11901 from Filoppi/add_texture_typesAdmiral H. Curtiss
2023-06-08Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)Filoppi
2023-06-01Add compression option for texture dumps.joon
2023-01-31Split AbstractGfx out of RendererScott Mansell
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-07-31FramebufferManager: Correctly handle read back D24S8 texturesStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-07-19VideoBackends: Support D24S8 abstract texture formatStenzek
2018-03-14Assert: Uppercase assertion macrosLioncash
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-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-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-11-22AbstractTexture: Support BGRA8 formatsStenzek
2017-11-19AbstractTexture: Remove a redundant constructor initializer list entryLioncash
2017-11-17Support frame and video dumping from VideoCommoniwubcode
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-06-18AbstractTexture: Return config by const referenceLioncash
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode