summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureCacheBase.h
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-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-02-07Merge branch 'mipmap_fixes'.NeoBrainX
2013-01-29Fix some shadowing warnings.Jordan Woyak
2012-10-20[cleanup] TextureCache: Kill the autogen_mipmap parameterNeoBrainX
2012-10-20[cleanup] [bugfix] TextureCacheBase: Cleanup and simplify mipmapping logic. P...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-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-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: 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: Small changeNeoBrainX
2012-01-31TextureCacheBase: Kill deprecated entry member isNonPow2NeoBrainX
2012-01-31TextureCacheBase: Simplify texture cache entry initializationNeoBrainX
2012-01-31TextureCache: Renaming some variablesNeoBrainX
2011-02-26Add EFB encode-to-RAM support in DX11 backend. It could probably be simplifie...Nolan Check
2011-02-25added the possibility to allocate aligned memory, an use it to allocate the b...Rodolfo Osvaldo Bogado
2011-02-08Defer texture invalidation to the video thread from the video configuration d...baby.lueshi
2011-02-05Whoops, forgot to remove that.baby.lueshi
2011-02-05Changes to hi-res textures. Textures now load correctly when loading/saving a...baby.lueshi
2011-01-25DX11 code maintenance, part 7:NeoBrainX
2010-11-24DX11: Fix mipmaps. Someone forgot creating them at the proper time ;PNeoBrainX
2010-11-21Polish, fix and otherwise improve the video plugin configuration dialog:NeoBrainX
2010-11-06Optimised EFB copy to RAM.skidau
2010-10-24Fix a major speed regression from r6288:NeoBrainX
2010-10-20Clarify texture cache code. Previously, there were THREE sets of texture dime...Nolan Check
2010-10-19Merged common texture cache code from video plugins into VideoCommon. (DX11 n...Jordan Woyak