index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
/
surface_base.cpp
Age
Commit message (
Expand
)
Author
2019-10-15
common: Rename binary_find.h to algorithm.h
Lioncash
2019-07-18
video_core: Resolve -Wreorder warnings
Lioncash
2019-07-14
Texture_Cache: Correct Linear Structural Match.
Fernando Sahmkow
2019-06-24
texture_cache/surface_base: Address feedback
ReinUsesLisp
2019-06-20
texture_cache: Style and Corrections
Fernando Sahmkow
2019-06-20
texture_cache: Implement Irregular Views in surfaces
Fernando Sahmkow
2019-06-20
texture_cache: move some large methods to cpp files
Fernando Sahmkow
2019-06-20
texture_cache: Handle uncontinuous surfaces.
Fernando Sahmkow
2019-06-20
texture_cache: loose TryReconstructSurface when accurate GPU is not on.
Fernando Sahmkow
2019-06-20
texture_cache: General Fixes
Fernando Sahmkow
2019-06-20
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
2019-06-20
Reduce amount of size calculations.
Fernando Sahmkow
2019-06-20
texture_cache: Implement guest flushing
Fernando Sahmkow
2019-06-20
surface_base: Silence truncation warnings and minor renames and reordering
ReinUsesLisp
2019-06-20
Change texture_cache chaching from GPUAddr to CacheAddr
Fernando Sahmkow
2019-06-20
Correct Surface Base and Views for new Texture Cache
Fernando Sahmkow
2019-06-20
texture_cache: Remove execution context copies from the texture cache
ReinUsesLisp
2019-06-20
texture_cache: Split texture cache into different files
ReinUsesLisp