index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
spirv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
emit_spirv_instructions: Add missing header guard
Lioncash
2021-07-26
1
-0
/
+2
*
shader: Fix disabled attribute default values
ameerj
2021-07-22
1
-1
/
+1
*
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-22
1
-5
/
+10
*
shader: Ignore global memory ops on devices lacking int64 support
ameerj
2021-07-22
2
-7
/
+31
*
emit_spirv: Workaround VK_KHR_shader_float_controls on fp16 Nvidia
ReinUsesLisp
2021-07-22
1
-5
/
+8
*
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-22
1
-2
/
+3
*
shader: Fix disabled and unwritten attributes and varyings
ReinUsesLisp
2021-07-22
1
-1
/
+5
*
spirv: Fix code emission when descriptor aliasing is unsupported
ReinUsesLisp
2021-07-22
1
-1
/
+2
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
4
-50
/
+70
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-22
2
-5
/
+0
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
3
-11
/
+18
*
spirv: Properly handle devices without int8 and int16
ReinUsesLisp
2021-07-22
2
-39
/
+67
*
spirv: Handle small storage buffer loads on devices with no support
ReinUsesLisp
2021-07-22
2
-6
/
+6
*
shader: Properly manage attributes not written from previous stages
ReinUsesLisp
2021-07-22
2
-1
/
+4
*
shader: Split profile and runtime info headers
ReinUsesLisp
2021-07-22
1
-0
/
+1
*
spirv: Reduce log severity of mismatching denorm rules
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
shader: Add logging
ReinUsesLisp
2021-07-22
4
-11
/
+11
*
shader: Add shader loop safety check settings
lat9nq
2021-07-22
2
-8
/
+18
*
spirv/convert: Catch more signed operations oversights
ameerj
2021-07-22
1
-5
/
+5
*
spirv/convert: Catch more broken signed operations on Nvidia OpenGL
ReinUsesLisp
2021-07-22
1
-0
/
+6
*
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
2021-07-22
1
-6
/
+3
*
spirv: Fix output generics with components
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
opengl: Declare fragment outputs even if they are not used
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
spirv: Fix image and image buffer descriptor index usage
ReinUsesLisp
2021-07-22
1
-5
/
+7
*
shader: Split profile and runtime information in separate structs
ReinUsesLisp
2021-07-22
6
-33
/
+42
*
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-22
2
-2
/
+11
*
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
2021-07-22
2
-6
/
+6
*
shader_recompiler: GCC fixes
lat9nq
2021-07-22
1
-16
/
+16
*
emit_spirv: Jump to loop body with local variable
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
emit_spirv: Add missing block in case
ReinUsesLisp
2021-07-22
1
-1
/
+2
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-22
2
-2
/
+7
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-22
5
-49
/
+74
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-22
2
-2
/
+4
*
shader: Fixup SPIR-V emit header namespaces
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-22
22
-572
/
+610
*
shader: Optimize NVN Fallthrough
FernandoS27
2021-07-22
1
-0
/
+3
*
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-22
5
-0
/
+233
*
spirv: Be aware of NAN unaware drivers
ReinUsesLisp
2021-07-22
1
-18
/
+40
*
spirv: Add SSBO read fallbacks when no aliasing is available
ReinUsesLisp
2021-07-22
1
-37
/
+99
*
spirv: Add OpKill fallback to demote
ReinUsesLisp
2021-07-22
1
-2
/
+6
*
spirv: Do not enable ShaderLayer
ReinUsesLisp
2021-07-22
1
-3
/
+0
*
spirv: Enable DemoteToHelperInvocationEXT only when supported
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
spirv: Use OriginLowerLeft when requested
ReinUsesLisp
2021-07-22
1
-1
/
+5
*
spirv: Only add image operands mask when needed
ReinUsesLisp
2021-07-22
1
-5
/
+9
*
spirv: Workaround image unsigned offset bug
ReinUsesLisp
2021-07-22
2
-9
/
+26
*
spirv: Add int8 and int16 capabilities only when supported
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
spirv: Add integer clamping workarounds
ReinUsesLisp
2021-07-22
1
-4
/
+34
*
spirv: Implement int8 and int16 conversion fallbacks
ReinUsesLisp
2021-07-22
1
-19
/
+80
*
spirv: Support OpenGL uniform buffers and change bindings
ReinUsesLisp
2021-07-22
5
-56
/
+163
*
spirv: Desambiguate descriptor names
ReinUsesLisp
2021-07-22
1
-9
/
+37
[next]