13112 Commits (7d16b2d2ddd170a24cc09f258fbf2e56f34b009d)
 

Author SHA1 Message Date
Fernando Sahmkow 7d16b2d2dd Kernel: Correct Cancel Synchronization. 6 years ago
Rodrigo Locatti bb31df62bb
Merge pull request #3113 from lioncash/semi 6 years ago
Lioncash f2e34efcbb common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
Rodrigo Locatti 790a482bb4
Merge pull request #3110 from greggameplayer/CompleteRGBA16UI 6 years ago
greggameplayer c6bc13d0aa correct the implementation of RGBA16UI 6 years ago
bunnei 885d88825e
Merge pull request #3089 from SciresM/play_statistics 6 years ago
bunnei 360b0d1b30
Merge pull request #3093 from lioncash/mbedtls 6 years ago
bunnei 02880a8195
Merge pull request #3092 from lioncash/util 6 years ago
Fernando Sahmkow b6f6733131
Merge pull request #3081 from ReinUsesLisp/fswzadd-shuffles 6 years ago
Rodrigo Locatti 7f424d0f60
Merge pull request #3107 from lioncash/hashable 6 years ago
Rodrigo Locatti ebb30cbefb
Merge pull request #3104 from lioncash/xts 6 years ago
Lioncash c5c89a4d5c common/hash: Remove unused HashableStruct 6 years ago
Rodrigo Locatti cc9e682021
Merge pull request #3103 from lioncash/cfunc 6 years ago
Lioncash 03b73aa575 xts_archive: Remove redundant std::string constructor 6 years ago
Lioncash 61f6eaad45 common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Rodrigo Locatti cf770a68a5
Merge pull request #3084 from ReinUsesLisp/cast-warnings 6 years ago
bunnei d1f0d182a7
Update CONTRIBUTING.md 6 years ago
bunnei 2cacf97099
Merge pull request #3096 from jroweboy/patch-1 6 years ago
James Rowe d24fcaff77 Move source in windows uploads into its own internal zip 6 years ago
bunnei f7d4c84807
Merge pull request #3090 from DarkLordZach/azure-source 6 years ago
Lioncash 64cbebc58f key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 6 years ago
Zach Hilman d4a1afba4b ci: Package source with builds 6 years ago
Rodrigo Locatti fb9418798d
video_core: Enable sign conversion warnings 6 years ago
Michael Scire b0b0786493 Implement stub for QueryApplicationPlayStatisticsByUid 6 years ago
bunnei 8714d40a77
Merge pull request #3085 from bunnei/web-token-b64 6 years ago
bunnei 8dc9f35baf web-service: Port citra's updated web_backend code. 6 years ago
bunnei 883eb1a1a1 yuzu: configure_web: Use Base64 encoded token for simplifying user experience. 6 years ago
bunnei 0fc596de6e
Merge pull request #3082 from ReinUsesLisp/fix-lockers 6 years ago
ReinUsesLisp 18c1cb68fd video_core: Treat implicit conversions as errors 6 years ago
ReinUsesLisp 096f339a2a video_core: Silence implicit conversion warnings 6 years ago
ReinUsesLisp fa0d65fc7b microprofile: Silence conversion warnings 6 years ago
bunnei a056d8de16
Merge pull request #3080 from FernandoS27/glsl-fix 6 years ago
ReinUsesLisp bfa973a62b
gl_shader_cache: Fix locker constructors 6 years ago
ReinUsesLisp 3ab0514698
gl_shader_cache: Enable extensions only when available 6 years ago
ReinUsesLisp cd66395944
gl_shader_decompiler: Add safe fallbacks when ARB_shader_ballot is not available 6 years ago
ReinUsesLisp 56e237d1f9
shader_ir/warp: Implement FSWZADD 6 years ago
ReinUsesLisp 08b2b1080a
gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsics 6 years ago
Fernando Sahmkow 3d7c284e0f GLSLDecompiler: Correct Texture Gather Offset. 6 years ago
bunnei b6ae48966d
Merge pull request #3032 from ReinUsesLisp/simplify-control-flow-brx 6 years ago
Morph 0e8a3bf3e5 buffer_cache: Add missing includes (#3079) 6 years ago
bunnei 344d15f61e
Merge pull request #3070 from ReinUsesLisp/shader-warnings 6 years ago
Rodrigo Locatti ff5a0f370c
shader/control_flow: Specify constness on caller lambdas 6 years ago
ReinUsesLisp 7b069252f8
shader/control_flow: Use callable template instead of std::function 6 years ago
ReinUsesLisp 46c3047283
shader/control_flow: Abstract repeated code chunks in BRX tracking 6 years ago
ReinUsesLisp ae7dfa93be
shader/control_flow: Silence Intellisense cast warnings 6 years ago
ReinUsesLisp deb1b54eed
shader/control_flow: Remove brace initializer in std containers 6 years ago
ReinUsesLisp 39c66abd91
shader/decode: Reduce severity of arithmetic rounding warnings 6 years ago
ReinUsesLisp c4374d0d41
shader/arithmetic: Reduce RRO stub severity 6 years ago
ReinUsesLisp 35d40b74b3
shader/texture: Remove NODEP warnings 6 years ago