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
/
vi.cpp
Age
Commit message (
Expand
)
Author
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
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
vi: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-20
Merge pull request #340 from mailwl/vi-update
bunnei
2018-04-20
Merge pull request #360 from lioncash/namespaces
bunnei
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-19
vi: Remove redundant initializers in the constructors
Lioncash
2018-04-17
Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output
mailwl
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
[prev]
[next]