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
*
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
*
Fix blits
ReinUsesLisp
2021-11-16
1
-10
/
+10
*
renderer_gl: Resolution scaling fixes
ameerj
2021-11-16
3
-61
/
+107
*
TextureCache: Fix rescaling of ImageCopies
Fernando Sahmkow
2021-11-16
3
-18
/
+67
*
TextureCache: Modify Viewports/Scissors according to Rescale.
Fernando Sahmkow
2021-11-16
6
-35
/
+93
*
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2021-11-16
7
-37
/
+19
*
Texture Cache: More rescaling fixes.
Fernando Sahmkow
2021-11-16
4
-84
/
+96
*
gl_texture_cache: WIP texture rescale
ameerj
2021-11-16
2
-3
/
+69
*
Texture Cache: Implement Vulkan UpScaling & DownScaling
Fernando Sahmkow
2021-11-16
6
-42
/
+327
*
ShaderDecompiler: Add initial support for rescaling.
Fernando Sahmkow
2021-11-16
2
-0
/
+73
*
Settings: Add resolution scaling to settings.
Fernando Sahmkow
2021-11-16
6
-5
/
+155
*
VideoCore: Initial Setup for the Resolution Scaler.
Fernando Sahmkow
2021-11-16
11
-18
/
+255
*
Merge pull request #7326 from ameerj/vp8
Fernando S
2021-11-14
11
-26
/
+180
|
\
|
*
codes: Rename ComposeFrameHeader to ComposeFrame
ameerj
2021-11-12
7
-14
/
+14
|
*
vp8: Implement header composition
ameerj
2021-11-12
4
-6
/
+90
|
*
codecs: Add VP8 codec class
ameerj
2021-11-12
9
-20
/
+90
*
|
Merge pull request #7260 from vonchenplus/spirv_support_legacy_attribute_v2
bunnei
2021-11-14
3
-71
/
+153
|
\
\
[next]