summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/core/syncpoint_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect id check and potential out of bounds lookupKelebek12023-05-311-1/+1
|
* syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash2022-11-281-2/+2
| | | | This doesn't modify class state at all.
* syncpoint_manager: Reduce number of bounds checksLioncash2022-11-281-14/+28
| | | | The only time we need to check bounds is on the first access.
* General: address feedbackFernando Sahmkow2022-10-061-16/+16
|
* general: rework usages of UNREACHABLE macroLiam2022-10-061-7/+7
|
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-4/+3
|
* NvDec: Fix regressions.Fernando Sahmkow2022-10-061-0/+6
|
* NVDRV: Further improvements.Fernando Sahmkow2022-10-061-17/+95
|
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-061-3/+3
|
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-061-0/+38