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
/
HiresTextures.h
Age
Commit message (
Expand
)
Author
2026-07-15
waterfall loading of textures via id to prefer elfid-gameid when launched via...
cbartondock
2025-11-23
VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...
iwubcode
2025-06-06
VideoCommon: use CustomResourceManager in the texture cache and hook up to ou...
iwubcode
2024-12-28
Core/VideoCommon: Fix duplicate OSD Custom Textures messages
dreamsyntax
2023-06-05
Core / VideoCommon: update HiresTexture to use CustomAssetLoader
iwubcode
2023-06-02
VideoCommon: move custom texture data to assets
iwubcode
2023-03-01
VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to us...
iwubcode
2022-06-27
VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...
iwubcode
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-11
VideoCommon: move all texture calculations to a "TextureInfo" class. This ev...
iwubcode
2020-10-03
InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...
iwubcode
2020-10-03
VideoCommon: Make a reusable free function for getting top level directories ...
iwubcode
2020-03-15
VideoCommon: Allow texture folders to be determined by a <gameid>.txt file
iwubcode
2018-05-22
HiresTextures: Do not load compressed textures with unaligned dimensions
Stenzek
2018-05-20
VideoCommon: Replace SOIL with libpng for hires textures
Emmanuel Gil Peyrot
2018-01-10
Treat custom textures with "_arb" suffix as having arbitrary mipmaps
JosJuice
2017-08-03
Video: Clearly separate Texture and EFB Copy formats
N.E.C
2017-06-13
Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat
iwubcode
2017-04-29
HiresTextures: Move the maximum mip level check from DDS to main loader
Stenzek
2017-04-29
HiresTextures: Load full mipmap chain from DDS files
Stenzek
2017-04-29
HiresTextures: Support parsing DDS files directly
Stenzek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-06
HiresTextures: Refactor getting directory
JosJuice
2016-01-06
HiresTextures: Also look for directories with 3-character IDs
JosJuice
2015-12-29
HiresTextures: Remove the need to explicitly free SOIL allocated data
Lioncash
2015-12-29
HiresTextures: Make Load return a unique_ptr
Lioncash
2015-12-29
HiresTextures: Remove unnecessary header includes
Lioncash
2015-05-26
Merge pull request #2162 from degasus/prefetch_tex
Markus Wick
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-16
CustomTexture: prefetch all available textures
degasus
2015-01-21
CustomTexture: also support the legacy format
degasus
2015-01-21
CustomTexture: Mark textures with mipmaps
degasus
2015-01-21
CustomTexture: Use another file name with wildcards
degasus
2014-12-29
VideoCommon: Merge code to generate texture names on dumping
degasus
2014-12-29
VideoCommon: rewrite custom textures
degasus
2014-09-11
Remove some unnecessary semicolons
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre