index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
Age
Commit message (
Expand
)
Author
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-23
Simplify condition
Chloe Marcec
2021-01-23
nvdrv: Unregister already registered events
Chloe Marcec
2021-01-07
fix for nvdec disabled, cleanup host1x
ameerj
2021-01-07
nvdec syncpt incorporation
ameerj
2020-12-28
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
2020-12-06
nvdrv: Remove useless re-declaration of pure virtual methods that were alread...
comex
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
Merge pull request #4975 from comex/invalid-syncpoint-id
bunnei
2020-11-24
nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID
comex
2020-11-24
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-10
Addressed issues
Chloe Marcec
2020-11-10
core: Make nvservices more standardized
Chloe Marcec
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-07
video_core: dma_pusher: Remove integrity check on command lists.
bunnei
2020-11-01
fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and ot...
bunnei
2020-11-01
hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...
bunnei
2020-11-01
hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.
bunnei
2020-11-01
hle service: nvdrv: Update to instantiate SyncpointManager.
bunnei
2020-11-01
hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.
bunnei
2020-11-01
Rename to align with switchbrew and remove gpu function (#4714)
Levi Behunin
2020-10-30
video_core: unbreak -Werror in NVDEC with Clang
Jan Beich
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-20
Merge pull request #4796 from lioncash/clang
LC
2020-10-17
core: Fix clang build
Lioncash
2020-10-12
hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.
bunnei
2020-09-29
Merge pull request #1703 from DarkLordZach/nvdec-ioctl
bunnei
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-08-14
core: Resolve several -Wextra-semi warnings
Lioncash
2020-08-04
Merge pull request #4430 from bunnei/new-gpu-vmm
bunnei
2020-08-03
yuzu: Resolve C++20 deprecation warnings related to lambda captures
Lioncash
2020-07-27
Update src/core/hle/service/nvdrv/devices/nvmap.cpp
bunnei
2020-07-26
hle: nvdrv: Rewrite of GPU memory management.
bunnei
2020-07-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-06-29
service: Update function tables
VolcaEM
2020-06-27
FrameLimiting: Enable frame limiting for single core.
Fernando Sahmkow
2020-06-27
NVDRV: Remove frame limiting as Host Timing already takes care.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-10
nvdrv: Fix GetTPCMasks for ioctl3
David Marcec
2020-06-04
service: nvhost_vic: Ignore Submit commands.
bunnei
2020-06-04
nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies
Zach Hilman
2020-05-02
nvdrv: Fix GetGpuTime stack corruption
David Marcec
2020-02-16
nvhost_gpu: implement ChannelSetTimeslice
namkazy
2019-12-25
NvServices: Correct Ioctl Remap.
Fernando Sahmkow
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
[next]