| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-29 | Merge pull request #9340 from lioncash/nvdrv | liamwhite | |
| nvdrv: Simplify builder declarations | |||
| 2022-11-28 | syncpoint_manager: Mark IsSyncpointAllocated() as const | Lioncash | |
| This doesn't modify class state at all. | |||
| 2022-11-28 | syncpoint_manager: Reduce number of bounds checks | Lioncash | |
| The only time we need to check bounds is on the first access. | |||
| 2022-11-28 | nvdrv: Simplify builder declarations | Lioncash | |
| We can just use auto here. If one of these ever happens to not be derived from nvdevice, then this will cause a compilation error. We can also move the devices into the collection to get rid of an unnecessary atomic reference count increment and decrement. | |||
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-03 | core: hle: kernel: k_memory_manager: Refresh. | bunnei | |
| 2022-10-27 | nvnflinger: release queued handles immediately on disconnection | Liam | |
| 2022-10-23 | nvdrv: fix container destruction order | Liam | |
| 2022-10-19 | Merge pull request #9071 from bunnei/mp-mm | liamwhite | |
| Kernel Multiprocess (Part 1) - Persist memory & core timing | |||
| 2022-10-19 | Merge pull request #9084 from vonchenplus/dma_copy | Fernando S | |
| video_core: implement 1D copies based on VMM 'kind' | |||
| 2022-10-18 | core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. | bunnei | |
| 2022-10-17 | video_core: Implement memory manager page kind | FengChen | |
| 2022-10-12 | kernel: remove KWritableEvent | Liam | |
| 2022-10-06 | General: address feedback | Fernando Sahmkow | |
| 2022-10-06 | general: rework usages of UNREACHABLE macro | Liam | |
| 2022-10-06 | nvdisp: End system frame after requesting to swap buffers | Morph | |
| Fixes frametime reporting | |||
| 2022-10-06 | address_space: Address feedback | Morph | |
| 2022-10-06 | general: Format licenses as per SPDX guidelines | Morph | |
| 2022-10-06 | NvHostChannels: improve hack for supporting multiple channels. | Fernando Sahmkow | |
| 2022-10-06 | Address Feedback from bylaws. | Fernando Sahmkow | |
| 2022-10-06 | Nvflinger: correct duplication. | Fernando Sahmkow | |
| 2022-10-06 | Core: Fix get nvmap object random crash | VonChenPlus | |
| 2022-10-06 | NvDec: Fix regressions. | Fernando Sahmkow | |
| 2022-10-06 | General: Fix compilation for GCC | Liam White | |
| 2022-10-06 | NVDRV: Further improvements. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Refactor fencing system. | Fernando Sahmkow | |
| 2022-10-06 | MemoryManager: initial multi paging system implementation. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Further refactors and eliminate old code. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Refactor Host1x | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Refactor syncing. | Fernando Sahmkow | |
| 2022-10-06 | Texture cache: Fix the remaining issues with memory mnagement and unmapping. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Extra Fixes. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Remake ASGPU | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Update copyright notices. | Fernando Sahmkow | |
| 2022-10-06 | NvHostCtrl: Fix merge of nvflinger. | Fernando Sahmkow | |
| 2022-10-06 | NVHOST_CTRl: Implement missing method and fix some stuffs. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | |
| 2022-10-06 | NVASGPU: Fix Remap. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Fix clearing when destroying. | Fernando Sahmkow | |
| 2022-10-06 | NVMAP: Fix the Free return parameters. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Fix Open/Close and make sure each device is correctly created. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Implement new NvMap | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Refactor and add new NvMap. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Cleanup. | Fernando Sahmkow | |
| 2022-10-06 | NVDRV: Implement QueryEvent. | Fernando Sahmkow | |
| 2022-10-06 | NvHost: Remake Ctrl Implementation. | Fernando Sahmkow | |
| 2022-10-06 | NvHost: Try a different approach to blocking. | Fernando Sahmkow | |
| 2022-10-06 | NvHost: Fix some regressions and correct signaling on timeout. | Fernando Sahmkow | |
| 2022-09-10 | Merge pull request #8842 from Kelebek1/AudOut | bunnei | |
| [audio_core] Rework audio output | |||
| 2022-09-04 | Don't stall with nvdec | Kelebek1 | |
