934 Commits (cb6a1f58e7ac3cdc745715683420ee316a62b67e)

Author SHA1 Message Date
Zach Hilman b67b5b356b cmake: Add SCM detection for Azure 6 years ago
Zach Hilman 46c3a8d6a3 log: Add logging class for Cheat Engine 7 years ago
ReinUsesLisp 67f47b2f6a shader_ir: Implement VOTE 6 years ago
Fernando Sahmkow 5f6d1644c4 Common/Alignment: Add noexcept where required. 7 years ago
Fernando Sahmkow 5581a0d296 Kernel: Address Feedback 7 years ago
Fernando Sahmkow f478fa3a7f Common: Correct alignment allocator to work on C++14 or higher. 7 years ago
Fernando Sahmkow 5bce8f62ac VM_Manager: Align allocated memory to 256bytes 7 years ago
Fernando Sahmkow 48e75bade4 shader_ir: Implement a new shader scanner 7 years ago
Fernando Sahmkow c3c7215820 texture_cache: Address Feedback 7 years ago
ReinUsesLisp 84878d07a9 common/alignment: Address feedback 7 years ago
ReinUsesLisp 224e4e174d shader: Decode SUST and implement backing image functionality 7 years ago
Fernando Sahmkow 70071a17df texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth 7 years ago
ReinUsesLisp 1d10810d2b video_core: Use un-shifted block sizes to avoid integer divisions 7 years ago
Fernando Sahmkow 20e97604f1 Reduce amount of size calculations. 7 years ago
Lioncash 37ff16bbb0 common/hex_util: Reserve std::string memory ahead of time 7 years ago
Lioncash 59d55c8137 common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
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