| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | k_server_session: preliminary support for userspace server sessions | 2022-10-11 | 9 | -49/+346 | ||
| | | | | ||||||
| | * | | Add implementation of svcCreateSession | 2022-10-11 | 2 | -1/+103 | ||
| | | | | ||||||
| | * | | general: preliminary support for hbl | 2022-10-11 | 6 | -6/+124 | ||
| | | | | ||||||
| * | | | Merge pull request #9032 from liamwhite/stub-friends | 2022-10-13 | 1 | -1/+12 | ||
| |\ \ \ | | | | | | | | | IFriendService: stub CheckFriendListAvailability | |||||
| | * | | | IFriendService: stub CheckFriendListAvailability | 2022-10-07 | 1 | -1/+12 | ||
| | | | | | ||||||
| * | | | | result: enforce reference check specialization | 2022-10-13 | 1 | -4/+3 | ||
| | | | | | ||||||
| * | | | | Merge pull request #9034 from liamwhite/result-macros | 2022-10-12 | 1 | -6/+114 | ||
| |\ \ \ \ | |_|_|/ |/| | | | kernel: add expanded result macros | |||||
| | * | | | kernel: add expanded result macros | 2022-10-08 | 1 | -6/+114 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9040 from liamwhite/woe-thirty-two | 2022-10-12 | 1 | -0/+4 | ||
| |\ \ \ | | | | | | | | | core_timing: use high-precision sleeps on non-Windows targets | |||||
| | * | | | core_timing: use high-precision sleeps on non-Windows targets | 2022-10-08 | 1 | -0/+4 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9047 from german77/steam-aspect | 2022-10-12 | 2 | -0/+3 | ||
| |\ \ \ | |_|/ |/| | | yuzu: Add 16:10 aspect ratio | |||||
| | * | | yuzu: Add 16:10 aspect ratio | 2022-10-10 | 2 | -0/+3 | ||
| | | | | ||||||
| * | | | Merge pull request #9043 from german77/vector_data | 2022-10-09 | 1 | -2/+8 | ||
| |\ \ \ | | | | | | | | | input_common: have an unique vector in callback status | |||||
| | * | | | input_common: have an unique vector in callback status | 2022-10-09 | 1 | -2/+8 | ||
| | | |/ | |/| | ||||||
| * / | | fsp_srv: stub GetCacheStorageSize | 2022-10-08 | 2 | -1/+14 | ||
| |/ / | ||||||
| * | | nfp_types: silence -Wtype-limits | 2022-10-07 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address | 2022-10-06 | 2 | -15/+51 | ||
| |\ \ | | | | | | | program_metadata: Avoid reference binding to misaligned address | |||||
| | * | | program_metadata: Unpack FileAccessHeader and FileAccessControl | 2022-02-13 | 2 | -15/+51 | ||
| | | | | | | | | | | | | | | | | | | | Avoids a reference binding to a misaligned addresses. Unpacking one requires unpacking the other, otherwise there'll be a misaligned address on the leftover one. | |||||
| * | | | General: address feedback | 2022-10-06 | 18 | -128/+131 | ||
| | | | | ||||||
| * | | | general: rework usages of UNREACHABLE macro | 2022-10-06 | 2 | -12/+12 | ||
| | | | | ||||||
| * | | | nvdisp: End system frame after requesting to swap buffers | 2022-10-06 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | Fixes frametime reporting | |||||
| * | | | address_space: Address feedback | 2022-10-06 | 1 | -4/+4 | ||
| | | | | ||||||
| * | | | general: Format licenses as per SPDX guidelines | 2022-10-06 | 14 | -56/+42 | ||
| | | | | ||||||
| * | | | NvHostChannels: improve hack for supporting multiple channels. | 2022-10-06 | 2 | -2/+11 | ||
| | | | | ||||||
| * | | | Address Feedback from bylaws. | 2022-10-06 | 2 | -6/+2 | ||
| | | | | ||||||
| * | | | Nvflinger: correct duplication. | 2022-10-06 | 4 | -5/+5 | ||
| | | | | ||||||
| * | | | Core: Fix get nvmap object random crash | 2022-10-06 | 12 | -35/+66 | ||
| | | | | ||||||
| * | | | NvDec: Fix regressions. | 2022-10-06 | 6 | -5/+31 | ||
| | | | | ||||||
| * | | | General: Fix compilation for GCC | 2022-10-06 | 9 | -23/+39 | ||
| | | | | ||||||
| * | | | NVDRV: Further improvements. | 2022-10-06 | 13 | -127/+256 | ||
| | | | | ||||||
| * | | | MemoryManager: Fix errors popping out. | 2022-10-06 | 2 | -0/+10 | ||
| | | | | ||||||
| * | | | VideoCore: Refactor fencing system. | 2022-10-06 | 3 | -15/+8 | ||
| | | | | ||||||
| * | | | MemoryManager: initial multi paging system implementation. | 2022-10-06 | 3 | -20/+36 | ||
| | | | | ||||||
| * | | | NVDRV: Further refactors and eliminate old code. | 2022-10-06 | 12 | -148/+8 | ||
| | | | | ||||||
| * | | | NVDRV: Refactor Host1x | 2022-10-06 | 9 | -65/+63 | ||
| | | | | ||||||
| * | | | VideoCore: Refactor syncing. | 2022-10-06 | 7 | -12/+53 | ||
| | | | | ||||||
| * | | | Texture cache: Fix the remaining issues with memory mnagement and unmapping. | 2022-10-06 | 1 | -0/+3 | ||
| | | | | ||||||
| * | | | VideoCore: Extra Fixes. | 2022-10-06 | 1 | -1/+3 | ||
| | | | | ||||||
| * | | | NVDRV: Remake ASGPU | 2022-10-06 | 2 | -235/+388 | ||
| | | | | ||||||
| * | | | NVDRV: Update copyright notices. | 2022-10-06 | 4 | -7/+13 | ||
| | | | | ||||||
| * | | | NvHostCtrl: Fix merge of nvflinger. | 2022-10-06 | 1 | -1/+2 | ||
| | | | | ||||||
| * | | | NVHOST_CTRl: Implement missing method and fix some stuffs. | 2022-10-06 | 2 | -6/+29 | ||
| | | | | ||||||
| * | | | VideoCore: implement channels on gpu caches. | 2022-10-06 | 6 | -30/+65 | ||
| | | | | ||||||
| * | | | NVASGPU: Fix Remap. | 2022-10-06 | 1 | -0/+8 | ||
| | | | | ||||||
| * | | | NVDRV: Fix clearing when destroying. | 2022-10-06 | 3 | -14/+9 | ||
| | | | | ||||||
| * | | | NVMAP: Fix the Free return parameters. | 2022-10-06 | 3 | -15/+18 | ||
| | | | | ||||||
| * | | | NVDRV: Fix Open/Close and make sure each device is correctly created. | 2022-10-06 | 14 | -199/+291 | ||
| | | | | ||||||
| * | | | NVDRV: Implement new NvMap | 2022-10-06 | 18 | -277/+307 | ||
| | | | | ||||||
| * | | | NVDRV: Refactor and add new NvMap. | 2022-10-06 | 19 | -40/+550 | ||
| | | | | ||||||
| * | | | NVDRV: Cleanup. | 2022-10-06 | 4 | -32/+40 | ||
| | | | | ||||||