index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
TextureInfo.cpp
Age
Commit message (
Expand
)
Author
2026-01-19
VideoCommon: Move TextureInfo getters to header
JosJuice
2026-01-17
VideoCommon: Don't create mipmap vector in TextureInfo
JosJuice
2025-03-10
GCC: Remedy NRVO Fails
mitaclaw
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2024-04-20
Memmap: Replace GetPointer with GetSpanForAddress
JosJuice
2023-04-15
Common/MathUtil: Move IntLog2 into MathUtil namespace
Lioncash
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2022-08-29
TextureInfo: Reorder members in constructor
Merry
2022-06-26
VideoCommon: add support for setting and getting the stage from the texture info
iwubcode
2021-11-17
Eliminate SamplerCommon::AreBpTexMode0MipmapsEnabled
Pokechu22
2021-10-10
BPMemory: Refactor/consolidate TexUnit Addressing
Scott Mansell
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-23
Merge pull request #9826 from Techjar/fix-tmem-mips
JMC47
2021-06-20
VideoCommon/TextureInfo: Fix mipmap loading from tmem
Techjar
2021-06-19
VideoCommon: split the texture hash from the base name when generating the te...
iwubcode
2021-05-30
Fix -Wreorder warnings
Tillmann Karras
2021-05-22
VideoCommon/TextureInfo: Restore old mipmap detection logic
Techjar
2021-05-11
VideoCommon: move all texture calculations to a "TextureInfo" class. This ev...
iwubcode