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
/
vi
Age
Commit message (
Expand
)
Author
2019-02-26
service/vi: Remove use of a module class
Lioncash
2019-02-25
service/vi: Update IManagerDisplayService's function table
Lioncash
2019-02-21
service/nvflinger: Store BufferQueue instances as regular data members
Lioncash
2019-02-21
service/vi/vi_layer: Convert Layer struct into a class
Lioncash
2019-02-21
service/nvflinger: Move display specifics over to vi_display
Lioncash
2019-02-19
service/nvflinger: Relocate definitions of Layer and Display to the vi service
Lioncash
2019-02-05
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-02-05
service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()
Lioncash
2019-01-30
service/nvflinger: Rename Get prefix on function to Find
Lioncash
2019-01-28
service/vi: Remove stubbed notifier from SetLayerVisibility
Lioncash
2019-01-07
Merge pull request #1989 from lioncash/set
bunnei
2019-01-04
service/vi: Correct scaling mode conversions
Lioncash
2019-01-04
service/vi: Factor out scaling mode conversions from the IPC function itself
Lioncash
2019-01-04
service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()
Lioncash
2019-01-04
service/vi: Correct reported dimensions from IApplicationDisplayService's Get...
Lioncash
2019-01-03
Merge pull request #1975 from lioncash/vi
bunnei
2019-01-02
Merge pull request #1976 from lioncash/display
bunnei
2019-01-02
service/vi: Implement SetDisplayEnabled()
Lioncash
2019-01-02
Merge pull request #1977 from lioncash/vi-log
bunnei
2019-01-02
service/vi: Log more information where applicable
Lioncash
2019-01-02
service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay
Lioncash
2019-01-02
service/vi: Correct initial width and height values
Lioncash
2019-01-02
service/vi: Document unknown DisplayInfo struct members
Lioncash
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-03
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-11-30
Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.
Subv
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-23
Merge pull request #1708 from ogniK5377/res-scale
bunnei
2018-11-19
Removed hard coded values for width and height
David Marcec
2018-11-17
vi: Implement TransactParcel for Disconnect and DetachBuffer
Zach Hilman
2018-11-16
Report resolution scaling support for vi and am
David Marcec
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-16
Implement VI ConvertScalingMode (#1475)
David
2018-09-30
Merge pull request #1338 from raven02/service_vi
bunnei
2018-09-30
Implement ISystemDisplayService::GetDisplayMode
raven02
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-17
Merge pull request #1312 from lioncash/fwd
bunnei
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
service/vi: Replace includes with forward declarations where applicable
Lioncash
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-23
vi: Add std::is_trivially_copyable checks to Read and Write functions
Lioncash
2018-07-23
vi: std::move std::vector in constructors where applicable
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-17
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
bunnei
2018-07-17
vi: Fix size for ListDisplays default display.
bunnei
2018-07-17
vi: Partially implement buffer crop parameters.
bunnei
2018-07-17
nvflinger: Fix for BufferQueue event handling.
bunnei
[prev]
[next]