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
release-prep-2606a
release-prep-2606a-2
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
2015-12-01
Fix lens flares in Mario Kart Wii.
Scott Mansell
2015-11-24
TextureCache: Allow the backends to return nullptr for textures.
degasus
2015-11-17
TextureCache: Fix crash for invalid textures.
degasus
2015-11-15
TextureCache: Rewrite EFB Copy control flow
degasus
2015-11-15
TextureCache: Split efb2ram from efb2tex
degasus
2015-11-06
VideoCommon: drop unused variable/setter
Tillmann Karras
2015-11-06
VideoCommon: rename TextureCache to TextureCacheBase
Tillmann Karras
2015-10-22
TextureCacheBase: Change CacheLinesPerRow to BytesPerRow
Lioncash
2015-10-18
Check the hashes of efb copies before applying them as partial texture updates
mimimi085181
2015-10-15
Do not delete strided efb copies on load
mimimi085181
2015-09-26
Respect the stride for efb copies when hashing them
mimimi085181
2015-09-22
FifoRecorder: Use Video Common to record efb2ram correctly.
Scott Mansell
2015-09-12
Fix performance regression in Sonic the Fighters, introduced by PR#2001
mimimi085181
2015-09-12
Merge pull request #3019 from mimimi085181/store-base-hash
Scott Mansell
2015-09-11
Merge pull request #2972 from lioncash/align
flacs
2015-09-10
Store the base hash for paletted textures in the texture cache entries
mimimi085181
2015-09-10
Perform garbage collection for efb copies
mimimi085181
2015-09-07
FifoPlayer: Don't check efb copy hashes when plaing back a broken dff
Scott Mansell
2015-09-06
General: Replace GC_ALIGN macros with alignas
Lioncash
2015-09-07
Workaround to allow partial texture updates to keep working in NSMBWii
Scott Mansell
2015-09-07
Make efb2tex behave more like efb2ram.
Scott Mansell
2015-09-06
Use ROUND_UP instead of custom bittwiddling.
Scott Mansell
2015-09-06
Move common EFB copy code into VideoCommon
Scott Mansell
2015-09-05
Cleanup and unify handling of efb copy stride.
Scott Mansell
2015-07-02
Implement scaled partial texture updates
Rodolfo Bogado
2015-06-28
Use emplace() instead of insert() where applicable for maps.
Lioncash
2015-06-24
Merge branch 'stable'
Jules Blok
2015-06-24
Quick fix for an invalid iterator
mimimi085181
2015-06-21
Support partial texture updates via efb copies
mimimi085181
2015-06-12
Options: merge SCoreStartupParameter into SConfig
degasus
2015-06-09
Code cleanup for FreeTexture after merging PR #2097
mimimi085181
2015-06-05
Search the texture cache for small textures by address and hash
mimimi085181
2015-05-26
Merge pull request #2162 from degasus/prefetch_tex
Markus Wick
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-16
CustomTexture: prefetch all available textures
degasus
2015-05-02
VideoCommon: Implement EFB dumping for both backends.
Jules Blok
2015-03-02
TextureCache: load all mipmap levels from custom textures
degasus
2015-03-01
TexCache: increase TEXTURE_KILL_THRESHOLD
degasus
2015-02-25
Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2
Lioncash
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-24
VideoCommon: rename efb2tex and efb2ram
degasus
2015-02-24
Fix some -Wsign-compare warnings
Tillmann Karras
2015-02-19
Explicitly set up AllocateTexture configuration for palette conversion.
magumagu
2015-02-19
Remove TextureAddress struct.
magumagu
2015-02-19
Decode EFB copies used as paletted textures.
magumagu
2015-02-18
Allow multiple texture cache entries for textures at the same address
mimimi085181
2015-01-27
Merge pull request #1948 from magumagu/remove-efb-cache
Markus Wick
2015-01-24
TexCache: Rewrite the texID generation for paletted textures
degasus
2015-01-23
Remove EFB to RAM cache, and simplify code.
magumagu
[prev]
[next]