973 Commits (4ef04832a8c6bd1b6af5b03480b9508b37a057b1)

Author SHA1 Message Date
ReinUsesLisp c56cdc3384 common/dynamic_library: Import and adapt helper from Dolphin 6 years ago
Vitor K 41ea723cba common: Port some changes from dolphin (#5127) 6 years ago
Fernando Sahmkow 34be867080 PageTable: move backing addresses to a children class as the CPU page table does not need them. 6 years ago
ReinUsesLisp cb05500d6c shader/transform_feedback: Add host API friendly TFB builder 6 years ago
ReinUsesLisp 99be31c902 video_core: Rename "const buffer locker" to "registry" 6 years ago
ReinUsesLisp 8021ee48a3 gl_shader_cache: Rework shader cache and remove post-specializations 6 years ago
ReinUsesLisp c8c3fc647d common/math_util: Support float type rectangles 6 years ago
BreadFish64 45e463971b common/logging: don't use regex for path trimming 6 years ago
FearlessTobi e89cbc93dd Address second part of review comments 6 years ago
fearlessTobi b2f53cceb6 Input: UDP Client to provide motion and touch controls 6 years ago
James Rowe afd360f85d Remove unused CPU Vendor string and telemtry field 6 years ago
James Rowe 47197f6b18 Fix git version in scm_rev.cpp 6 years ago
bunnei 60fa40fc16 common: SPSCQueue: Notify after incrementing queue size. 6 years ago
Weiyi Wang 9a19c4bbd5 fix clang-format and lambda capture 6 years ago
Weiyi Wang e20e161c5c unfold UNREACHABLE implementation for dumb compilers 6 years ago
Rodrigo Locatti 893648dbd0 Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago
ReinUsesLisp a653f24a00 common/logging: Silence no return value warnings 6 years ago
Lioncash 95ed7df791 common/bit_field: Silence sign-conversion warnings 6 years ago
Lioncash 51d9e22b7e common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
Lioncash 7d2b1204d7 common/hash: Remove unused HashableStruct 6 years ago
Lioncash ae15e162be common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Zach Hilman fa69a9922e ci: Populate build repository from Azure environment 6 years ago
bunnei fe02b9f968 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei da2cf661f1 Revert "common_func: Use std::array for INSERT_PADDING_* macros." 6 years ago
bunnei 388a651346 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
Tobias 9b5cffaa36 common/bit_field: Remove FORCE_INLINE calls 6 years ago
Fernando Sahmkow ab86995cb9 Shader_IR: Address Feedback. 6 years ago
Fernando Sahmkow d4da704ac5 VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. 6 years ago
Lioncash 58d94234a1 common/algorithm: Add description comment indicating intended algorithms 6 years ago
Lioncash b5202d5da2 common: Rename binary_find.h to algorithm.h 6 years ago
Fernando Sahmkow 17b53b4a54 Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 6 years ago
Lioncash 18a54d5b01 alignment: Resolve allocator construction issues on debug 6 years ago
Lioncash a8ad9b2141 alignment: Specify trait definitions within the allocator 6 years ago
Zach Hilman 892f001f62 common: Add additional SCM revision fields 6 years ago
ReinUsesLisp 7b9f6e5764 common/file_util: Silence -Wswitch 6 years ago
Fernando Sahmkow 7b55e1c0b1 Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes. 6 years ago
Fernando Sahmkow 9f61500df1 shader_ir: Corrections to outward movements and misc stuffs 7 years ago
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