summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
2025-10-30VideoCommon: Fix render to texture in wrong layoutTellowKrinkle
2025-08-01Merge pull request #13780 from jordan-woyak/fix-text-filter-nearestAdmiral H. Curtiss
2025-07-08Avoid map/set double lookupsSintendo
2025-06-28VideoCommon: Fix "Force Nearest" texture filter setting.Jordan Woyak
2025-06-06VideoCommon: use CustomResourceManager in the texture cache and hook up to ou...iwubcode
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47
2025-03-17Config: Expose Default and 1x Anisotropic Filtering setting.Jordan Woyak
2025-03-17Enable anisotropic filtering when the game requests itPokechu22
2025-03-09Modernize `std::max_element` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::sort` with ranges and projectionsmitaclaw
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2024-12-28Core/VideoCommon: Fix duplicate OSD Custom Textures messagesdreamsyntax
2024-10-10Modernize `std::find` with rangesmitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
2024-06-01VideoCommon: pull texture sampler out of texture cache so that it can be used...iwubcode
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-09VideoCommon: Remove calls to GetPointerJosJuice
2024-03-21VideoCommon: Scan texture dumping directory + subdirectories to not re-dump e...Jordan Woyak
2024-01-12FifoRecorder: Move instance to System.Admiral H. Curtiss
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-12-09VideoCommon: prevent a potential custom texture crash that can occur when a s...iwubcode
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-26VideoCommon: move texture dump function out of texture cache to its own free ...iwubcode
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
2023-09-03Merge pull request #12102 from iwubcode/cubemap_custom_textureJMC47
2023-09-03Merge pull request #12148 from Dentomologist/fifo_convert_memoryupdate_type_t...Admiral H. Curtiss
2023-09-02VideoCommon: add loading cube maps from DDS files and loading it into our cus...iwubcode
2023-09-02Fifo: Convert MemoryUpdate::Type to enum classDentomologist
2023-09-01TextureCacheBase: Add m_ prefix to member variablesDentomologist
2023-07-19VideoCommon: skip the texture dump if the texture is using a custom texture, ...iwubcode
2023-07-09Merge pull request #12022 from iwubcode/texture_create_gmod_implAdmiral H. Curtiss
2023-07-02VideoCommon: don't do pointer copies during graphics mod callback iterationiwubcode
2023-07-02VideoCommon: call into graphics mods create texture callback, providing addit...iwubcode
2023-07-02Merge pull request #11991 from iwubcode/tcache_multiple_texture_dependenciesAdmiral H. Curtiss
2023-07-02VideoCommon: add support for allowing a TextureCache entry to be associated w...iwubcode
2023-06-28VideoBackends: support multiple compute images for some backends (D3D, OGL, V...iwubcode
2023-06-20VideoCommon: move cached texture asset to 'CustomAsset' common codeiwubcode
2023-06-07InputCommon / VideoCommon: remove dynamic input reloading the texture cache, ...iwubcode
2023-06-07VideoCommon: introduce linked assets in TCacheEntry, allowing for assets to b...iwubcode
2023-06-05Core / VideoCommon: update HiresTexture to use CustomAssetLoaderiwubcode
2023-06-02VideoCommon: move custom texture data to assetsiwubcode
2023-06-01Add compression option for texture dumps.joon
2023-04-14Merge pull request #11687 from Minty-Meeo/warningsLéo Lam
2023-04-08VideoCommon: refactor GetTexture into a separate function for creation, separ...iwubcode
2023-04-06Resolve [-Wshadow]Minty-Meeo
2023-03-01VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to us...iwubcode
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-01-31Expose Renderer's FramecountScott Mansell