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
2016-06-18
TextureCache: Rename functions and add comments to clear up docs
Scott Mansell
2016-06-17
TextureCache: Track efb copies used in a partially updated texture
Scott Mansell
2016-04-09
Partial updates for paletted textures
mimimi085181
2016-04-09
Merge pull request #3752 from mimimi085181/remove-use-only-once-restriction-p...
Pierre Bourdon
2016-04-02
Partial texture updates: Allow the efb copy to start before the texture
mimimi085181
2016-03-27
Remove the restriction to apply efb copies only once as partial update
mimimi085181
2016-03-24
VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper function
EmptyChaos
2016-03-16
Minor fixes to the partial updates code
mimimi085181
2016-03-16
Partial texture updates with parts of efb copies new version
mimimi085181
2016-02-14
Copy all layers of textures with CopyRectangleFromTexture
mimimi085181
2016-02-14
For partial texture updates check the dimensions of the efb copy and the targ...
mimimi085181
2016-01-30
Merge pull request #3480 from phire/memory_stride_too_small
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-13
TextureCacheBase: Change CalculateLevelSize to match D3D/OGL sizes
Stenzek
2016-01-09
Avoid the "Memory stride too small" assert
Scott Mansell
2015-12-29
Merge pull request #3407 from phire/fix_assert
Markus Wick
2015-12-29
HiresTextures: Remove the need to explicitly free SOIL allocated data
Lioncash
2015-12-29
TextureCache, fix an incorrect assert.
Scott Mansell
2015-12-20
VideoBackends: Simplify initialization and deinitialization of resources
Lioncash
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
[next]