11486 Commits (dc9961f341be64dcbc13097d4eb7b95db45f9fb9)

Author SHA1 Message Date
ReinUsesLisp dc9961f341
shader/texture: Handle TLDS texture type mismatches 6 years ago
ReinUsesLisp 32c1bc6a67
shader/texture: Deduce texture buffers from locker 6 years ago
ReinUsesLisp 24f4198cee
shader/other: Reduce DEPBAR log severity 6 years ago
Rodrigo Locatti 8ed0d92e32
Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago
ReinUsesLisp 2ac834c722
common/logging: Silence no return value warnings 6 years ago
Lioncash 14581e4a59 common/bit_field: Silence sign-conversion warnings 6 years ago
ReinUsesLisp 4681381a34
format_lookup_table: Address feedback 6 years ago
ReinUsesLisp 80eacdf89b
texture_cache: Use a table instead of switch for texture formats 6 years ago
Lioncash f2e34efcbb common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
ReinUsesLisp 48a1687f51
texture_cache: Drop abstracted ComponentType 6 years ago
greggameplayer c6bc13d0aa correct the implementation of RGBA16UI 6 years ago
Lioncash c5c89a4d5c common/hash: Remove unused HashableStruct 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
Lioncash 64cbebc58f key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash 47a6bb2d5b externals: Update httplib 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
Lioncash 75dec14f21 perf_stats: Resolve implicit int to double conversion error 6 years ago
Lioncash 23878bf360 loader; Resolve sign conversion/truncation errors 6 years ago
Lioncash 86a1eb7789 gdbstub: Resolve sign conversion errors 6 years ago
Lioncash 12dc918937 kernel: Resolve sign conversion warnings 6 years ago
Lioncash 86c397dd6e file_sys: Resolve sign conversion warnings 6 years ago
Lioncash ef060ed40c result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 581d2e36e5 crypto: Resolve sign-conversion warnings 6 years ago
Lioncash 27ab99490e result: Resolve sign-coversion warnings 6 years ago
Lioncash 19a0abc19b arm_unicorn: Resolve sign conversion warnings 6 years ago
Lioncash 96d677bef0 CMakeLists: Make most implicit type conversion warnings errors on MSVC 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 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
ReinUsesLisp 18c1cb68fd video_core: Treat implicit conversions as errors 6 years ago
ReinUsesLisp 096f339a2a video_core: Silence implicit conversion warnings 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
Morph 0e8a3bf3e5 buffer_cache: Add missing includes (#3079) 6 years ago
ReinUsesLisp e9d2fad984
gl_rasterizer: Remove front facing hack 6 years ago
ReinUsesLisp f1facaeaef
gl_shader_decompiler: Fix typo "y_negate"->"y_direction" 6 years ago
ReinUsesLisp e2ea0c3e11
gl_shader_manager: Remove unused variable in SetFromRegs 6 years ago
ReinUsesLisp 028b1a34a9
yuzu_cmd: Use string_view instead of string for extensions 6 years ago
ReinUsesLisp f019817f8f
gl_rasterizer: Emulate viewport flipping with ARB_clip_control 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