881 Commits (f35e09fe0dee84e3373ea1e2daac8d120621fe61)

Author SHA1 Message Date
Fernando Sahmkow f35e09fe0d Fixes to multilevelqueue's iterator. 7 years ago
Fernando Sahmkow dde0814837 Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Fernando Sahmkow 3bc815a5dc Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Fernando Sahmkow 522957f9f3 Implement a MultiLevelQueue 7 years ago
Lioncash 109b78a6d6 common/bit_util: Fix bad merge duplicating the copy constructor 7 years ago
Lioncash f2c41ba256 common/uint128: Add missing header guard 7 years ago
Lioncash b0d70096a1 common/uint128: Add missing top-file source text 7 years ago
bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 1b6adb5308 common/CMakeLists: Amend boost dependency 7 years ago
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