aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi.cpp
AgeCommit message (Expand)Author
2020-04-29Don't fail silently for vi, sm, set and ns servicesDavid Marcec
2020-04-24vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-10service/vi: Partially implement BufferQueue disconnectReinUsesLisp
2020-01-04service: vi: Implement CloseLayer.bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-07-05NVServices: Address FeedbackFernando Sahmkow
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow
2019-07-05nvflinger: Implement swap intervalsFernando Sahmkow
2019-05-18HLE/IPC: HLEContext can memorize the client thread and use it for SleepClient...Weiyi Wang
2019-04-05Merge pull request #2334 from lioncash/overridebunnei
2019-04-04hle/service: Resolve unused variable warningsLioncash
2019-04-04core: Add missing override specifiers where applicableLioncash
2019-03-13Merge pull request #2166 from lioncash/vi-init-servicebunnei
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2019-02-26service/vi: Unstub GetDisplayServiceLioncash
2019-02-26service/vi: Remove use of a module classLioncash
2019-02-25service/vi: Update IManagerDisplayService's function tableLioncash
2019-02-21service/nvflinger: Store BufferQueue instances as regular data membersLioncash
2019-02-05service/nvflinger,service/vi: Handle failure cases with exposed APILioncash
2019-02-05service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash
2019-01-30service/nvflinger: Rename Get prefix on function to FindLioncash
2019-01-28service/vi: Remove stubbed notifier from SetLayerVisibilityLioncash
2019-01-07Merge pull request #1989 from lioncash/setbunnei
2019-01-04service/vi: Correct scaling mode conversionsLioncash
2019-01-04service/vi: Factor out scaling mode conversions from the IPC function itselfLioncash
2019-01-04service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Lioncash
2019-01-04service/vi: Correct reported dimensions from IApplicationDisplayService's Get...Lioncash
2019-01-03Merge pull request #1975 from lioncash/vibunnei
2019-01-02Merge pull request #1976 from lioncash/displaybunnei
2019-01-02service/vi: Implement SetDisplayEnabled()Lioncash
2019-01-02Merge pull request #1977 from lioncash/vi-logbunnei
2019-01-02service/vi: Log more information where applicableLioncash
2019-01-02service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayLioncash
2019-01-02service/vi: Correct initial width and height valuesLioncash
2019-01-02service/vi: Document unknown DisplayInfo struct membersLioncash
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-11-30Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-23Merge pull request #1708 from ogniK5377/res-scalebunnei
2018-11-19Removed hard coded values for width and heightDavid Marcec
2018-11-17vi: Implement TransactParcel for Disconnect and DetachBufferZach Hilman
2018-11-16Report resolution scaling support for vi and amDavid Marcec