11485 Commits (b021fa33b98ea659c0593eb9528c572e76c425ab)

Author SHA1 Message Date
Fernando Sahmkow b021fa33b9 Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
ReinUsesLisp d9a22880f5 shader/other: Reduce DEPBAR log severity 6 years ago
Rodrigo Locatti 893648dbd0 Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago
ReinUsesLisp a653f24a00 common/logging: Silence no return value warnings 6 years ago
Lioncash 95ed7df791 common/bit_field: Silence sign-conversion warnings 6 years ago
ReinUsesLisp ccb87410ae format_lookup_table: Address feedback 6 years ago
ReinUsesLisp c884dc8af2 texture_cache: Use a table instead of switch for texture formats 6 years ago
Lioncash 51d9e22b7e common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
ReinUsesLisp c6afe25477 texture_cache: Drop abstracted ComponentType 6 years ago
greggameplayer d60bce4edd correct the implementation of RGBA16UI 6 years ago
Lioncash 7d2b1204d7 common/hash: Remove unused HashableStruct 6 years ago
Lioncash fd6e676326 xts_archive: Remove redundant std::string constructor 6 years ago
Lioncash ae15e162be common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Lioncash c6b2fd7415 key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago
Lioncash 4c6cd8b9e8 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash 0092723959 externals: Update httplib 6 years ago
Lioncash 20d6637c03 service: Resolve sign conversion errors 6 years ago
Lioncash 6fb1953e6c perf_stats: Resolve implicit int to double conversion error 6 years ago
Lioncash 93dd86b390 loader; Resolve sign conversion/truncation errors 6 years ago
Lioncash f1d916de5e gdbstub: Resolve sign conversion errors 6 years ago
Lioncash 63a3b54c1f kernel: Resolve sign conversion warnings 6 years ago
Lioncash e7f1a6b096 file_sys: Resolve sign conversion warnings 6 years ago
Lioncash 34bb09d7be result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 5a0d4d4234 crypto: Resolve sign-conversion warnings 6 years ago
Lioncash 53b3dea718 result: Resolve sign-coversion warnings 6 years ago
Lioncash 7b79c025c2 arm_unicorn: Resolve sign conversion warnings 6 years ago
Lioncash 63be9f7f60 CMakeLists: Make most implicit type conversion warnings errors on MSVC 6 years ago
Rodrigo Locatti 8e82aa5c7f video_core: Enable sign conversion warnings 6 years ago
Michael Scire f0cea0cb13 Implement stub for QueryApplicationPlayStatisticsByUid 6 years ago
bunnei 9637883799 web-service: Port citra's updated web_backend code. 6 years ago
bunnei 589063b463 yuzu: configure_web: Use Base64 encoded token for simplifying user experience. 6 years ago
ReinUsesLisp 2f7bc34b5e video_core: Treat implicit conversions as errors 6 years ago
ReinUsesLisp 905cc250a4 video_core: Silence implicit conversion warnings 6 years ago
ReinUsesLisp cee3db83d7 gl_shader_cache: Fix locker constructors 6 years ago
ReinUsesLisp c8988f3e46 gl_shader_cache: Enable extensions only when available 6 years ago
ReinUsesLisp 1b2de9b6b6 gl_shader_decompiler: Add safe fallbacks when ARB_shader_ballot is not available 6 years ago
ReinUsesLisp bb94bcc991 shader_ir/warp: Implement FSWZADD 6 years ago
ReinUsesLisp 5fc04875a1 gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsics 6 years ago
Fernando Sahmkow a4d70a6eac GLSLDecompiler: Correct Texture Gather Offset. 6 years ago
Morph 091e3df7c7 buffer_cache: Add missing includes (#3079) 6 years ago
ReinUsesLisp 07fa50c92a gl_rasterizer: Remove front facing hack 6 years ago
ReinUsesLisp 56604999fe gl_shader_decompiler: Fix typo "y_negate"->"y_direction" 6 years ago
ReinUsesLisp 02493e1b4d gl_shader_manager: Remove unused variable in SetFromRegs 6 years ago
ReinUsesLisp bc60f6daba yuzu_cmd: Use string_view instead of string for extensions 6 years ago
ReinUsesLisp 1bb64655cb gl_rasterizer: Emulate viewport flipping with ARB_clip_control 6 years ago
Rodrigo Locatti 9666ff259d shader/control_flow: Specify constness on caller lambdas 6 years ago
ReinUsesLisp 014d4a6629 shader/control_flow: Use callable template instead of std::function 6 years ago
ReinUsesLisp 237a1e0ba4 shader/control_flow: Abstract repeated code chunks in BRX tracking 6 years ago
ReinUsesLisp b32131ad99 shader/control_flow: Silence Intellisense cast warnings 6 years ago
ReinUsesLisp 1e32800bf8 shader/control_flow: Remove brace initializer in std containers 6 years ago