| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. | 2022-04-01 | 2 | -61/+42 | ||
| | * | | | | | | | | | hle: service: nvflinger: consumer_base: Cleanup & fixes. | 2022-04-01 | 2 | -15/+17 | ||
| | * | | | | | | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuff... | 2022-04-01 | 2 | -10/+38 | ||
| | * | | | | | | | | | hle: service: nvflinger: buffer_queue_core: Cleanup & fixes. | 2022-04-01 | 2 | -3/+0 | ||
| | * | | | | | | | | | hle: service: nvflinger: Use correct logger namespace. | 2022-04-01 | 1 | -2/+2 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #8100 from Morph1984/registered-crash | 2022-04-05 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | registered_cache: Prevent nullptr dereference when accumulating files | 2022-03-27 | 1 | -2/+4 | ||
| * | | | | | | | | | | Merge pull request #8159 from merryhime/pst | 2022-04-05 | 2 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | dynarmic: Print stack trace on unrecognised instruction or other exception | 2022-04-05 | 2 | -0/+4 | ||
| * | | | | | | | | | | | build: remove -fconcepts | 2022-04-05 | 1 | -6/+0 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe" | 2022-04-04 | 1 | -0/+1 | ||
| * | | | | | | | | | | texture_cache/util: Remove unneeded ReadBlockUnsafe | 2022-04-04 | 1 | -1/+0 | ||
| * | | | | | | | | | | Merge pull request #8089 from merryhime/paranoia | 2022-04-04 | 4 | -45/+63 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | configure_cpu: More descriptive text for Paranoid option | 2022-03-26 | 1 | -1/+1 | ||
| | * | | | | | | | | | configuration: Add Paranoid CPU accuracy level | 2022-03-26 | 4 | -45/+63 | ||
| * | | | | | | | | | | Merge pull request #8105 from merryhime/atomicload128 | 2022-04-03 | 2 | -4/+96 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | native_clock: Use writeback from CAS to avoid double-loading | 2022-04-02 | 1 | -4/+6 | ||
| | * | | | | | | | | | | atomic_ops: Implement AtomicCompareAndSwap with writeback | 2022-04-02 | 1 | -0/+73 | ||
| | * | | | | | | | | | | native_clock: Use AtomicLoad128 | 2022-04-02 | 1 | -2/+2 | ||
| | * | | | | | | | | | | atomic_ops: Implement AtomicLoad128 | 2022-04-02 | 1 | -0/+17 | ||
| * | | | | | | | | | | | Merge pull request #8135 from Morph1984/websession-hack | 2022-04-02 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | applets/web: Keep foreground (websession) web applet open | 2022-04-01 | 1 | -0/+8 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #8123 from german77/bombslinger | 2022-04-02 | 3 | -66/+69 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | service: npad: Default initialize shared memory | 2022-04-02 | 1 | -48/+48 | ||
| | * | | | | | | | | | | service: hid: Remove inaccurate behavior on initialization | 2022-03-31 | 3 | -18/+21 | ||
| * | | | | | | | | | | | Merge pull request #8134 from Tachi107/remove-time-stretcher | 2022-04-02 | 6 | -137/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | audio_core: remove time stretcher | 2022-04-01 | 6 | -137/+3 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #8141 from merryhime/configure-hotkeys-columns | 2022-04-02 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | configure_hotkeys: Make first column stretch and not last column | 2022-04-02 | 1 | -3/+4 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #8140 from merryhime/per-game-addon-columns | 2022-04-02 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | configure_per_game_addons: Set tree view minimum section size to 150px | 2022-04-02 | 1 | -0/+1 | ||
| | * | | | | | | | | | | | configure_per_game_addons: Stretch first column and not last | 2022-04-02 | 1 | -1/+4 | ||
| | |/ / / / / / / / / / | ||||||
| * / / / / / / / / / / | fix: typos | 2022-04-02 | 5 | -10/+10 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #8128 from FernandoS27/gc-fixes | 2022-04-01 | 2 | -3/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | GPU Garbage Collection: Fix regressions. | 2022-04-01 | 2 | -3/+1 | ||