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