| Age | Commit message (Expand) | Author |
| 2024-12-28 | Core/VideoCommon: Fix duplicate OSD Custom Textures messages | dreamsyntax |
| 2024-10-10 | Modernize `std::find` with ranges | mitaclaw |
| 2024-08-14 | Use 'contains' method | Dr. Dystopia |
| 2024-06-01 | VideoCommon: pull texture sampler out of texture cache so that it can be used... | iwubcode |
| 2024-04-20 | VideoCommon: Use GetSpanForAddress safely in texture decoding | JosJuice |
| 2024-04-09 | VideoCommon: Remove calls to GetPointer | JosJuice |
| 2024-03-21 | VideoCommon: Scan texture dumping directory + subdirectories to not re-dump e... | Jordan Woyak |
| 2024-01-12 | FifoRecorder: Move instance to System. | Admiral H. Curtiss |
| 2023-12-15 | VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ... | iwubcode |
| 2023-12-09 | VideoCommon: prevent a potential custom texture crash that can occur when a s... | iwubcode |
| 2023-11-28 | Remove _M_X86 in favour of _M_X86_64 | Zopolis4 |
| 2023-11-26 | VideoCommon: move texture dump function out of texture cache to its own free ... | iwubcode |
| 2023-10-10 | VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'... | iwubcode |
| 2023-09-03 | Merge pull request #12102 from iwubcode/cubemap_custom_texture | JMC47 |
| 2023-09-03 | Merge pull request #12148 from Dentomologist/fifo_convert_memoryupdate_type_t... | Admiral H. Curtiss |
| 2023-09-02 | VideoCommon: add loading cube maps from DDS files and loading it into our cus... | iwubcode |
| 2023-09-02 | Fifo: Convert MemoryUpdate::Type to enum class | Dentomologist |
| 2023-09-01 | TextureCacheBase: Add m_ prefix to member variables | Dentomologist |
| 2023-07-19 | VideoCommon: skip the texture dump if the texture is using a custom texture, ... | iwubcode |
| 2023-07-09 | Merge pull request #12022 from iwubcode/texture_create_gmod_impl | Admiral H. Curtiss |
| 2023-07-02 | VideoCommon: don't do pointer copies during graphics mod callback iteration | iwubcode |
| 2023-07-02 | VideoCommon: call into graphics mods create texture callback, providing addit... | iwubcode |
| 2023-07-02 | Merge pull request #11991 from iwubcode/tcache_multiple_texture_dependencies | Admiral H. Curtiss |
| 2023-07-02 | VideoCommon: add support for allowing a TextureCache entry to be associated w... | iwubcode |
| 2023-06-28 | VideoBackends: support multiple compute images for some backends (D3D, OGL, V... | iwubcode |
| 2023-06-20 | VideoCommon: move cached texture asset to 'CustomAsset' common code | iwubcode |
| 2023-06-07 | InputCommon / VideoCommon: remove dynamic input reloading the texture cache, ... | iwubcode |
| 2023-06-07 | VideoCommon: introduce linked assets in TCacheEntry, allowing for assets to b... | iwubcode |
| 2023-06-05 | Core / VideoCommon: update HiresTexture to use CustomAssetLoader | iwubcode |
| 2023-06-02 | VideoCommon: move custom texture data to assets | iwubcode |
| 2023-06-01 | Add compression option for texture dumps. | joon |
| 2023-04-14 | Merge pull request #11687 from Minty-Meeo/warnings | Léo Lam |
| 2023-04-08 | VideoCommon: refactor GetTexture into a separate function for creation, separ... | iwubcode |
| 2023-04-06 | Resolve [-Wshadow] | Minty-Meeo |
| 2023-03-01 | VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to us... | iwubcode |
| 2023-02-09 | Apply suggestions from code review | Scott Mansell |
| 2023-02-09 | Lint fixes | Scott Mansell |
| 2023-02-09 | Move xfb tracking and IR scaling out of RenderBase | Scott Mansell |
| 2023-01-31 | Expose Renderer's Framecount | Scott Mansell |
| 2023-01-31 | Split out everying remaining from Swap | Scott Mansell |
| 2023-01-31 | Move GraphicsMod out of RenderBase | Scott Mansell |
| 2023-01-31 | Split AbstractGfx out of Renderer | Scott Mansell |
| 2023-01-31 | TextureCache: Add content locking | Scott Mansell |
| 2023-01-31 | TextureCache: Refactor with smart pointers | Scott Mansell |
| 2023-01-31 | Move TCacheEntry out of TextureCacheBase | Scott Mansell |
| 2022-12-27 | VideoCommon: De-globalize PixelShaderManager class. | Admiral H. Curtiss |
| 2022-12-09 | Core: Add option to force linear texture filtering. | Admiral H. Curtiss |
| 2022-12-03 | HW/Memmap: Refactor Memory to class, move to Core::System. | Admiral H. Curtiss |
| 2022-11-07 | VideoCommon: Add an option to disable mipmaps | TellowKrinkle |
| 2022-10-28 | VideoCommon: call texture load graphics mod hook when Dolphin loads a texture | iwubcode |