1188 Commits (e2b17341834799b281dcd640161670c2c521dbce)

Author SHA1 Message Date
unknown 8583ce229a common: Link libzstd_static 7 years ago
unknown 27aac8d363 Addressed feedback 7 years ago
unknown 19f787cdea gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files 7 years ago
unknown 96e14e0718 data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression 7 years ago
Fernando Sahmkow 1e7fd04059 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow 15307bc4d1 Fixes to multilevelqueue's iterator. 7 years ago
Fernando Sahmkow 19cec0236a Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Fernando Sahmkow 10cedd8bd7 Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Fernando Sahmkow 8c04ac69c5 Implement a MultiLevelQueue 7 years ago
Lioncash 9d504a4f9b common/bit_util: Fix bad merge duplicating the copy constructor 7 years ago
Lioncash af52b092ef common/uint128: Add missing header guard 7 years ago
Lioncash b39d1b1beb common/uint128: Add missing top-file source text 7 years ago
bunnei fa405371ee gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 6f872bd580 gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 67bf0f88c4 common/CMakeLists: Amend boost dependency 7 years ago
bunnei 5840ce2950 core: Move PageTable struct into Common. 7 years ago
Lioncash 58312f2968 common/thread_queue_list: Remove unnecessary dependency on boost 7 years ago
Lioncash b20657a36f common/bit_field: Make BitField trivially copyable 7 years ago
Lioncash 40167af31d logging/backend: Make time_origin a class variable instead of a local static 7 years ago
Lioncash e52dbaf998 logging/backend: Move CreateEntry into the Impl class 7 years ago
Lioncash e59ae7210a common/math_util: Move contents into the Common namespace 7 years ago
Lioncash 39eccc0286 common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash 63a8d9172f common/quaternion: Move Quaternion into the Common namespace 7 years ago
ReinUsesLisp 8a7efd22ec shader/decode: Split memory and texture instructions decoding 7 years ago
tgsm 0db81dcf3b Remove GCC version checks 7 years ago
Fernando Sahmkow f28935f37d Corrections, documenting and fixes. 7 years ago
Fernando Sahmkow 435c39e867 Use u128 on Clock Cycles calculation. 7 years ago
Fernando Sahmkow 68927866e2 Implement 128 bits Unsigned Integer Multiplication and Division. 7 years ago
B3n30 b2636e4b03 Adressed review comments 7 years ago
B3n30 5334e20770 threadsafe_queue: Add WaitIfEmpty and use it in logging 7 years ago
fearlessTobi 8c9234f34c Make bitfield assignment operator public 7 years ago
Lioncash 15fc277325 threadsafe_queue: Use std::size_t for representing size 7 years ago
Lioncash eb39267bc0 threadsafe_queue: Remove NeedSize template parameter 7 years ago
ReinUsesLisp 0c7b5355c3 logging: Add Vulkan backend logging class type 7 years ago
ReinUsesLisp 0726b490dd cmake: Fix title bar issue 7 years ago
Frederic L bec5eeec31 cmake: Use CMAKE_COMMAND instead of "cmake" 7 years ago
ReinUsesLisp 8b1a7aa19d gl_shader_disk_cache: Invalidate shader cache changes with CMake hash 7 years ago
ReinUsesLisp f75174d195 file_util: Add shader directory 7 years ago
Weiyi Wang a2fa901591 common/bitfield: make it endianness-aware 7 years ago
Weiyi Wang bed349ba51 common/swap: remove default value for swap type internal storage 7 years ago
Weiyi Wang c3d5b4496b common/swap: use template and tag for LE/BE specification 7 years ago
Weiyi Wang 3ab6c97fc7 common/swap: add swap template for enum 7 years ago
Lioncash 8734a27b8d common/quaternion: Ensure that w is always initialized 7 years ago
Lioncash 0a9a9e9b80 common: Add basic bit manipulation utility function to Common 7 years ago
Tobias da012f0d54 Backport review comment from citra-emu/citra#4418 7 years ago
Lioncash db0cee0b0a common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 1eb9558dd8 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash e5a57346ea common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 6459301aa3 common/thread: Group non-member functions together 7 years ago