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