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
/
nvflinger
Age
Commit message (
Expand
)
Author
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-13
hle: service: vi: Implement BufferQueue::CancelBuffer.
bunnei
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-03
buffer_queue: Make use of std::nullopt
Lioncash
2020-08-03
buffer_queue: Make use of designated initializers
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-25
nvflinger: Mark interface functions with return values as [[nodiscard]]
Lioncash
2020-07-25
nvflinger: Use return value of Lock()
Lioncash
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-06-27
NvFlinger: Clang Format.
Fernando Sahmkow
2020-06-27
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
Fernando Sahmkow
2020-06-27
NVFlinger: Lock race condition between CPU, Host Timing, VSync.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-05-16
nv_flinger: Use enum for pixel format instead of u32
David Marcec
2020-04-12
Merge pull request #3606 from ReinUsesLisp/nvflinger
bunnei
2020-04-10
Buffer queue: Correct behavior of free buffer.
Fernando Sahmkow
2020-04-10
service/vi: Partially implement BufferQueue disconnect
ReinUsesLisp
2020-03-12
NVFlinger: Do the microprofile Flip after processing a valid frame.
Fernando Sahmkow
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-01-07
Merge pull request #3272 from bunnei/vi-close-layer
bunnei
2020-01-04
service: vi: Implement CloseLayer.
bunnei
2019-12-30
video_core: Block in WaitFence.
Markus Wick
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
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-12
nvflinger/buffer_queue: Remove use of a global system accessor
Lioncash
2019-10-04
NvFlinger: Remove leftover from corrections and clang format.
Fernando Sahmkow
2019-10-04
NVFlinger: Reverse the change that only signaled events on buffer acquire.
Fernando Sahmkow
2019-10-04
NvFlinger: Don't swap buffers if a frame is missing and always trigger event ...
Fernando Sahmkow
2019-10-04
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-04
Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs
Fernando Sahmkow
2019-09-22
Rebase
David Marcec
2019-09-22
Deglobalize System: Vi
David Marcec
2019-09-22
Deglobalize System: NvFlinger
David Marcec
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
nvflinger: Make the force 30 fps still force 30 fps
Fernando Sahmkow
2019-07-05
nvflinger: Acquire buffers in the same order as they were queued.
Fernando Sahmkow
2019-07-05
nv_services: Correct buffer queue fencing and GPFifo fencing
Fernando Sahmkow
2019-07-05
nvflinger: Implement swap intervals
Fernando Sahmkow
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-09
added a toggle to force 30fps mode
zarroboogs
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-06
gpu: Refactor command and swap buffers interface for asynch.
bunnei
[next]