index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
interface.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu: Resolve C++20 deprecation warnings related to lambda captures
Lioncash
2020-08-03
1
-18
/
+18
*
service: Update function tables
VolcaEM
2020-06-29
1
-5
/
+6
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
Nvdrv: Correct Event setup in Nvdrv
Fernando Sahmkow
2019-10-05
1
-1
/
+3
*
server side clang format fix2
David Marcec
2019-09-22
1
-18
/
+18
*
Use clang-format provided by build server
David Marcec
2019-09-22
1
-20
/
+18
*
disable clang-format temp
David Marcec
2019-09-20
1
-0
/
+2
*
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-09-19
1
-10
/
+45
*
NVServices: Correct delayed responses.
Fernando Sahmkow
2019-07-05
1
-24
/
+19
*
NVServices: Address Feedback
Fernando Sahmkow
2019-07-05
1
-1
/
+1
*
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
1
-2
/
+2
*
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
2019-07-05
1
-4
/
+30
*
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware
Fernando Sahmkow
2019-07-05
1
-2
/
+2
*
nv_services: Deglobalize NvServices
Fernando Sahmkow
2019-07-05
1
-2
/
+0
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
1
-2
/
+0
*
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister
Fernando Sahmkow
2019-07-05
1
-3
/
+14
*
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-1
/
+1
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-5
/
+3
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-3
/
+8
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-1
/
+5
*
nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.
bunnei
2018-11-24
1
-2
/
+16
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-1
/
+3
*
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-21
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-7
/
+7
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
nvdrv: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-7
/
+7
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Updated nvdrv with more service names.
Hexagon12
2018-04-10
1
-0
/
+7
*
Merge pull request #188 from bunnei/refactor-buffer-descriptor
bunnei
2018-02-15
1
-20
/
+7
|
\
|
*
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-14
1
-3
/
+2
|
*
nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.
bunnei
2018-02-14
1
-17
/
+5
*
|
nvdrv/interface: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-1
/
+2
|
/
*
nvdrv: Fix QueryEvent for libnx.
bunnei
2018-02-09
1
-4
/
+5
*
Extra nvdrv support (#162)
David
2018-02-06
1
-17
/
+43
*
logger: Use Service_NVDRV category where applicable.
bunnei
2018-02-04
1
-5
/
+5
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-5
/
+5
*
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-21
1
-5
/
+4
*
nvdrv: Stub SetClientPID.
bunnei
2018-01-19
1
-0
/
+12
*
nvdrv: stubbed Close(cmd 2)
Frederic Meyer
2018-01-17
1
-0
/
+13
*
NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a
Subv
2018-01-17
1
-0
/
+69