107 Commits (3c02cdcc5700a1a7b576f95767b2c48892967189)

Author SHA1 Message Date
Lioncash 3c02cdcc57 service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() 7 years ago
Lioncash 1d11def9c4 service/nvflinger: Rename Get prefix on function to Find 7 years ago
Lioncash 5e636d1f6e service/vi: Remove stubbed notifier from SetLayerVisibility 7 years ago
Lioncash 9e8737b535 service/vi: Correct scaling mode conversions 7 years ago
Lioncash 56e51da1d9 service/vi: Factor out scaling mode conversions from the IPC function itself 7 years ago
Lioncash 40aa1ea9f9 service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() 7 years ago
Lioncash bf036b46fc service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() 7 years ago
Lioncash ceeff8ebfd service/vi: Implement SetDisplayEnabled() 7 years ago
Lioncash 5bfd810ab5 service/vi: Log more information where applicable 7 years ago
Lioncash dea1db0414 service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay 7 years ago
Lioncash 351f010cfc service/vi: Correct initial width and height values 7 years ago
Lioncash fe3bf4f075 service/vi: Document unknown DisplayInfo struct members 7 years ago
Lioncash 1f0c8bfeda core/kernel: Remove unnecessary inclusions 7 years ago
Subv 583bd20f02 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
David Marcec 60fecee1ec Removed hard coded values for width and height 7 years ago
Zach Hilman c91dc417d5 vi: Implement TransactParcel for Disconnect and DetachBuffer 7 years ago
David Marcec 9359655712 Report resolution scaling support for vi and am 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
David 92d8ad3770 Implement VI ConvertScalingMode (#1475) 7 years ago
raven02 4092907687 Implement ISystemDisplayService::GetDisplayMode 7 years ago
David Marcec 6a0612f2bf Removed the use of rp.MakeBuilder 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 0258b444ef service/vi: Replace includes with forward declarations where applicable 7 years ago
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 1432912ae8 vi: Add std::is_trivially_copyable checks to Read and Write functions 8 years ago
Lioncash 344a0c91f2 vi: std::move std::vector in constructors where applicable 8 years ago
Lioncash c061c2bf3c hle/service: Make constructors explicit where applicable 8 years ago
bunnei 49e5de9f03 vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. 8 years ago
bunnei 0d1a99edf6 vi: Fix size for ListDisplays default display. 8 years ago
bunnei c3dd456d51 vi: Partially implement buffer crop parameters. 8 years ago
bunnei 170e19d4ea nvflinger: Fix for BufferQueue event handling. 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 88eb612718
vi: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
Lioncash 3990da488b vi: Remove redundant initializers in the constructors 8 years ago
mailwl 5922f2c46d Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output 8 years ago
Hexagon12 e52a87b98a Various service name fixes - part 2 (rebased) (#322) 8 years ago
Hexagon12 e10248f308 Fixed normal params in GetDisplayResolution 8 years ago
bunnei 9d08a11c1d vi: Implement GetDisplayResolution. 8 years ago
mailwl 6673ed1274 Service/vi: convert services to module 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
bunnei c1c92c30f9 vi: Remove DequeueBuffer and wait until next available buffer. 8 years ago
Subv d758332425 Parcel: Ensure we don't read past the end of the parcels in Vi. 8 years ago
Subv 2662de6e52 Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel. 8 years ago