982 Commits (6ce3d174b767fd60f1f549218ae330da8fab07d5)

Author SHA1 Message Date
bunnei 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. 6 years ago
bunnei 4ba2428c86 common: Add VirtualBuffer class, to abstract memory virtualization. 6 years ago
bunnei 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
bunnei b838e58d63 common: alignment: Add a helper function for generic alignment checking. 6 years ago
bunnei b11b424a2d common: common_funcs: Add a macro for defining enum flag operators. 6 years ago
Lioncash e77337588e file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Ben Russell f98a2c42de
common/file_util: Allow access to files on network shares 6 years ago
ReinUsesLisp 7104e01bb3 common/dynamic_library: Import and adapt helper from Dolphin 6 years ago
Vitor K bd0c56c6e7 common: Port some changes from dolphin (#5127) 6 years ago
Fernando Sahmkow 27cbb75e7c PageTable: move backing addresses to a children class as the CPU page table does not need them. 6 years ago
ReinUsesLisp 3dcaa84ba4 shader/transform_feedback: Add host API friendly TFB builder 6 years ago
ReinUsesLisp e8efd5a901 video_core: Rename "const buffer locker" to "registry" 6 years ago
ReinUsesLisp bd8b9bbcee gl_shader_cache: Rework shader cache and remove post-specializations 6 years ago
ReinUsesLisp e38ed26b98 common/math_util: Support float type rectangles 6 years ago
BreadFish64 a31ed02ae4 common/logging: don't use regex for path trimming 6 years ago
FearlessTobi bbd85a495a Address second part of review comments 6 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 6 years ago
James Rowe 4512a6bbfc Remove unused CPU Vendor string and telemtry field 6 years ago
James Rowe b429095b61 Fix git version in scm_rev.cpp 6 years ago
bunnei 67b8ecc73e common: SPSCQueue: Notify after incrementing queue size. 6 years ago
Weiyi Wang 49e0a30dbd fix clang-format and lambda capture 6 years ago
Weiyi Wang 9a60d8a430 unfold UNREACHABLE implementation for dumb compilers 6 years ago
Rodrigo Locatti 8ed0d92e32
Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago
ReinUsesLisp 2ac834c722
common/logging: Silence no return value warnings 6 years ago
Lioncash 14581e4a59 common/bit_field: Silence sign-conversion warnings 6 years ago
Lioncash f2e34efcbb common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
Lioncash c5c89a4d5c common/hash: Remove unused HashableStruct 6 years ago
Lioncash 61f6eaad45 common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Zach Hilman 0c8b6b0351 ci: Populate build repository from Azure environment 6 years ago
bunnei 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei 4edf73344f
Revert "common_func: Use std::array for INSERT_PADDING_* macros." 6 years ago
bunnei fdc5791b08 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
Tobias a81987a7cb
common/bit_field: Remove FORCE_INLINE calls 6 years ago
Fernando Sahmkow be856a38d6 Shader_IR: Address Feedback. 6 years ago
Fernando Sahmkow 1a58f45d76 VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. 6 years ago
Lioncash d5706346d7 common/algorithm: Add description comment indicating intended algorithms 6 years ago
Lioncash ac4dbd3b25 common: Rename binary_find.h to algorithm.h 6 years ago
Fernando Sahmkow 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 6 years ago
Lioncash 57ffada746 alignment: Resolve allocator construction issues on debug 6 years ago
Lioncash 9aafb2a277 alignment: Specify trait definitions within the allocator 6 years ago
Zach Hilman 3d4a0b94e3 common: Add additional SCM revision fields 6 years ago
ReinUsesLisp f4417eab8f common/file_util: Silence -Wswitch 6 years ago
Fernando Sahmkow 47e4f6a52c Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes. 6 years ago
Fernando Sahmkow 8be6e1c522 shader_ir: Corrections to outward movements and misc stuffs 7 years ago
Zach Hilman 14248685af cmake: Add SCM detection for Azure 6 years ago
Zach Hilman 470466b31b log: Add logging class for Cheat Engine 7 years ago
ReinUsesLisp 4e35177e23 shader_ir: Implement VOTE 6 years ago
Fernando Sahmkow febb88efc4 Common/Alignment: Add noexcept where required. 7 years ago
Fernando Sahmkow 024b5fe91a Kernel: Address Feedback 7 years ago
Fernando Sahmkow 0901c33753 Common: Correct alignment allocator to work on C++14 or higher. 7 years ago