| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | service: sfdnsres: Implement DNS address resolution | 2022-04-08 | 2 | -5/+197 | ||
| | * | | | | | | | | | service: bsd: Add keepalive socket option | 2022-04-07 | 4 | -0/+10 | ||
| | * | | | | | | | | | patch_manager: Apply layered exefs patches from 'atmosphere' SD directory | 2022-04-07 | 1 | -25/+38 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #8149 from liamwhite/front-face | 2022-04-09 | 1 | -1/+8 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | OpenGL: propagate face flip condition | 2022-04-04 | 1 | -4/+10 | ||
| | * | | | | | | | | OpenGL: flip front faces if Z scale is inverted | 2022-04-04 | 1 | -2/+3 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #8138 from german77/data-no-race | 2022-04-08 | 6 | -176/+256 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | core: hid: Fix double lock on softlock and forced updates | 2022-04-07 | 1 | -2/+12 | ||
| | * | | | | | | | core: hid: Replace lock_guard with scoped_lock | 2022-04-07 | 3 | -44/+44 | ||
| | * | | | | | | | core: hid: Reduce the amount of dataraces | 2022-04-07 | 6 | -176/+246 | ||
| * | | | | | | | | Merge pull request #8169 from merryhime/scoped_lock | 2022-04-08 | 29 | -105/+105 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/hle: Standardize scoped_lock initializers | 2022-04-07 | 5 | -23/+23 | ||
| | * | | | | | | | | yuzu/util: Replace lock_guard with scoped_lock | 2022-04-07 | 1 | -1/+1 | ||
| | * | | | | | | | | web_service: Replace lock_guard with scoped_lock | 2022-04-07 | 1 | -2/+2 | ||
| | * | | | | | | | | video_core: Replace lock_guard with scoped_lock | 2022-04-07 | 11 | -18/+18 | ||
| | * | | | | | | | | input_common: Replace lock_guard with scoped_lock | 2022-04-07 | 2 | -29/+29 | ||
| | * | | | | | | | | core: Replace lock_guard with scoped_lock | 2022-04-07 | 2 | -14/+14 | ||
| | * | | | | | | | | core/hle: Replace lock_guard with scoped_lock | 2022-04-07 | 4 | -13/+13 | ||
| | * | | | | | | | | common: Replace lock_guard with scoped_lock | 2022-04-07 | 3 | -5/+5 | ||
| * | | | | | | | | | CMakeLists: Enforce C4505 and C5245 | 2022-04-07 | 1 | -0/+2 | ||
| * | | | | | | | | | Merge pull request #8167 from Tachi107/patch-1 | 2022-04-07 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fix: remove #pragma once in .cpp file | 2022-04-07 | 1 | -2/+0 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #8161 from liamwhite/gl-s8d24 | 2022-04-07 | 6 | -4/+58 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | OpenGL: fix S8D24 to ABGR8 conversions | 2022-04-06 | 6 | -4/+58 | ||
| * | | | | | | | | | Merge pull request #8152 from liamwhite/gl-crop | 2022-04-07 | 3 | -1/+10 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | OpenGL: fix cropping | 2022-04-04 | 3 | -1/+10 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #8150 from liamwhite/vk-crop | 2022-04-07 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Vulkan: crop to screen dimensions if crop not explicitly requested | 2022-04-04 | 1 | -2/+3 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #8148 from merryhime/interrupts | 2022-04-07 | 6 | -45/+42 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | arm_dynarmic: Use HaltReason for svc calls and reschedules | 2022-04-03 | 4 | -27/+19 | ||
| | * | | | | | | | | | dynarmic: Better interrupts | 2022-04-03 | 6 | -22/+27 | ||
| * | | | | | | | | | | Merge pull request #8143 from merryhime/rdtsc | 2022-04-07 | 1 | -14/+35 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | native_clock: Internal linkage for FencedRDTSC | 2022-04-03 | 1 | -2/+4 | ||
| | * | | | | | | | | | | native_clock: Use lfence with rdtsc | 2022-04-03 | 1 | -14/+33 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #8133 from liamwhite/gl-spv-cbuf | 2022-04-07 | 6 | -25/+51 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | shader_recompiler: Decrease indirect cbuf limit to match hardware | 2022-04-04 | 1 | -1/+1 | ||
| | * | | | | | | | | | shader_compiler: support const buffer indirect addressing in GLSL | 2022-04-01 | 4 | -9/+38 | ||
| | * | | | | | | | | | shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V | 2022-04-01 | 3 | -17/+14 | ||
| * | | | | | | | | | | Merge pull request #8164 from liamwhite/jit-stub | 2022-04-06 | 8 | -1/+88 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | service: jit: stub JIT service | 2022-04-06 | 8 | -1/+88 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #8122 from bunnei/improve-thread-usage | 2022-04-06 | 13 | -27/+74 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | hle: service: nvdrv: Create a service thread where appropriate. | 2022-04-02 | 1 | -1/+1 | ||
| | * | | | | | | | | | hle: service: vi: Create a service thread where appropriate. | 2022-04-02 | 1 | -1/+2 | ||
| | * | | | | | | | | | hle: service: bsd: Create a service thread where appropriate. | 2022-04-02 | 1 | -1/+2 | ||
| | * | | | | | | | | | hle: service: filesystem: Create a service thread where appropriate. | 2022-04-02 | 1 | -5/+8 | ||
| | * | | | | | | | | | hle: service: audio: Create a service thread where appropriate. | 2022-04-02 | 2 | -4/+6 | ||
| | * | | | | | | | | | hle: service: Add option for service interfaces to create or use the default ... | 2022-04-02 | 5 | -11/+29 | ||
| | * | | | | | | | | | hle: kernel: Create a default thread for services that do not need their own ... | 2022-04-02 | 2 | -4/+26 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | service: hid: Partially revert #8123 | 2022-04-05 | 1 | -0/+4 | ||
| * | | | | | | | | | Merge pull request #8137 from bunnei/improve-nvflinger-2 | 2022-04-05 | 9 | -91/+99 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||