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.h
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-02-29
Merge pull request #3355 from mimimi085181/partial-texture-updates-check-dime...
Pierre Bourdon
2016-02-15
D3D12: Additions to VideoCommon to support D3D12 backend.
hdcmeta
2016-02-14
For partial texture updates check the dimensions of the efb copy and the targ...
mimimi085181
2016-01-23
TextureCacheBase: Simplify init/comparison of TCacheEntryConfig
Lioncash
2016-01-17
VideoCommon: Header cleanup
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-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-09-26
Respect the stride for efb copies when hashing them
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-06
General: Replace GC_ALIGN macros with alignas
Lioncash
2015-09-07
Make efb2tex behave more like efb2ram.
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-21
Support partial texture updates via efb copies
mimimi085181
2015-06-09
Code cleanup for FreeTexture after merging PR #2097
mimimi085181
2015-06-05
Search the texture cache for small textures by address and hash
mimimi085181
2015-05-26
Merge pull request #2162 from degasus/prefetch_tex
Markus Wick
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-16
CustomTexture: prefetch all available textures
degasus
2015-04-15
General: Apply the const specifier where applicable
Lioncash
2015-03-15
quiet some warnings which appear on vs2015.
Shawn Hoffman
2015-03-02
TextureCache: load all mipmap levels from custom textures
degasus
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-19
Remove TextureAddress struct.
magumagu
2015-02-19
Decode EFB copies used as paletted textures.
magumagu
2015-02-18
Allow multiple texture cache entries for textures at the same address
mimimi085181
2015-01-23
Remove EFB to RAM cache, and simplify code.
magumagu
2015-01-18
TexCache: use an unordered_multimap for the tex pool
degasus
2015-01-18
TexCache: also incude textures within the render target pool
degasus
2015-01-18
TexCache: merge texture and rendertarget factory function
degasus
2015-01-18
TexCache: remove PC_TexFormat
degasus
2015-01-11
TexCache: Choose texture based on mipmap count
degasus
2015-01-11
TexCache: create a const Config struct
degasus
2015-01-11
TexCache: cleanup max texture level
degasus
2015-01-11
TextureCache: inline arguments into texture cache
degasus
2015-01-11
TexCache: clean up frameCount handling
degasus
2015-01-11
TexCache: unify global variables
degasus
[next]