index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vulkan: fix waiting on semaphore.
FernandoS27
2021-11-16
1
-1
/
+3
*
Update scaleforce to use FP16
Marshall Mohror
2021-11-16
1
-88
/
+55
*
VideoCore: Add more rescaling option.
FernandoS27
2021-11-16
3
-7
/
+38
*
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
2021-11-16
4
-23
/
+48
*
Presentation: Fix turning FSR on and off in settings
Marshall Mohror
2021-11-16
1
-0
/
+11
*
Video Core: fix building for GCC.
Fernando Sahmkow
2021-11-16
5
-24
/
+42
*
Vulkan Rasterizer: Fix clears on integer textures.
FernandoS27
2021-11-16
3
-1
/
+84
*
Texture cache: fix Intel with rescaler.
FernandoS27
2021-11-16
1
-2
/
+2
*
TextureCache: Fix blitting filter in Vulkan and correct viewport/scissor calc...
FernandoS27
2021-11-16
2
-20
/
+44
*
Texture Cache: fix memory managment and optimize scaled downloads, uploads.
Fernando Sahmkow
2021-11-16
7
-28
/
+57
*
Texture Cache: ease the requirements of textures being blacklisted.
Fernando Sahmkow
2021-11-16
2
-22
/
+7
*
Vulkan: Fix Blit Depth Stencil
Fernando Sahmkow
2021-11-16
2
-14
/
+20
*
Texture Cache: Fix downscaling and correct memory comsumption.
Fernando Sahmkow
2021-11-16
8
-36
/
+147
*
Presentation: add Nearest Neighbor filter.
Fernando Sahmkow
2021-11-16
6
-14
/
+67
*
vulkan: Implement FidelityFX Super Resolution
Marshall Mohror
2021-11-16
11
-17
/
+643
*
Texture Cache: Rescale conversions between depth and color
FernandoS27
2021-11-16
6
-25
/
+37
*
Texture cache: Fix memory consumption and ignore rating when a depth texture ...
Fernando Sahmkow
2021-11-16
3
-7
/
+19
*
vulkan: Fix rescaling push constant usage
ameerj
2021-11-16
8
-69
/
+78
*
Texture Cahe: Fix downscaling on SMO.
Fernando Sahmkow
2021-11-16
5
-0
/
+11
*
texture_cache_base: Remove unused function declarations
ameerj
2021-11-16
1
-8
/
+0
*
yuzu: Fix build errors
ameerj
2021-11-16
1
-1
/
+1
*
vk_texture_cache: Use 3D to scale images when blit is unsupported
ameerj
2021-11-16
4
-29
/
+87
*
texture_cache: Fix infinitely recursive ImageCanRescale check
ameerj
2021-11-16
3
-10
/
+13
*
vk_texture_cache: Fix BlitScale of non-2D images
ameerj
2021-11-16
1
-10
/
+9
*
video_core: Refactor resolution scale function
ameerj
2021-11-16
4
-46
/
+34
*
texture_cache: Fix image resolves when src/dst are not both scaled
ameerj
2021-11-16
1
-5
/
+8
*
yuzu_cmd: Read resolution_setup and scaling_filter from config
lat9nq
2021-11-16
2
-0
/
+25
*
video_core,yuzu: Move UpdateRescalingInfo call to video_core
lat9nq
2021-11-16
3
-5
/
+2
*
gl_texture_cache: Disable scissor test when scaling textures
ameerj
2021-11-16
1
-0
/
+8
*
vk_texture_cache: Fix unsupported blit format error checking
ameerj
2021-11-16
2
-9
/
+9
*
vk_texture_cache: Fix early returns on unsupported scales
ameerj
2021-11-16
2
-19
/
+11
*
video_core: Misc resolution scaling related refactoring
ameerj
2021-11-16
8
-47
/
+51
*
texture_cache: Refactor scaled image size calculation
ameerj
2021-11-16
2
-12
/
+13
*
Texture Cache: Fix calculations when scaling.
Fernando Sahmkow
2021-11-16
1
-0
/
+12
*
gl_texture_cache: Fix BGR pbo size for scaled textures
ameerj
2021-11-16
1
-11
/
+10
*
rescaling_pass: Fix IR errors when unscalable texture types are encountered
ameerj
2021-11-16
1
-0
/
+28
*
Texture Cache: Fix Rescaling on Multisample
Fernando Sahmkow
2021-11-16
3
-8
/
+21
*
TextureCache: Base fixes on rescaling.
Fernando Sahmkow
2021-11-16
2
-4
/
+6
*
rescaling_pass: Logic simplification and minor style cleanup
ameerj
2021-11-16
2
-33
/
+17
*
rescaling_pass: Scale ImageFetch offset if it exists
ameerj
2021-11-16
1
-59
/
+37
*
rescaling_pass: Enable PatchImageQueryDimensions on fragment stages
ameerj
2021-11-16
1
-5
/
+4
*
vk_texture_cache: Simplify scaled image management
ameerj
2021-11-16
2
-107
/
+34
*
gl_texture_cache: Fix scaling backup logic
ameerj
2021-11-16
2
-20
/
+16
*
vk_rasterizer: Fix scaling on Y_NEGATE
ameerj
2021-11-16
1
-3
/
+9
*
vk_texture_cache: Use nearest neighbor scaling when available
ameerj
2021-11-16
4
-29
/
+36
*
gl_texture_cache: Fix depth and integer format scaling blits
ameerj
2021-11-16
2
-16
/
+61
*
gl_texture_cache/rescaling_pass: minor cleanup
ameerj
2021-11-16
3
-16
/
+10
*
vk_texture_cache: Minor cleanup
ameerj
2021-11-16
2
-11
/
+8
*
rescaling_pass: Fix and simplify shuffle/fragcoord pass
ameerj
2021-11-16
1
-26
/
+20
*
Shader: Don't rescale FragCoord if used by Shuffle
Fernando Sahmkow
2021-11-16
2
-2
/
+55
[next]