| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "dynarmic: Reduce size of code caches" | 2022-03-22 | 2 | -4/+4 | |
| | | |||||
| * | qt_web_browser: Add missing includes | 2022-03-21 | 1 | -0/+3 | |
| | | |||||
| * | Merge pull request #8038 from liamwhite/exit-register-detection | 2022-03-21 | 2 | -0/+9 | |
| |\ | | | | | shader_recompiler/EXIT: increment output register on failed enable test | ||||
| | * | Address review comments | 2022-03-18 | 1 | -1/+1 | |
| | | | |||||
| | * | shader_recompiler/EXIT: skip render targets with no outputs | 2022-03-18 | 2 | -0/+8 | |
| | | | |||||
| | * | shader_recompiler/EXIT: increment output register on failed enable test | 2022-03-17 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #8048 from ameerj/include-purge | 2022-03-21 | 271 | -452/+44 | |
| |\ \ | | | | | | | general: Reduce unused includes across the project | ||||
| | * | | 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. | ||||
| | * | | | 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 | ||||
| | * | | | | vk_texture_cache: Do not reinterpret DepthStencil source images | 2022-03-17 | 1 | -5/+0 | |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | Fixes star pointer interactions in Super Mario Galaxy on some drivers, notably Nvidia. Co-Authored-By: Fernando S. <1731197+fernandos27@users.noreply.github.com> | ||||
| * | | | | Merge pull request #7840 from lioncash/bitor | 2022-03-20 | 1 | -15/+3 | |
| |\ \ \ \ | | | | | | | | | | | texture_cache: Amend unintended bitwise OR in SynchronizeAliases | ||||
| | * | | | | texture_cache: Ensure has_blacklisted is always initialized | 2022-02-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Resolves a -Wmaybe_uninitialized warning | ||||
| | * | | | | texture_cache: Remove dead code within SynchronizeAliases | 2022-02-02 | 1 | -13/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since these were being copied by value, none of the changes applied in the loop would be reflected. However, from the looks of it, this would already be applied within CopyImage() anyways, so this can be removed. | ||||
| | * | | | | 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 | ||||
| | * | | | | | KHandleTable: Optimize table entry layout | 2022-03-18 | 2 | -30/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes. | ||||
| * | | | | | | Merge pull request #8025 from lat9nq/cmd-specify-config | 2022-03-19 | 3 | -10/+27 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | yuzu_cmd: Allow user to specify config file location | ||||
| | * | | | | | yuzu_cmd: Allow user to specify config file location | 2022-03-15 | 3 | -10/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an option `-c` or `--config` with one required argument that allows the user to specify to where the config file is located. Useful for scripts that run specific games with different preferences for settings. | ||||
| * | | | | | | Merge pull request #8028 from v1993/patch-9 | 2022-03-18 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | bsd: Allow inexact match for address length in AcceptImpl | ||||
| | * | | | | | | bsd: Allow inexact match for address length in AcceptImpl | 2022-03-15 | 1 | -2/+2 | |
| | |/ / / / / | | | | | | | | | | | | | Minecraft passes in zero for length, but this should account for all possible cases | ||||
| * | | | / / | 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 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add shader support for const buffer indirect addressing | ||||
| | * | | | | | 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 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Vulkan: convert S8D24 <-> ABGR8 | ||||
| | * | | | | | 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 | ||||
| | * | | | | | 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 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Kernel Memory Updates (Part 6): Use guest memory for slab heaps & update TLS. | ||||
| | * | | | | | | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global ↵ | 2022-03-14 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace. | ||||
| | * | | | | | | core: hle: kernel: Allocate dummy threads on host thread storage. | 2022-03-14 | 2 | -8/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes a crash where on subsequent boots, long-lived host threads would have their dummy threads freed. | ||||
| | * | | | | | | core: hle: kernel: Downgrade dangling objects warning to debug. | 2022-03-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It is not impossible to leak kernel objects, so this is not really any issue anymore (albeit, still interesting). | ||||
| | * | | | | | | core: hle: kernel: Make object list container global and ensure it is reset ↵ | 2022-03-14 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on each emulation session. | ||||
| | * | | | | | | core: hle: kernel: Remove server session tracking. | 2022-03-14 | 4 | -37/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - These are now allocated/managed by emulated memory, so we do not need to track and free them on shutdown. | ||||
| | * | | | | | | core: hle: kernel: k_process: Remove handle table finalize, reset page table. | 2022-03-14 | 1 | -3/+3 | |
| | | | | | | | | |||||