summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-2/+2
* Fix incorrect id check and potential out of bounds lookupKelebek12023-05-311-1/+1
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-142-3/+3
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
* syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash2022-11-282-3/+3
* syncpoint_manager: Reduce number of bounds checksLioncash2022-11-281-14/+28
* nvnflinger: release queued handles immediately on disconnectionLiam2022-10-272-2/+4
* General: address feedbackFernando Sahmkow2022-10-066-74/+90
* general: rework usages of UNREACHABLE macroLiam2022-10-061-7/+7
* general: Format licenses as per SPDX guidelinesMorph2022-10-066-24/+18
* Address Feedback from bylaws.Fernando Sahmkow2022-10-061-5/+1
* Nvflinger: correct duplication.Fernando Sahmkow2022-10-062-3/+3
* Core: Fix get nvmap object random crashVonChenPlus2022-10-062-1/+19
* NvDec: Fix regressions.Fernando Sahmkow2022-10-062-0/+11
* General: Fix compilation for GCCLiam White2022-10-062-14/+25
* NVDRV: Further improvements.Fernando Sahmkow2022-10-066-68/+194
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-066-37/+50
* NVMAP: Fix the Free return parameters.Fernando Sahmkow2022-10-062-1/+4
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-062-58/+73
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-066-0/+601