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
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
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-16
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-04
Nvdrv: Correct Event setup in Nvdrv
Fernando Sahmkow
2019-10-04
Nvdrv: Do framelimiting only in the CPU Thread
Fernando Sahmkow
2019-10-04
Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs
Fernando Sahmkow
2019-10-04
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-09-22
Merge pull request #2873 from ogniK5377/new-ioctls
Fernando Sahmkow
2019-09-22
server side clang format fix2
David Marcec
2019-09-22
Use clang-format provided by build server
David Marcec
2019-09-21
Mark KickOffPb & SubmitGPFIFO as trace
David Marcec
2019-09-20
disable clang-format temp
David Marcec
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-08-21
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-07-05
NVServices: Correct delayed responses.
Fernando Sahmkow
2019-07-05
Nv_Host_Ctrl: Correct difference calculation
Fernando Sahmkow
2019-07-05
NVServices: Address Feedback
Fernando Sahmkow
2019-07-05
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
NVServices: Make NVEvents Automatic according to documentation.
Fernando Sahmkow
2019-07-05
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
2019-07-05
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...
Fernando Sahmkow
2019-07-05
nv_services: Fixes to event liberation.
Fernando Sahmkow
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
[next]