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_params.cpp
Age
Commit message (
Expand
)
Author
2019-06-25
surface_params: Corrections, asserts and documentation.
Fernando Sahmkow
2019-06-20
texture_cache: Correct format R16U as sibling
Fernando Sahmkow
2019-06-20
texture_cache: Corrections to buffers and shadow formats use.
Fernando Sahmkow
2019-06-20
texture_cache: correct texture buffer on surface params
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: General Fixes
Fernando Sahmkow
2019-06-20
surface_params: Ensure pitch is always written to avoid surface leaks
ReinUsesLisp
2019-06-20
surface_params: Optimize CreateForTexture
ReinUsesLisp
2019-06-20
texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth
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
Correct Surface Base and Views for new Texture Cache
Fernando Sahmkow
2019-06-20
texture_cache: Split texture cache into different files
ReinUsesLisp