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
/
TextureCacheBase.cpp
Age
Commit message (
Expand
)
Author
2020-07-22
DolphinQt / VideoCommon: Add additional texture dumping options. Specificall...
iwubcode
2020-03-24
Cleanup warnings of -Wunused-lambda-capture
Jun Su
2019-12-05
VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace
Lioncash
2019-11-23
VideoCommon: Make use of fmt outside of shader generators
Lioncash
2019-08-08
Merge pull request #8293 from lioncash/ref
Connor McLaughlin
2019-08-04
VideoCommon/TextureCacheBase: Collapse for loop into a fill() in Invalidate()
Lioncash
2019-08-04
VideoCommon/TextureCacheBase: Use emplace_back where applicable
Lioncash
2019-08-04
VideoCommon/TextureCacheBase: Remove use of the texture cache global
Lioncash
2019-08-04
VideoCommon/TextureCacheBase: Remove dependence on global variables from OnCo...
Lioncash
2019-08-04
VideoCommon/TextureCacheBase: Make OnConfigChanged's parameter a const reference
Lioncash
2019-07-24
Config: Add an option to skip saving texture cache to save state
Stenzek
2019-07-24
TextureCache: Support saving cache entries, including EFB copies
Stenzek
2019-07-19
TextureCache: Don't crash when conversion pipelines fail to compile
Stenzek
2019-07-14
TextureCache: Support reinterpreting formats for VRAM textures
Stenzek
2019-07-14
TextureCache: Combine ApplyPaletteToEntry and ConvertTexture
Stenzek
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-05-04
Merge pull request #7839 from ShFil119/impr/redundant
Léo Lam
2019-04-30
Remove redundant initialization
Filip Gawin
2019-04-28
Merge pull request #8048 from stenzek/vulkan-negative-scissor-rect
Connor McLaughlin
2019-04-28
FramebufferManager: Fix invalid transitions for 1xIR in EFB cache
Stenzek
2019-04-28
TextureCache: Fix incorrect format string in GetXFBTexture()
Stenzek
2019-04-21
Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle
Stenzek
2019-04-21
TextureCache: Check for out-of-range partial copy rect after scaling
Stenzek
2019-04-21
TextureCache: Use linear filtering on y-scaled and >1xIR VRAM copies
Stenzek
2019-04-21
TextureCache: Simplify XFB reconstruction
Stenzek
2019-03-30
FramebufferManager: Fix broken EFB peeks in GL with MSAA on
Stenzek
2019-03-29
TextureCacheBase: Fix possible crash on shutdown with deferred EFB copies
Stenzek
2019-03-20
TextureCacheBase: Fix infinite loop in DoPartialTextureUpdates
Stenzek
2019-02-28
Merge pull request #7832 from stenzek/xfb-decoding-regression
Tilka
2019-02-28
TextureCache: Fix GPU decoding of XFB copies not falling back to CPU
Stenzek
2019-02-28
TextureCache: Fix EFB2RAM copies at >1xIR sampling out-of-range
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-02-17
TextureCache: Don't copy out-of-range rectangles when stitching textures
Stenzek
2019-02-17
TextureCache: Bind textures/samplers after loading all textures
Stenzek
2019-01-19
TextureCache: Fix a possible crash when partial updating palette textures
Stenzek
2019-01-19
TextureCache: Don't partial copy to non-existant texture layers
Stenzek
2019-01-19
TextureCache: Fix broken XFB stitching with stereoscopy is enabled
Stenzek
2018-12-25
fx texture overlap
weihuoya
2018-11-13
TextureCache: Recompute overlapping XFB copy hashes after copying to RAM
Stenzek
2018-11-08
TextureCache: Fix leaking TCacheEntry instances
Stenzek
2018-11-07
TextureCache: Implement deferred/batched EFB copies
Stenzek
2018-10-14
Merge pull request #7412 from AdmiralCurtiss/xfb-stitch-in-order
Tilka
2018-09-15
Do not consider XFB copies for invalidating textures when loading a new texture.
Admiral H. Curtiss
2018-09-14
Stitch together overlapping XFB regions in order of XFB copy creation.
Admiral H. Curtiss
2018-07-06
VideoCommon/TextureCacheBase: Resolve a -Wmissing-braces warning in GetRAMCop...
Lioncash
2018-07-03
Make arbitrary mipmap detection toggle invalidate the texture cache
Techjar
2018-07-02
Remove unused sRGB conversion functions
Jonathan Hamilton
[next]