927 Commits (7a35178ee2c8ce60c87654ed2d80cc76abb0380b)

Author SHA1 Message Date
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
Lioncash f71c598907 common/thread_queue_list: Remove unnecessary dependency on boost 7 years ago
Lioncash e99a148628 common/bit_field: Make BitField trivially copyable 7 years ago
Lioncash f8f1ff0b4f logging/backend: Make time_origin a class variable instead of a local static 7 years ago
Lioncash 43c1092031 logging/backend: Move CreateEntry into the Impl class 7 years ago
Lioncash b9238edd0d common/math_util: Move contents into the Common namespace 7 years ago
Lioncash 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash a1574aabd5 common/quaternion: Move Quaternion into the Common namespace 7 years ago
ReinUsesLisp 48e6f77c03 shader/decode: Split memory and texture instructions decoding 7 years ago
tgsm 030814b1cb Remove GCC version checks 7 years ago
Fernando Sahmkow a8d4927e29 Corrections, documenting and fixes. 7 years ago
Fernando Sahmkow ecccfe0337 Use u128 on Clock Cycles calculation. 7 years ago
Fernando Sahmkow 3ea48e8ebe Implement 128 bits Unsigned Integer Multiplication and Division. 7 years ago
B3n30 2195f10d15 Adressed review comments 7 years ago
B3n30 4154936568 threadsafe_queue: Add WaitIfEmpty and use it in logging 7 years ago
fearlessTobi efd83570bd Make bitfield assignment operator public 7 years ago
Lioncash 0829ef97ca threadsafe_queue: Use std::size_t for representing size 7 years ago
Lioncash f0bfb24c61 threadsafe_queue: Remove NeedSize template parameter 7 years ago
ReinUsesLisp b12ab4d805 logging: Add Vulkan backend logging class type 7 years ago
ReinUsesLisp dfd14618f7 cmake: Fix title bar issue 7 years ago
Frederic L 8ff2ce5207 cmake: Use CMAKE_COMMAND instead of "cmake" 7 years ago
ReinUsesLisp be4641c43f gl_shader_disk_cache: Invalidate shader cache changes with CMake hash 7 years ago
ReinUsesLisp 84412591c9 file_util: Add shader directory 7 years ago
Weiyi Wang 6b81ceb060 common/bitfield: make it endianness-aware 7 years ago
Weiyi Wang 71530781f3 common/swap: remove default value for swap type internal storage 7 years ago
Weiyi Wang 6734c64976 common/swap: use template and tag for LE/BE specification 7 years ago
Weiyi Wang 94bc48dd78 common/swap: add swap template for enum 7 years ago
Lioncash acddf16e57 common/quaternion: Ensure that w is always initialized 7 years ago
Lioncash fc8da2d5e3 common: Add basic bit manipulation utility function to Common 7 years ago
Tobias eb15711ee6
Backport review comment from citra-emu/citra#4418 7 years ago
Lioncash 1bf5a337a5 common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Zach Hilman 820d81b9a5 scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 93f7677402 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash 756e773096 common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 02602afd10 common/thread: Group non-member functions together 7 years ago
Lioncash d6583d68f6 common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash 1d555fdd25 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash 8b27e73bd7 common: Remove bit_set.h 7 years ago
Lioncash 3533d33ff5 common: Remove dependency on xbyak 7 years ago
Lioncash 45211a7a91 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago
Lioncash f11173f88c common/math_util: Make Rectangle's constructors constexpr 7 years ago
Lioncash cc0801745a common/math_util: Remove unnecessary static from PI 7 years ago
Lioncash 74fd0aa2e8 common/math_util: Remove unused IntervalsIntersect() function 7 years ago
Lioncash 9dcc229dfe common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 7 years ago
Lioncash aaec85df9e common/assert: Make the UNIMPLEMENTED macro properly assert 7 years ago
Zach Hilman 409dcf0e0a svc: Implement yield types 0 and -1 7 years ago
Zach Hilman e696ed1f4d am: Deglobalize software keyboard applet 7 years ago
Zach Hilman c70529c1ec string_util: Implement buffer to UTF-16 string helper function 7 years ago
Weiyi Wang 786995a81e Common/Bitfield: store value as unsigned type 7 years ago
Lioncash c7387e6504 string_util: Remove ArrayToString() 7 years ago