998 Commits (3b1a5ead5ccfd9729a8201a2a9c904eafad8dea5)

Author SHA1 Message Date
Morph 5482a4a272 common/telemetry: Add AVX512 to telemetry 6 years ago
Morph d0a762a6a8 common/cpu_detect: Add AVX512 detection 6 years ago
MerryMage f0054fb284 xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize 6 years ago
MerryMage 10e9220ec6 xbyak_abi: Register indexes should be unsigned 6 years ago
MerryMage f60ab4ab14 xbyak_abi: Remove *GPS variants of stack manipulation functions 6 years ago
MerryMage c1f6eaf06b xbyak_abi: Fix ABI_PushRegistersAndAdjustStack 6 years ago
ReinUsesLisp 805d48c67e gl_arb_decompiler: Implement an assembly shader decompiler 6 years ago
David Marcec 4686c15c03 Add xbyak external 6 years ago
Morph e9bacfbe8b Fix macOS code and change "Swapfile" to "Swap" 6 years ago
Morph c02daca95c main: Log host system memory parameters 6 years ago
bunnei 053399a553 time_zone: Use std::chrono::seconds for strong typing. 6 years ago
bunnei 7aadcb796c common: Add module to get the current time zone. 6 years ago
James Rowe 2991e7441a Replace externals with Conan (#3735) 6 years ago
David Marcec 3d475a655b acc: Return a unique value per account for GetAccountId 6 years ago
Markus Wick ac24f0506c Fix -Werror=conversion error. 6 years ago
bunnei 08445bbd37 common: page_table: Update to use VirtualBuffer and simplify. 6 years ago
bunnei 273f8b5fc7 common: Add VirtualBuffer class, to abstract memory virtualization. 6 years ago
bunnei b2b0f85b7d common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
bunnei 94e00fbb3f common: alignment: Add a helper function for generic alignment checking. 6 years ago
bunnei f9a8cc03c3 common: common_funcs: Add a macro for defining enum flag operators. 6 years ago
Lioncash 77b0e8a37d file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Ben Russell 7d2d0ee1a3 common/file_util: Allow access to files on network shares 6 years ago
ReinUsesLisp c56cdc3384 common/dynamic_library: Import and adapt helper from Dolphin 6 years ago
Vitor K 41ea723cba common: Port some changes from dolphin (#5127) 6 years ago
Fernando Sahmkow 34be867080 PageTable: move backing addresses to a children class as the CPU page table does not need them. 6 years ago
ReinUsesLisp cb05500d6c shader/transform_feedback: Add host API friendly TFB builder 6 years ago
ReinUsesLisp 99be31c902 video_core: Rename "const buffer locker" to "registry" 6 years ago
ReinUsesLisp 8021ee48a3 gl_shader_cache: Rework shader cache and remove post-specializations 6 years ago
ReinUsesLisp c8c3fc647d common/math_util: Support float type rectangles 6 years ago
BreadFish64 45e463971b common/logging: don't use regex for path trimming 6 years ago
FearlessTobi e89cbc93dd Address second part of review comments 6 years ago
fearlessTobi b2f53cceb6 Input: UDP Client to provide motion and touch controls 6 years ago
James Rowe afd360f85d Remove unused CPU Vendor string and telemtry field 6 years ago
James Rowe 47197f6b18 Fix git version in scm_rev.cpp 6 years ago
bunnei 60fa40fc16 common: SPSCQueue: Notify after incrementing queue size. 6 years ago
Weiyi Wang 9a19c4bbd5 fix clang-format and lambda capture 6 years ago
Weiyi Wang e20e161c5c unfold UNREACHABLE implementation for dumb compilers 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
Lioncash 51d9e22b7e common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
Lioncash 7d2b1204d7 common/hash: Remove unused HashableStruct 6 years ago
Lioncash ae15e162be common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Zach Hilman fa69a9922e ci: Populate build repository from Azure environment 6 years ago
bunnei fe02b9f968 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei da2cf661f1 Revert "common_func: Use std::array for INSERT_PADDING_* macros." 6 years ago
bunnei 388a651346 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
Tobias 9b5cffaa36 common/bit_field: Remove FORCE_INLINE calls 6 years ago
Fernando Sahmkow ab86995cb9 Shader_IR: Address Feedback. 6 years ago
Fernando Sahmkow d4da704ac5 VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. 6 years ago