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
2020-04-29
Don't fail silently for vi, sm, set and ns services
David Marcec
2020-04-24
vi: Don't let uninitialized data pass as a response for SetBufferCount
David Marcec
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-10
service/vi: Partially implement BufferQueue disconnect
ReinUsesLisp
2020-01-04
service: vi: Implement CloseLayer.
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-07-05
NVServices: Address Feedback
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
HLE/IPC: HLEContext can memorize the client thread and use it for SleepClient...
Weiyi Wang
2019-04-05
Merge pull request #2334 from lioncash/override
bunnei
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
2019-03-13
Merge pull request #2166 from lioncash/vi-init-service
bunnei
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-26
service/vi: Unstub GetDisplayService
Lioncash
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-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
[next]