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
/
Src
/
TextureCacheBase.cpp
Age
Commit message (
Expand
)
Author
2013-06-08
Invalidate the texture cache using the GPU thread when the CPU thread makes a...
skidau
2013-04-24
Formatting cleanup for VideoCommon.
Lioncash
2013-04-19
Fix a bunch of random typos in comments and logging.
lioncash
2013-04-17
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...
Lioncash
2013-03-19
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
lioncash
2013-03-06
Merge branch 'master' into GLSL-master
degasus
2013-03-01
also don't cleanup efb copys on efb2ram
degasus
2013-02-25
fix last commit by neobrain
degasus
2013-02-25
Build fixing.
NeoBrainX
2013-02-25
TextureCacheBase: Do not assume EFB copies can safely be deleted when we thin...
NeoBrainX
2013-02-20
Revert "Don't load level 0 twice for 1-level textures in DX11." and fix it pr...
Jordan Woyak
2013-02-18
Merge branch 'master' into GLSL-master
degasus
2013-02-18
TextureCache: Fix D3D backends crashing when a game uses multiple 1x1-sized L...
NeoBrainX
2013-02-15
Changes/cleanup to TextureCache::Load and other mipmap related code.
Jordan Woyak
2013-02-07
Merge branch 'mipmap_fixes'.
NeoBrainX
2013-01-28
move RestoreAPIState and ResetAPIState into backends
degasus
2013-01-24
Merge branch 'immediate-removal' into GLSL-master
degasus
2013-01-19
add stage parameter for texture load, so ogl can bind to the correct sampler
degasus
2013-01-10
VideoCommon: Implement proper RGBA8 texture loading from tmem.
NeoBrainX
2013-01-08
Fix an issue where an iterator would become invalidated in TextureCache::Clea...
Lioncash
2013-01-08
Fix clearing of render targets. We were skipping every other one.
Ryan Houdek
2012-12-24
TextureCacheBase: Fix a potential bug when using custom textures.
NeoBrainX
2012-12-17
TextureCacheBase: Delete textures completely instead of just invalidating the...
NeoBrainX
2012-10-20
[cleanup] TextureCache: Kill the autogen_mipmap parameter
NeoBrainX
2012-10-20
[cleanup] [bugfix] TextureCacheBase: Cleanup and simplify mipmapping logic. P...
NeoBrainX
2012-10-20
[optimization] TextureCacheBase: Slightly loosen the requirements for reusing...
NeoBrainX
2012-06-27
Add a missing Invalidate() call in ~TextureCache(). Fixes a regression from ...
Pierre Bourdon
2012-06-20
Fix a small bug.
NeoBrainX
2012-06-20
Minor cleanup.
NeoBrainX
2012-06-20
Enable texture format overlay on the fly.
NeoBrainX
2012-06-20
Enable hires textures even when texture dumping is enabled.
NeoBrainX
2012-06-20
Instead of invalidating texcache whenever the graphics configuration dialog g...
NeoBrainX
2012-06-08
Fast mipmaps deserves to die!!
NeoBrainX
2012-05-13
TextureCacheBase: Remove the texture size limit for custom textures. Only the...
NeoBrainX
2012-05-13
TextureCacheBase: Support loading custom mipmaps.
NeoBrainX
2012-05-13
TextureCacheBase: Support dumping individual mipmaps.
NeoBrainX
2012-05-13
TextureCacheBase: Move texture dumping to a helper function.
NeoBrainX
2012-05-13
TextureCacheBase: Move custom texture loading to a helper function
NeoBrainX
2012-03-20
Fix some regressions from r3b38295cbd08.
NeoBrainX
2012-02-04
TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of th...
NeoBrainX
2012-02-03
Implement texture preloading
NeoBrainX
2012-01-31
Add license header for TextureCacheBase files
NeoBrainX
2012-01-31
TextureCacheBase: Replace the efbcopy_state member variable of texture cache ...
NeoBrainX
2012-01-31
TextureCacheBase: Update and improve documentation for EFB copies
NeoBrainX
2012-01-31
TextureCacheBase: Remove a redundant variable
NeoBrainX
2012-01-31
TextureCacheBase: De-uglify hybrid EFB copies (documentation needs updating t...
NeoBrainX
2012-01-31
TextureCacheBase: Small bugfix
NeoBrainX
2012-01-31
TextureCache: Remove unsafe texture cache
NeoBrainX
2012-01-31
TextureCacheBase: Move around stuff, add some TODOs
NeoBrainX
2012-01-31
TextureCacheBase: More cleanup...
NeoBrainX
[next]