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_device: Add missing include algorithm
lat9nq
2021-07-22
1
-0
/
+1
*
vulkan_device: Blacklist ampere devices from float16 math
ameerj
2021-07-22
2
-12
/
+23
*
dual_vertex_pass: Clang format
ameerj
2021-07-22
1
-14
/
+14
*
gl_shader_cache: Fixes for async shaders
ameerj
2021-07-22
2
-2
/
+25
*
vulkan_device: Enable VK_EXT_extended_dynamic_state on RADV 21.2 onward
ReinUsesLisp
2021-07-22
1
-4
/
+7
*
emit_spirv: Workaround VK_KHR_shader_float_controls on fp16 Nvidia
ReinUsesLisp
2021-07-22
4
-5
/
+12
*
configure_graphics: Re-order vulkan device populating
lat9nq
2021-07-22
1
-4
/
+4
*
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-22
7
-16
/
+19
*
shader: Account for 33-bit IADD3 scenario
ameerj
2021-07-22
1
-2
/
+10
*
shader: Only apply shift on register mode for IADD3
ReinUsesLisp
2021-07-22
1
-10
/
+14
*
vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state
ReinUsesLisp
2021-07-22
4
-19
/
+20
*
shader: Fix disabled and unwritten attributes and varyings
ReinUsesLisp
2021-07-22
3
-18
/
+31
*
glsl: Fix shared and local memory declarations
ameerj
2021-07-22
1
-3
/
+3
*
opengl: Implement LOP.CC
ameerj
2021-07-22
2
-6
/
+38
*
vk_graphics_pipeline: Implement smooth lines
ReinUsesLisp
2021-07-22
5
-5
/
+65
*
vk_graphics_pipeline: Implement line width
ReinUsesLisp
2021-07-22
8
-8
/
+36
*
spirv: Fix code emission when descriptor aliasing is unsupported
ReinUsesLisp
2021-07-22
1
-1
/
+2
*
video_core: Enable GL SPIR-V shaders
lat9nq
2021-07-22
7
-38
/
+105
*
general: Add setting shader_backend
lat9nq
2021-07-22
14
-87
/
+182
*
glsl: Declare local memory in main
ameerj
2021-07-22
1
-3
/
+3
*
glsl: Add passthrough geometry shader support
ameerj
2021-07-22
3
-7
/
+27
*
shader: Use std::bit_cast instead of Common::BitCast for passthrough
ReinUsesLisp
2021-07-22
1
-2
/
+3
*
glasm: Add passthrough geometry shader support
ReinUsesLisp
2021-07-22
5
-8
/
+33
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
29
-331
/
+345
*
vk_graphics_pipeline: Implement conservative rendering
ReinUsesLisp
2021-07-22
6
-10
/
+44
*
shader: Only verify shader when graphics debugging is enabled
ReinUsesLisp
2021-07-22
1
-2
/
+7
*
shader: Unify shader stage types
ReinUsesLisp
2021-07-22
15
-55
/
+37
*
lower_int64_to_int32: Add missing include
lat9nq
2021-07-22
1
-0
/
+1
*
shader: Emulate 64-bit integers when not supported
ReinUsesLisp
2021-07-22
6
-2
/
+16
*
shader: Add int64 to int32 lowering pass
ReinUsesLisp
2021-07-22
3
-0
/
+218
*
shader: Teach global memory base tracker to follow vectors
ReinUsesLisp
2021-07-22
1
-15
/
+14
*
shader: Add constant propagation to integer vectors
ReinUsesLisp
2021-07-22
1
-0
/
+9
*
glsl: Better IAdd Overflow CC fix
ameerj
2021-07-22
2
-11
/
+13
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-22
9
-26
/
+3
*
glsl: Fix IADD CC
ameerj
2021-07-22
2
-5
/
+7
*
shader_recompiler: Fix IADD3 input partitioning
ameerj
2021-07-22
1
-14
/
+13
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
16
-108
/
+54
*
gl_graphics_pipeline: Fix assembly shaders check for transform feedbacks
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
glsl: Remove frag color initialization
ameerj
2021-07-22
1
-9
/
+0
*
glasm: Implement SetAttribute ViewportMask
ameerj
2021-07-22
2
-1
/
+10
*
gl_graphics_pipeline: Inline hash and operator== key functions
ReinUsesLisp
2021-07-22
2
-12
/
+8
*
gl_shader_cache: Check previous pipeline before checking hash map
ReinUsesLisp
2021-07-22
5
-29
/
+41
*
gl_graphics_pipeline: Port optimizations from Vulkan pipelines
ReinUsesLisp
2021-07-22
2
-57
/
+141
*
emit_glsl_special: Skip initialization of frag_color0
ameerj
2021-07-22
1
-1
/
+1
*
shader: Calibrate loop safety threshold
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
buffer_cache: Fix debugging leftover
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
glsl: Add missing ; in EmitSetSampleMask
Morph
2021-07-22
1
-1
/
+1
*
buffer_cache: Fix size reductions not having in mind bind sizes
ReinUsesLisp
2021-07-22
1
-7
/
+23
*
glsl: Fix output varying initialization when transform feedback is used
ameerj
2021-07-22
1
-3
/
+37
*
shaders: Allow shader notify when async shaders is disabled
ameerj
2021-07-22
2
-11
/
+9
[next]