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