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
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-07-13
video_core: Rearrange pixel format names
ReinUsesLisp
2020-06-22
TextureCache: Fix case where layer goes off bound.
Fernando Sahmkow
2020-06-08
texture_cache: Implement rendering to 3D textures
ReinUsesLisp
2020-04-15
Texture Cache: Read current data when flushing a 3D segment.
Fernando Sahmkow
2020-04-06
Texture Cache: Use vAddr instead of physical memory for caching.
Fernando Sahmkow
2020-04-01
video_core: Use native ASTC when available
ReinUsesLisp
2020-02-16
surface_base: Implement texture buffer flushes
ReinUsesLisp
2020-01-26
texture_cache/surface_base: Fix layered break down
ReinUsesLisp
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