summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureInfo.cpp
AgeCommit message (Expand)Author
2026-01-19VideoCommon: Move TextureInfo getters to headerJosJuice
2026-01-17VideoCommon: Don't create mipmap vector in TextureInfoJosJuice
2025-03-10GCC: Remedy NRVO Failsmitaclaw
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-20Memmap: Replace GetPointer with GetSpanForAddressJosJuice
2023-04-15Common/MathUtil: Move IntLog2 into MathUtil namespaceLioncash
2022-12-03HW/Memmap: Refactor Memory to class, move to Core::System.Admiral H. Curtiss
2022-08-29TextureInfo: Reorder members in constructorMerry
2022-06-26VideoCommon: add support for setting and getting the stage from the texture infoiwubcode
2021-11-17Eliminate SamplerCommon::AreBpTexMode0MipmapsEnabledPokechu22
2021-10-10BPMemory: Refactor/consolidate TexUnit AddressingScott Mansell
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-23Merge pull request #9826 from Techjar/fix-tmem-mipsJMC47
2021-06-20VideoCommon/TextureInfo: Fix mipmap loading from tmemTechjar
2021-06-19VideoCommon: split the texture hash from the base name when generating the te...iwubcode
2021-05-30Fix -Wreorder warningsTillmann Karras
2021-05-22VideoCommon/TextureInfo: Restore old mipmap detection logicTechjar
2021-05-11VideoCommon: move all texture calculations to a "TextureInfo" class. This ev...iwubcode