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
Age
Commit message (
Collapse
)
Author
2021-11-16
TextureCache: Improve Reaper.
FernandoS27
2021-11-16
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
2021-11-16
Texture Cache: fix memory managment and optimize scaled downloads, uploads.
Fernando Sahmkow
2021-11-16
Texture Cache: ease the requirements of textures being blacklisted.
Fernando Sahmkow
2021-11-16
Texture Cache: Fix downscaling and correct memory comsumption.
Fernando Sahmkow
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
is rendered.
2021-11-16
Texture Cahe: Fix downscaling on SMO.
Fernando Sahmkow
2021-11-16
texture_cache_base: Remove unused function declarations
ameerj
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
image_info: Mark MSAA textures as non-rescalable
ameerj
Blitting or resolving multisampled images requires the dimensions of the src and dst to be equal for valid usage, making them difficult for resolution scaling using the current implementation.
2021-11-16
shader, video_core: Fix GCC build errors
ameerj
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
Fixes scaling in Super Mario Party
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
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
2021-10-03
gpu: Migrate implementation to the cpp file
ameerj
2021-09-24
general: Update style to clang-format-12
ameerj
2021-09-23
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
Fernando Sahmkow
2021-09-11
slot_vector: Add missing <algorithm> include
Morph
2021-08-29
Garbage Collection: Make it more agressive on high priority mode.
Fernando Sahmkow
2021-08-29
Garbage Collection: Adress Feedback.
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
[next]