23 Commits (fe0071f8fa70328c340518d81f9e28f14abc32f0)

Author SHA1 Message Date
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
bunnei 6b564d4275 nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. 7 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
Subv c4bfd25a6a GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 7303c11edc nvdrv: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash 6d94dd21a5 service: Use nested namespace specifiers where applicable 8 years ago
Hexagon12 2df3594b31 Updated nvdrv with more service names. 8 years ago
Lioncash d2a3270adc nvdrv/interface: Silence formatting specifier warnings 8 years ago
bunnei 6fe712735f service: Remove remaining uses of BufferDescriptor*. 8 years ago
bunnei e7d93b3cb2 nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl. 8 years ago
bunnei 5633e8a8a0 nvdrv: Fix QueryEvent for libnx. 8 years ago
David bf7ed82620 Extra nvdrv support (#162) 8 years ago
bunnei 65868fffb2 logger: Use Service_NVDRV category where applicable. 8 years ago
bunnei f328cb2c7c hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
David e08fdd4101 Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) 8 years ago
bunnei 01d3a7db93 nvdrv: Stub SetClientPID. 8 years ago
Frederic Meyer 2a9b625cd7 nvdrv: stubbed Close(cmd 2) 8 years ago
Subv 9eb6d67a12 NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a 8 years ago
Subv fd950afe3a NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
Subv 81bcb331f8 NV: Move the nv device nodes to their own directory and namespace. 8 years ago
Subv 2d5bf5a379 NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. 8 years ago
Subv 54650737a3 NV: Implemented the nvdrv:a service and the /dev/nvmap device. 8 years ago