| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #8048 from ameerj/include-purge | 2022-03-21 | 271 | -452/+44 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | general: Fix clang/gcc build errors | 2022-03-20 | 12 | -4/+17 | ||
| | * | | | | | | yuzu_cmd: Reduce unused includes | 2022-03-20 | 5 | -9/+0 | ||
| | * | | | | | | yuzu: Reduce unused includes | 2022-03-20 | 45 | -104/+5 | ||
| | * | | | | | | web_service: Reduce unused includes | 2022-03-20 | 1 | -1/+0 | ||
| | * | | | | | | input_common: Reduce unused includes | 2022-03-20 | 4 | -4/+0 | ||
| | * | | | | | | shader_recompiler: Reduce unused includes | 2022-03-20 | 69 | -106/+7 | ||
| | * | | | | | | common: Reduce unused includes | 2022-03-19 | 30 | -32/+8 | ||
| | * | | | | | | video_core: Reduce unused includes | 2022-03-19 | 75 | -139/+12 | ||
| | * | | | | | | common: Reduce unused includes | 2022-03-19 | 8 | -12/+0 | ||
| | * | | | | | | core: Reduce unused includes | 2022-03-19 | 38 | -54/+8 | ||
| * | | | | | | | Merge pull request #7812 from FernandoS27/made-straight-from-the-nut | 2022-03-20 | 1 | -6/+14 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | BufferCache: Find direction of the stream buffer increase. | 2022-03-20 | 1 | -6/+14 | ||
| * | | | | | | | | Merge pull request #8036 from ameerj/starbit-nv | 2022-03-20 | 1 | -5/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vk_texture_cache: Do not reinterpret DepthStencil source images | 2022-03-17 | 1 | -5/+0 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7840 from lioncash/bitor | 2022-03-20 | 1 | -15/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | texture_cache: Ensure has_blacklisted is always initialized | 2022-02-02 | 1 | -1/+1 | ||
| | * | | | | | | | | texture_cache: Remove dead code within SynchronizeAliases | 2022-02-02 | 1 | -13/+1 | ||
| | * | | | | | | | | texture_cache: Amend unintended bitwise OR in SynchronizeAliases | 2022-02-02 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #8040 from Morph1984/handle-table | 2022-03-19 | 2 | -30/+12 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KHandleTable: Optimize table entry layout | 2022-03-18 | 2 | -30/+12 | ||
| * | | | | | | | | | | 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 | ||
| | |/ / / / / / / / | ||||||
| * | | | / / / / / | 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 | ||