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
*
Texture Cache: fix scaling on upload and stop scaling on base resolution.
Fernando Sahmkow
2021-11-16
1
-14
/
+32
*
shader, video_core: Fix GCC build errors
ameerj
2021-11-16
3
-14
/
+3
*
emit_spirv: Fix RescalingLayout alignment
ameerj
2021-11-16
3
-4
/
+8
*
TextureCache: Fix Buffer Views Scaling.
Fernando Sahmkow
2021-11-16
2
-5
/
+9
*
RescalingPass: Agregate pixels on texelFetch while on Fragment Shader
Fernando Sahmkow
2021-11-16
1
-3
/
+97
*
Texture Cache: Correctly fix Blits Rescaling.
Fernando Sahmkow
2021-11-16
1
-9
/
+12
*
shader: Fix TextureSize check on rescaling.
Fernando Sahmkow
2021-11-16
1
-27
/
+21
*
texture_cache: Disable dst_image scaling in BlitImage
ameerj
2021-11-16
1
-5
/
+7
*
emit_spirv: Fix RescalingLayout alignment
ameerj
2021-11-16
2
-3
/
+3
*
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
25
-77
/
+228
*
shader: Properly blacklist and scale image loads
ReinUsesLisp
2021-11-16
5
-11
/
+31
*
texture_cache: Add getter to query if image view is rescaled
ReinUsesLisp
2021-11-16
5
-22
/
+12
*
vk_rasterizer: Minor style change
ReinUsesLisp
2021-11-16
1
-2
/
+2
*
gl_texture_cache: Fix scaling blits
ReinUsesLisp
2021-11-16
1
-20
/
+12
*
glsl/glasm: Pass and use scaling parameters in shaders
ReinUsesLisp
2021-11-16
9
-28
/
+51
*
gl_rasterizer: Properly scale viewports and scissors
ReinUsesLisp
2021-11-16
1
-23
/
+24
*
gl_texture_cache: Fix multi layered texture Scale
ameerj
2021-11-16
1
-11
/
+15
*
gl_compute_pipeline: Add downscale factor to shader uniforms
ameerj
2021-11-16
1
-0
/
+9
*
gl_rasterizer: Fix rescale dirty state checking
ameerj
2021-11-16
1
-4
/
+9
*
gl_graphics_pipeline: Add downscale factor to shader uniforms
ameerj
2021-11-16
4
-5
/
+19
*
texture_cache: Fix blacklists on compute
ReinUsesLisp
2021-11-16
1
-1
/
+1
*
texture_cache: Simplify image view queries and blacklisting
ReinUsesLisp
2021-11-16
16
-192
/
+192
*
Vulkan: Fix downscaling Blit.
Fernando Sahmkow
2021-11-16
1
-14
/
+18
*
Texture Cache: Implement Rating System.
Fernando Sahmkow
2021-11-16
5
-15
/
+47
*
OpenGL: set linear mag filter when blitting a downscaled image.
Fernando Sahmkow
2021-11-16
1
-0
/
+1
*
Vulkan: Fix AA when rescaling.
Fernando Sahmkow
2021-11-16
1
-1
/
+1
*
Texture Cache: Implement Blacklisting.
Fernando Sahmkow
2021-11-16
5
-4
/
+90
*
main: Add resolution scale label in the status bar
Morph
2021-11-16
2
-2
/
+12
*
vulkan: Implement rescaling shader patching
ReinUsesLisp
2021-11-16
8
-27
/
+103
*
vk_texture_cache: Properly scale blit source images
ReinUsesLisp
2021-11-16
1
-2
/
+2
*
vk_graphics_pipeline: Use Shader::NumDescriptors when possible
ReinUsesLisp
2021-11-16
1
-18
/
+6
*
opengl: Use Shader::NumDescriptors when possible
ReinUsesLisp
2021-11-16
3
-46
/
+20
*
spirv: Implement rescaling patching
ReinUsesLisp
2021-11-16
8
-5
/
+86
*
shader/rescaling_pass: Patch more instructions
ReinUsesLisp
2021-11-16
1
-4
/
+101
*
shader: Add IsTextureScaled opcode
ReinUsesLisp
2021-11-16
10
-0
/
+34
*
texture_cache: Add image getters
ReinUsesLisp
2021-11-16
2
-0
/
+16
*
shader: Add copy constructor to instructions
ReinUsesLisp
2021-11-16
4
-1
/
+20
*
shader: Add integer division opcodes
ReinUsesLisp
2021-11-16
9
-0
/
+37
*
common/settings: Remove unused scaling options
ReinUsesLisp
2021-11-16
2
-18
/
+7
*
shader: Fix rescaling pass
ReinUsesLisp
2021-11-16
1
-1
/
+1
*
gl_texture_cache: Simplify rescaling
ameerj
2021-11-16
2
-19
/
+15
*
texture_cache: Fix typo in aliased image rescaling
ameerj
2021-11-16
1
-1
/
+1
*
vk_texture_cache: Simplify and optimize scaling blits
ReinUsesLisp
2021-11-16
1
-106
/
+62
*
vk_texture_cache: Fix scaling blit validation errors
ReinUsesLisp
2021-11-16
1
-81
/
+78
*
shader: Fix resolution scaling pass
ReinUsesLisp
2021-11-16
5
-35
/
+32
*
shader: Add resolution down factor opcode
ReinUsesLisp
2021-11-16
9
-0
/
+25
*
gl_texture_cache: Implement ScaleDown
ameerj
2021-11-16
2
-26
/
+36
*
gl_texture_cache: Rescale fixes for multi-layered textures
ameerj
2021-11-16
2
-16
/
+32
*
Texture Cache: Implement Rescaling on Aliases and Blits.
Fernando Sahmkow
2021-11-16
1
-5
/
+53
*
Fix blits with mips
ReinUsesLisp
2021-11-16
1
-12
/
+16
[next]