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
/
texture_cache.h
Age
Commit message (
Expand
)
Author
2021-11-16
Texture Cache: Rescale conversions between depth and color
FernandoS27
2021-11-16
Texture cache: Fix memory consumption and ignore rating when a depth texture ...
Fernando Sahmkow
2021-11-16
Texture Cahe: Fix downscaling on SMO.
Fernando Sahmkow
2021-11-16
texture_cache: Fix infinitely recursive ImageCanRescale check
ameerj
2021-11-16
video_core: Refactor resolution scale function
ameerj
2021-11-16
texture_cache: Fix image resolves when src/dst are not both scaled
ameerj
2021-11-16
vk_texture_cache: Fix early returns on unsupported scales
ameerj
2021-11-16
video_core: Misc resolution scaling related refactoring
ameerj
2021-11-16
texture_cache: Refactor scaled image size calculation
ameerj
2021-11-16
Texture Cache: Fix calculations when scaling.
Fernando Sahmkow
2021-11-16
Texture Cache: Fix Rescaling on Multisample
Fernando Sahmkow
2021-11-16
TextureCache: Base fixes on rescaling.
Fernando Sahmkow
2021-11-16
TextureCache: Fix Buffer Views Scaling.
Fernando Sahmkow
2021-11-16
Texture Cache: Correctly fix Blits Rescaling.
Fernando Sahmkow
2021-11-16
texture_cache: Disable dst_image scaling in BlitImage
ameerj
2021-11-16
texture_cache: Add getter to query if image view is rescaled
ReinUsesLisp
2021-11-16
texture_cache: Fix blacklists on compute
ReinUsesLisp
2021-11-16
texture_cache: Simplify image view queries and blacklisting
ReinUsesLisp
2021-11-16
Texture Cache: Implement Rating System.
Fernando Sahmkow
2021-11-16
Texture Cache: Implement Blacklisting.
Fernando Sahmkow
2021-11-16
texture_cache: Add image getters
ReinUsesLisp
2021-11-16
texture_cache: Fix typo in aliased image rescaling
ameerj
2021-11-16
Texture Cache: Implement Rescaling on Aliases and Blits.
Fernando Sahmkow
2021-11-16
TextureCache: Fix rescaling of ImageCopies
Fernando Sahmkow
2021-11-16
TextureCache: Modify Viewports/Scissors according to Rescale.
Fernando Sahmkow
2021-11-16
Texture Cache: More rescaling fixes.
Fernando Sahmkow
2021-11-16
Texture Cache: Implement Vulkan UpScaling & DownScaling
Fernando Sahmkow
2021-11-16
VideoCore: Initial Setup for the Resolution Scaler.
Fernando Sahmkow
2021-10-23
Merge pull request #7070 from FernandoS27/want-you-bad
Ameer J
2021-10-03
gpu: Migrate implementation to the cpp file
ameerj
2021-09-23
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
Fernando Sahmkow
2021-08-29
Garbage Collection: Make it more agressive on high priority mode.
Fernando Sahmkow
2021-08-28
Garbage Collection: enable as default, eliminate option.
Fernando Sahmkow
2021-08-28
VideoCore: Rework Garbage Collection.
Fernando Sahmkow
2021-08-08
texture_cache: Address ameerj's review
yzct12345
2021-08-07
texture_cache: Address ameerj's review
yzct12345
2021-08-05
texture_cache: Don't change copyright year
yzct12345
2021-08-05
texture_cache: Address ameerj's review
yzct12345
2021-08-05
texture_cache: Split templates out
yzct12345
2021-07-22
texture_cache: Reduce invalid image/sampler error severity
ReinUsesLisp
2021-07-22
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-18
texture_cache: Always prepare image views on render targets
ReinUsesLisp
2021-07-08
Out of bound blit (#6531)
Feng Chen
2021-07-04
Texture Cache: Fix collision with multiple overlaps of the same sparse texture.
Fernando Sahmkow
2021-07-04
Texture Cache: Fix GCC & Clang.
Fernando Sahmkow
2021-07-04
Texture Cache: Address feedback.
Fernando Sahmkow
2021-07-04
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-07-03
TextureCache: Fix 1D to 2D overlapps.
Fernando Sahmkow
[next]