| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | build-msvc: Disable tests | 2022-03-19 | 1 | -1/+1 | ||
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #8025 from lat9nq/cmd-specify-config | 2022-03-19 | 3 | -10/+27 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | yuzu_cmd: Allow user to specify config file location | 2022-03-15 | 3 | -10/+27 | ||
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #8028 from v1993/patch-9 | 2022-03-18 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bsd: Allow inexact match for address length in AcceptImpl | 2022-03-15 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | Merge pull request #8039 from ameerj/core-include | 2022-03-18 | 8 | -12/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | general: Reduce core.h includes | 2022-03-18 | 8 | -12/+23 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #8024 from liamwhite/const-indexing | 2022-03-18 | 6 | -65/+163 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Address review comments | 2022-03-17 | 4 | -52/+36 | ||
| | * | | | | | | | | | | | shader_recompiler: Use functions for indirect const buffer accesses | 2022-03-17 | 5 | -39/+94 | ||
| | * | | | | | | | | | | | Address review comments | 2022-03-17 | 1 | -16/+15 | ||
| | * | | | | | | | | | | | shader_recompiler: Implement LDC.IS address mode | 2022-03-16 | 1 | -2/+12 | ||
| | * | | | | | | | | | | | shader: add support for const buffer indirect addressing | 2022-03-14 | 2 | -18/+68 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #8030 from liamwhite/s8d24-conversion | 2022-03-18 | 5 | -2/+41 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Address review comments | 2022-03-16 | 2 | -2/+2 | ||
| | * | | | | | | | | | | Vulkan: convert S8D24 <-> ABGR8 | 2022-03-15 | 5 | -2/+41 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #7964 from german77/miiii | 2022-03-16 | 8 | -5/+272 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | applet: mii: Simple implementation of mii applet | 2022-02-28 | 8 | -5/+272 | ||
| * | | | | | | | | | | | Merge pull request #8013 from bunnei/kernel-slab-rework-v2 | 2022-03-16 | 32 | -849/+1271 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global n... | 2022-03-14 | 1 | -6/+6 | ||
| | * | | | | | | | | | | | core: hle: kernel: Allocate dummy threads on host thread storage. | 2022-03-14 | 2 | -8/+6 | ||
| | * | | | | | | | | | | | core: hle: kernel: Downgrade dangling objects warning to debug. | 2022-03-14 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | core: hle: kernel: Make object list container global and ensure it is reset o... | 2022-03-14 | 1 | -7/+9 | ||
| | * | | | | | | | | | | | core: hle: kernel: Remove server session tracking. | 2022-03-14 | 4 | -37/+1 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_process: Remove handle table finalize, reset page table. | 2022-03-14 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_process: Implement thread local storage accurately. | 2022-03-14 | 3 | -111/+99 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages,... | 2022-03-14 | 2 | -2/+141 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_slab_heap: Refresh to use guest allocations. | 2022-03-14 | 2 | -125/+107 | ||
| | * | | | | | | | | | | | core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadL... | 2022-03-14 | 4 | -55/+92 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive. | 2022-03-14 | 3 | -0/+179 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_page_buffer: Add KPageBuffer primitive. | 2022-03-14 | 2 | -0/+35 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_thread: Ensure host Fiber is freed. | 2022-03-14 | 1 | -0/+3 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed. | 2022-03-14 | 1 | -0/+3 | ||
| | * | | | | | | | | | | | core: hle: service: kernel_helpers: Use system resource limit. | 2022-03-14 | 1 | -10/+1 | ||
| | * | | | | | | | | | | | core: hle: service: sm: Fix KPort reference count. | 2022-03-14 | 1 | -0/+2 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_thread: Update to reflect tree changes. | 2022-03-14 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and ... | 2022-03-14 | 7 | -14/+25 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_memory_layout: Update kernel slab memory sizes. | 2022-03-14 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | core: hle: kernel: svc_types: Add ThreadLocalRegionSize. | 2022-03-14 | 1 | -0/+2 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_condition_variable: Update to reflect tree changes. | 2022-03-14 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | core: hle: kernel: k_address_arbiter: Update to reflect tree changes. | 2022-03-14 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | common: tree: Various updates. | 2022-03-14 | 1 | -284/+341 | ||
| | * | | | | | | | | | | | common: intrusive_red_black_tree: Various updates. | 2022-03-14 | 1 | -181/+210 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #8023 from ameerj/kirby-pop-in | 2022-03-16 | 2 | -70/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | maxwell_3d: Implement a safer CB data upload | 2022-03-14 | 2 | -70/+12 | ||
| * | | | | | | | | | | | Merge pull request #8026 from lat9nq/ext-mem-ini | 2022-03-15 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | default_ini: List use_extended_memory_layout in default config file | 2022-03-15 | 1 | -1/+5 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #8006 from BytesGalore/fix_cmake_missing_qt5_dbus | 2022-03-14 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | build(cmake): fix missing Qt5::DBus link target for bundled linux package | 2022-03-12 | 1 | -1/+5 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #8008 from ameerj/rescale-offsets-array | 2022-03-15 | 1 | -2/+27 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||