aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi.cpp
AgeCommit message (Expand)Author
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
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-16Implement VI ConvertScalingMode (#1475)David
2018-09-30Merge pull request #1338 from raven02/service_vibunnei
2018-09-30Implement ISystemDisplayService::GetDisplayModeraven02
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec
2018-09-17Merge pull request #1312 from lioncash/fwdbunnei
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-23vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash
2018-07-23vi: std::move std::vector in constructors where applicableLioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-17vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.bunnei
2018-07-17vi: Fix size for ListDisplays default display.bunnei
2018-07-17vi: Partially implement buffer crop parameters.bunnei
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24vi: Move logging macros over to new fmt-compatible onesLioncash
2018-04-20Merge pull request #340 from mailwl/vi-updatebunnei
2018-04-20Merge pull request #360 from lioncash/namespacesbunnei
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-19vi: Remove redundant initializers in the constructorsLioncash
2018-04-17Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputmailwl
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12