1048 Commits (0dbb95c42dd0c2d531926975b52d57776b63df0f)

Author SHA1 Message Date
MerryMage d563017dfe xbyak_abi: Remove *GPS variants of stack manipulation functions 6 years ago
MerryMage 4417770ba9 xbyak_abi: Fix ABI_PushRegistersAndAdjustStack 6 years ago
ReinUsesLisp a63a0daa5e gl_arb_decompiler: Implement an assembly shader decompiler 6 years ago
David Marcec d0bdd26c26 Add xbyak external 6 years ago
Morph b2af304918 Fix macOS code and change "Swapfile" to "Swap" 6 years ago
Morph 9a36d8600c main: Log host system memory parameters 6 years ago
bunnei bba54e1880 time_zone: Use std::chrono::seconds for strong typing. 6 years ago
bunnei 33441fa728 common: Add module to get the current time zone. 6 years ago
James Rowe bc30a591ba
Replace externals with Conan (#3735) 6 years ago
David Marcec 1417849a2b acc: Return a unique value per account for GetAccountId 6 years ago
Markus Wick c499c22cf7 Fix -Werror=conversion error. 6 years ago
bunnei 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. 6 years ago
bunnei 4ba2428c86 common: Add VirtualBuffer class, to abstract memory virtualization. 6 years ago
bunnei 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
bunnei b838e58d63 common: alignment: Add a helper function for generic alignment checking. 6 years ago
bunnei b11b424a2d common: common_funcs: Add a macro for defining enum flag operators. 6 years ago
Lioncash e77337588e file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Ben Russell f98a2c42de
common/file_util: Allow access to files on network shares 6 years ago
ReinUsesLisp 7104e01bb3 common/dynamic_library: Import and adapt helper from Dolphin 6 years ago
Vitor K bd0c56c6e7 common: Port some changes from dolphin (#5127) 6 years ago
Fernando Sahmkow 27cbb75e7c PageTable: move backing addresses to a children class as the CPU page table does not need them. 6 years ago
ReinUsesLisp 3dcaa84ba4 shader/transform_feedback: Add host API friendly TFB builder 6 years ago
ReinUsesLisp e8efd5a901 video_core: Rename "const buffer locker" to "registry" 6 years ago
ReinUsesLisp bd8b9bbcee gl_shader_cache: Rework shader cache and remove post-specializations 6 years ago
ReinUsesLisp e38ed26b98 common/math_util: Support float type rectangles 6 years ago
BreadFish64 a31ed02ae4 common/logging: don't use regex for path trimming 6 years ago
FearlessTobi bbd85a495a Address second part of review comments 6 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 6 years ago
James Rowe 4512a6bbfc Remove unused CPU Vendor string and telemtry field 6 years ago
James Rowe b429095b61 Fix git version in scm_rev.cpp 6 years ago
bunnei 67b8ecc73e common: SPSCQueue: Notify after incrementing queue size. 6 years ago
Weiyi Wang 49e0a30dbd fix clang-format and lambda capture 6 years ago
Weiyi Wang 9a60d8a430 unfold UNREACHABLE implementation for dumb compilers 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
Lioncash f2e34efcbb common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
Lioncash c5c89a4d5c common/hash: Remove unused HashableStruct 6 years ago
Lioncash 61f6eaad45 common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Zach Hilman 0c8b6b0351 ci: Populate build repository from Azure environment 6 years ago
bunnei 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei 4edf73344f
Revert "common_func: Use std::array for INSERT_PADDING_* macros." 6 years ago
bunnei fdc5791b08 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
Tobias a81987a7cb
common/bit_field: Remove FORCE_INLINE calls 6 years ago
Fernando Sahmkow be856a38d6 Shader_IR: Address Feedback. 6 years ago
Fernando Sahmkow 1a58f45d76 VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. 6 years ago
Lioncash d5706346d7 common/algorithm: Add description comment indicating intended algorithms 6 years ago
Lioncash ac4dbd3b25 common: Rename binary_find.h to algorithm.h 6 years ago
Fernando Sahmkow 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 6 years ago
Lioncash 57ffada746 alignment: Resolve allocator construction issues on debug 6 years ago