summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
AgeCommit message (Expand)Author
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
2023-01-31Split out everying remaining from SwapScott Mansell
2023-01-31Move GraphicsMod out of RenderBaseScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell
2023-01-31TextureCache: Add content lockingScott Mansell
2023-01-31TextureCache: Refactor with smart pointersScott Mansell
2023-01-31Move TCacheEntry out of TextureCacheBaseScott Mansell
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-09Core: Add option to force linear texture filtering.Admiral H. Curtiss
2022-12-03HW/Memmap: Refactor Memory to class, move to Core::System.Admiral H. Curtiss
2022-11-07VideoCommon: Add an option to disable mipmapsTellowKrinkle
2022-10-28VideoCommon: call texture load graphics mod hook when Dolphin loads a textureiwubcode