905 Commits (44eb5c65e8ce73a20f18d36c8b8c124bffb712cb)

Author SHA1 Message Date
Lioncash a08e56c7a7 common/{lz4_compression, zstd_compression}: Add missing header guards 7 years ago
Lioncash 46a7c8826b common/swap: Improve codegen of the default swap fallbacks 7 years ago
Lioncash 0d2300473a common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept 7 years ago
Lioncash d9fa38ef42 common/swap: Simplify swap function ifdefs 7 years ago
Lioncash 424250354c common/swap: Remove 32-bit ARM path 7 years ago
Lioncash 32e7264142 common/scope_exit: Replace std::move with std::forward in ScopeExit() 7 years ago
Fernando Sahmkow a576cd4a8c Permit a Null Shader in case of a bad host_ptr. 7 years ago
Lioncash f9eb4be37b common/multi_level_queue: Silence truncation warning in iterator operator++ 7 years ago
Lioncash 3b97777861 common/bit_util: Make CountLeading/CountTrailing functions have the same return types 7 years ago
Lioncash a04ced34de common/lz4_compression: Remove #pragma once directive from the cpp file 7 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash 3fe8582363 common/thread: Remove unused functions 7 years ago
unknown ef49a1b96e common/zstd_compression: simplify decompression interface 7 years ago
unknown 2d755221e8 common/zstd_compression: Add Zstandard wrapper 7 years ago
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