214 Commits (e9ec2e4cf00d02f4847a45f9fb7ec90c46ff5db0)

Author SHA1 Message Date
Markus Wick 0372a0e723 common: Move assert failure handling into a cpp file. 5 years ago
bunnei 60e9e9beb4 common: Move common sizes to their own header for code reuse. 5 years ago
bunnei 954384a84a common: Add implementation of TinyMT (Mersenne Twister RNG). 5 years ago
bunnei e6f71e15a1 common: Merge uint128 to a single header file with inlines. 5 years ago
lat9nq 19dad3e319 common: Add -fsized-deallocation as a Clang flag 5 years ago
ReinUsesLisp 5f0b72553b renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
Lioncash d8771fb857 common/timer: Remove 5 years ago
ReinUsesLisp a815988d5c common/color: Remove 5 years ago
bunnei eeb0493b5d common: Introduce useful tree structures. 5 years ago
Fernando Sahmkow 659fb51dd9 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
bunnei 01e1b790a5 common: ThreadWorker: Add class to help do asynchronous work. 5 years ago
lat9nq 5e59e26876 cmake: Fix generating CMake configs and linking with Boost 5 years ago
bunnei 91c13721de common: Update CMakeList to fix build issue with Boost. 5 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei b164f6306b common: Port BitSet from Mesosphere. 5 years ago
ReinUsesLisp 2600f1353d common: Add Common::DivCeil and Common::DivCeilLog2 5 years ago
ReinUsesLisp 778c06d35b common/bit_cast: Add function matching std::bit_cast without constexpr 5 years ago
Lioncash 38ffaef6eb common: Enable warnings as errors 5 years ago
ameerj 9ef5c53e52 video_core: NVDEC Implementation 5 years ago
lat9nq bcd77d4b7b CMakeLists: use system zstd on Linux 5 years ago
lat9nq 1589c097d4 CMakeLists: fix for finding zstd on linux-mingw 5 years ago
Lioncash 77d6d3bf4b web_service: Move web_result.h into web_service 5 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 5 years ago
David Marcec 12c6b9eac1 cmake: Fix libfmt linking errors 6 years ago
John Galt d01c077810 cmake: fix fmt linking when found 6 years ago
bunnei 7186ddb29a Revert "cmake: fix fmt linking" 6 years ago
John Galt 1eacbe69be cmake: fix fmt linking 6 years ago
Fernando Sahmkow 5eac520ae3 ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 6 years ago
Fernando Sahmkow fda14542cb Common: Fix non-conan build 6 years ago
Fernando Sahmkow ee32067b10 Common: Implement WallClock Interface and implement a native clock for x64 6 years ago
Fernando Sahmkow 353166d648 Common: Implement a basic Fiber class. 6 years ago
Fernando Sahmkow b1b01a33bd Common: Implement a basic SpinLock class 6 years ago
ReinUsesLisp 805d48c67e gl_arb_decompiler: Implement an assembly shader decompiler 6 years ago
David Marcec 4686c15c03 Add xbyak external 6 years ago
Morph c02daca95c main: Log host system memory parameters 6 years ago
bunnei 7aadcb796c common: Add module to get the current time zone. 6 years ago
James Rowe 2991e7441a Replace externals with Conan (#3735) 6 years ago
bunnei 273f8b5fc7 common: Add VirtualBuffer class, to abstract memory virtualization. 6 years ago
ReinUsesLisp c56cdc3384 common/dynamic_library: Import and adapt helper from Dolphin 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
James Rowe 47197f6b18 Fix git version in scm_rev.cpp 6 years ago
Zach Hilman fa69a9922e ci: Populate build repository from Azure environment 6 years ago
Fernando Sahmkow d4da704ac5 VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. 6 years ago
Lioncash b5202d5da2 common: Rename binary_find.h to algorithm.h 6 years ago
Zach Hilman 892f001f62 common: Add additional SCM revision fields 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