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-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
2019-07-05
nv_host_ctrl: Make Sync GPU variant always return synced result.
Fernando Sahmkow
2019-07-05
nvhost_ctrl: Corrections to event handling
Fernando Sahmkow
2019-07-05
Gpu: Mark areas as protected.
Fernando Sahmkow
2019-07-05
nv_services: Stub CtrlEventSignal
Fernando Sahmkow
2019-07-05
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven...
Fernando Sahmkow
2019-07-05
nv_services: Create GPU channels correctly
Fernando Sahmkow
2019-07-05
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
2019-07-05
nv_services: Correct buffer queue fencing and GPFifo fencing
Fernando Sahmkow
2019-06-04
core/core_timing_util: Amend casing of cyclesTo* functions
Lioncash
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
2019-03-22
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2019-03-06
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
[next]