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.h
Age
Commit message (
Expand
)
Author
2020-04-22
Texture Cache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-15
surface_base: Make IsInside() a const member function
Lioncash
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
2019-11-29
texture_cache/surface_base: Fix out of bounds texture views
ReinUsesLisp
2019-10-15
common: Rename binary_find.h to algorithm.h
Lioncash
2019-09-05
texture_cache: Minor changes
ReinUsesLisp
2019-07-14
Texture_Cache: Address Feedback
Fernando Sahmkow
2019-07-14
Texture_Cache: Force Framebuffer reset if an active render target is unregist...
Fernando Sahmkow
2019-07-05
texture_cache: Address Feedback
Fernando Sahmkow
2019-06-29
texture_cache: Address feedback
ReinUsesLisp
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: Implement siblings texture formats.
Fernando Sahmkow
2019-06-20
texture_cache: move some large methods to cpp files
Fernando Sahmkow
2019-06-20
texture_cache uncompress-compress is untopological.
Fernando Sahmkow
2019-06-20
texture_cache: Correct copying between compressed and uncompressed formats
Fernando Sahmkow
2019-06-20
texture_cache: Handle uncontinuous surfaces.
Fernando Sahmkow
2019-06-20
texture_cache: Add checks for texture buffers.
Fernando Sahmkow
2019-06-20
texture_cache: Fermi2D reform and implement View Mirage
Fernando Sahmkow
2019-06-20
texture_cache: General Fixes
Fernando Sahmkow
2019-06-20
Remove Framebuffer reconfiguration and restrict rendertarget protection
Fernando Sahmkow
2019-06-20
Reduce amount of size calculations.
Fernando Sahmkow
2019-06-20
texture_cache: Correct premature texceptions
Fernando Sahmkow
2019-06-20
Fixes to mipmap's process and reconstruct process
Fernando Sahmkow
2019-06-20
surface_base: Add parenthesis to EmplaceOverview's predicate
ReinUsesLisp
2019-06-20
surface_view: Add constructor for ViewParams
ReinUsesLisp
2019-06-20
surface_base: Split BreakDown into layered and non-layered variants
ReinUsesLisp
2019-06-20
surface_base: Silence truncation warnings and minor renames and reordering
ReinUsesLisp
2019-06-20
copy_params: Use constructor instead of C-like initialization
ReinUsesLisp
2019-06-20
Correct Mipmaps View method in Texture Cache
Fernando Sahmkow
2019-06-20
Change texture_cache chaching from GPUAddr to CacheAddr
Fernando Sahmkow
2019-06-20
Corrections to Structural Matching
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