918 Commits (cf7a646f0b73fbcdee32bf78e76c38fa01caddd9)

Author SHA1 Message Date
ReinUsesLisp d7f13b7e6e cmake: Add missing shader hash file entries 7 years ago
Lioncash f2551410bf common/math_util: Provide a template deduction guide for Common::Rectangle 7 years ago
Lioncash 4b35863a18 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 7 years ago
Lioncash 40b76cdcd2 common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 997f43bdf8 common/file_util: Remove duplicated documentation comments 7 years ago
Lioncash 44c3616ff7 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago
Lioncash 9daa7baef7 common/file_util: Remove unnecessary c_str() calls 7 years ago
Lioncash e71ba6388a common/file_util: Make IOFile's WriteString take a std::string_view 7 years ago
Lioncash 0f099b0fd3 common/zstd_compression: Remove #pragma once directive from source file 7 years ago
Zach Hilman 9572ff6c55 mii: Implement Delete and Destroy file 7 years ago
Zach Hilman b4759039c0 mii_manager: Cleanup and optimization 7 years ago
Zach Hilman c02cb054b7 common: Extract UUID to its own class 7 years ago
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