summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg1-9/+120
2023-08-23general: Use console mode helper across projectlat9nq1-1/+1
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq1-1/+1
2023-08-08general: fix incorrect conversionsLiam1-1/+1
2023-08-08core: remove ResultVal typeLiam3-16/+24
2023-05-11nvnflinger: fix Parcel serializationLiam1-4/+8
2023-03-01nvnflinger: fix nameLiam10-61/+61
2023-03-01service: move hle_ipc from kernelLiam8-52/+40
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg2-0/+9
2023-02-21service: refactor server architectureLiam2-19/+15
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-4/+4
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-2/+2
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+2
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj1-2/+2
2022-10-27vi: implement CloseDisplayLiam2-4/+10
2022-10-17general: Add missing pragma onceMorph1-0/+2
2022-10-13kernel: remove KWritableEventLiam1-2/+1
2022-10-06Core: Fix get nvmap object random crashVonChenPlus2-7/+16
2022-10-06General: Fix compilation for GCCLiam White1-0/+1
2022-09-26service: vi: Retrieve vsync event once per displayMorph3-9/+34
2022-09-26service: vi: Move VI results into its own fileMorph2-16/+25
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph12-36/+24
2022-04-02hle: service: vi: Create a service thread where appropriate.bunnei1-1/+2
2022-03-25hle: vi: NativeWindow: Fix trivially copyable issues.bunnei1-4/+4
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei2-3/+3
2022-03-25hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei12-668/+222
2022-02-02general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash1-1/+1
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow1-19/+8
2021-11-04core: Remove unused includesameerj1-2/+0
2021-11-02general: Remove MakeResult helpersMorph1-5/+5
2021-10-16service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Feng Chen1-1/+11
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-09-27service/vi: Update to 13.0.0german771-0/+1
2021-09-18input_common/tas: Fallback to simple updateMonsterDruide11-3/+0
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide11-0/+3
2021-09-04core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei2-10/+20
2021-08-26Revert "kernel: Various improvements to scheduler"bunnei2-20/+10
2021-08-19Fix crash in logging in CreateStrayLayerValeri1-1/+1
2021-08-07core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei2-10/+20
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-29/+29
2021-05-16core: Make variable shadowing a compile-time errorLioncash5-21/+21
2021-05-06common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei1-2/+2
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei3-7/+5
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei2-13/+10
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2-3/+3
2021-04-26service: Eliminate cases of member shadowingLioncash2-21/+20
2021-04-19general: Write buffers before pushing raw argumentsMorph1-2/+6
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-09vi: Update to 12.xMorph1-0/+8
2021-03-17IApplicationDisplayService: Stub GetIndirectLayerImageMapMorph1-1/+27
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2-6/+11
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei3-3/+3
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei3-4/+4
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-1/+1
2020-12-29hle: service: vi: Refactor to grab buffer only once.bunnei1-15/+4
2020-12-29service: nvflinger: Improve synchronization for BufferQueue.bunnei1-8/+11
2020-12-29hle: service: nvflinger: Refactor locking and interfaces.bunnei1-30/+16
2020-12-29hle: service: vi: Remove usage of SleepClientThread.bunnei1-34/+43
2020-12-17Overwrite slots instead of queuing them, add disconnect signalameerj1-5/+11
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-5/+5
2020-12-07hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppcomex1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash8-31/+54
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei8-46/+39
2020-11-16settings: Preparation for per-game input settingsMorph1-1/+1
2020-10-14hle: service: vi: Implement BufferQueue::CancelBuffer.bunnei1-14/+38
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-1/+1
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash1-2/+2
2020-07-26nvflinger: Use return value of Lock()Lioncash1-2/+2
2020-07-21vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfoDavid Marcec1-1/+19
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-10/+10
2020-06-29service: Update function tablesVolcaEM2-0/+3
2020-06-27NVFlinger: Lock race condition between CPU, Host Timing, VSync.Fernando Sahmkow1-0/+2
2020-04-29Don't fail silently for vi, sm, set and ns servicesDavid Marcec1-0/+9
2020-04-24vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec1-1/+9
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-2/+2
2020-04-10service/vi: Partially implement BufferQueue disconnectReinUsesLisp1-10/+36
2020-01-04service: vi: Implement CloseLayer.bunnei3-11/+39
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei3-3/+3
2019-11-12service: Update function tablesLioncash1-0/+6
2019-11-12service: Resolve sign conversion errorsLioncash1-1/+1
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei1-1/+1
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-2/+2
2019-09-22Deglobalize System: ViDavid Marcec2-3/+3
2019-07-05NVServices: Address FeedbackFernando Sahmkow1-3/+2
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow1-30/+16
2019-07-05nvflinger: Implement swap intervalsFernando Sahmkow1-2/+3
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-1/+1
2019-05-18HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThreadWeiyi Wang1-1/+1
2019-04-04hle/service: Resolve unused variable warningsLioncash1-1/+0
2019-04-04core: Add missing override specifiers where applicableLioncash1-4/+0
2019-02-27common/math_util: Move contents into the Common namespaceLioncash1-1/+1
2019-02-27service/vi: Unstub GetDisplayServiceLioncash5-11/+49
2019-02-26service/vi: Remove use of a module classLioncash8-46/+99
2019-02-25service/vi: Update IManagerDisplayService's function tableLioncash1-0/+1
2019-02-22service/nvflinger: Store BufferQueue instances as regular data membersLioncash5-29/+22
2019-02-21service/vi/vi_layer: Convert Layer struct into a classLioncash4-5/+38
2019-02-21service/nvflinger: Move display specifics over to vi_displayLioncash2-1/+120
2019-02-20service/nvflinger: Relocate definitions of Layer and Display to the vi serviceLioncash4-0/+89
2019-02-06service/nvflinger,service/vi: Handle failure cases with exposed APILioncash1-10/+50
2019-02-05service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash1-1/+1
2019-01-30service/nvflinger: Rename Get prefix on function to FindLioncash1-5/+5
2019-01-28service/vi: Remove stubbed notifier from SetLayerVisibilityLioncash1-2/+3
2019-01-05service/vi: Correct scaling mode conversionsLioncash1-15/+13
2019-01-05service/vi: Factor out scaling mode conversions from the IPC function itselfLioncash1-17/+21
2019-01-05service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Lioncash1-21/+38
2019-01-05service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution()Lioncash1-12/+8
2019-01-03service/vi: Implement SetDisplayEnabled()Lioncash1-1/+10
2019-01-03service/vi: Log more information where applicableLioncash1-63/+74
2019-01-03service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayLioncash1-4/+17
2019-01-02service/vi: Correct initial width and height valuesLioncash1-2/+2
2019-01-02service/vi: Document unknown DisplayInfo struct membersLioncash1-2/+13
2019-01-01core/kernel: Remove unnecessary inclusionsLioncash1-0/+1
2018-11-30Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv1-0/+2
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman1-1/+1
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-2/+3
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-13/+25
2018-11-19Removed hard coded values for width and heightDavid Marcec1-2/+4
2018-11-17vi: Implement TransactParcel for Disconnect and DetachBufferZach Hilman1-0/+22
2018-11-16Report resolution scaling support for vi and amDavid Marcec1-9/+21
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-4/+5
2018-10-16Implement VI ConvertScalingMode (#1475)David1-1/+49
2018-09-30Implement ISystemDisplayService::GetDisplayModeraven021-1/+19
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-15/+15
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash2-6/+8
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash8-0/+12
2018-07-23vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash1-2/+13
2018-07-23vi: std::move std::vector in constructors where applicableLioncash1-9/+9
2018-07-19hle/service: Make constructors explicit where applicableLioncash2-4/+4
2018-07-18vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.bunnei1-1/+1
2018-07-18vi: Fix size for ListDisplays default display.bunnei1-2/+2
2018-07-18vi: Partially implement buffer crop parameters.bunnei1-4/+10
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei1-4/+4
2018-07-03Update clang formatJames Rowe1-3/+3
2018-07-03Rename logging macro back to LOG_*James Rowe1-24/+24
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-2/+2
2018-04-24vi: Move logging macros over to new fmt-compatible onesLioncash1-26/+27
2018-04-20service: Use nested namespace specifiers where applicableLioncash8-32/+16
2018-04-20vi: Remove redundant initializers in the constructorsLioncash1-9/+5
2018-04-17Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputmailwl1-7/+27
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon122-2/+112
2018-04-13Fixed normal params in GetDisplayResolutionHexagon121-1/+1
2018-04-03vi: Implement GetDisplayResolution.bunnei2-0/+26
2018-03-21Service/vi: convert services to modulemailwl8-212/+160
2018-03-19Clean Warnings (?)N00byKing1-1/+1
2018-03-19vi: Remove DequeueBuffer and wait until next available buffer.bunnei1-6/+24
2018-02-17Parcel: Ensure we don't read past the end of the parcels in Vi.Subv1-0/+5
2018-02-17Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Subv1-2/+2
2018-02-17Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Subv1-1/+2
2018-02-15Vi: Mark the fences as valid in the DequeueBuffer response parcel.Subv1-0/+3
2018-02-15Vi: Added a missing u32 in the DequeueBuffer response parcel.Subv1-0/+1
2018-02-15Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Subv1-4/+2
2018-02-15Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.Subv1-18/+21
2018-02-14vi: Eliminate direct usage of BufferDescriptorB.bunnei1-14/+3
2018-02-14vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.bunnei1-44/+19
2018-02-14vi: Fix TransactParcelAuto to support both buffer formats.bunnei1-25/+16
2018-02-13vi: Add FENCE_HACK, which is useful for booting BOTW.bunnei1-7/+21
2018-02-13vi: Stub TransactParcel CancelBuffer.bunnei1-0/+2
2018-02-13TransactParcel: Move WriteBlock to narrowest scope.bunnei1-10/+13
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei1-5/+21
2018-02-11vi: Fix OpenLayer and CreateStrayLayer.bunnei1-6/+8
2018-02-10vi: Implement TransactParcelAuto.bunnei1-32/+46
2018-02-10IGBPQueueBufferRequestParcel: Don't enforce buffer length.bunnei1-1/+0
2018-02-10IGBPRequestBufferResponseParcel: Fix response for libnx.bunnei1-7/+4
2018-02-09IApplicationDisplayService::CloseDisplay: Fix response params size.bunnei1-1/+1
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl2-1/+22
2018-02-05logger: Add VI service logging category.bunnei4-21/+20
2018-02-02Services/vi: add vi:s and vi:u servicesmailwl5-0/+124
2018-02-02vi::CreateStrayLayer : add padding to requestmailwl1-0/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei2-19/+19
2018-01-25service: Fix all incorrect IPC response headers.bunnei2-5/+6
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv4-6/+8
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv4-363/+25
2018-01-21VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.Subv2-0/+58
2018-01-20Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware1-1/+1
2018-01-19Fix dispdrv typogdkchan1-1/+1
2018-01-18vi: Make constructors explicit where applicableLioncash1-13/+14
2018-01-18vi: Add missing override specifiersLioncash1-7/+7
2018-01-18vi: Copy data directly into the std::vector within Parcel's ReadBlock functionLioncash1-2/+3
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-3/+3
2018-01-17VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv2-3/+85
2018-01-15vi: Add IManagerDisplayService::CloseDisplay functionbsaleil1-0/+10
2018-01-15renderer: Render previous frame when no new one is available.bunnei1-1/+4
2018-01-13yuzu: Update license text to be consistent across project.bunnei4-4/+4
2018-01-12core: Include <algorithm> where used.bunnei1-0/+2
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-1/+2
2018-01-11VI: Use a Pulse event instead of OneShot for the vblank events.Subv1-1/+1
2018-01-11vi: Use new CoreTiming::EventTypebunnei1-1/+5
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv2-2/+16
2018-01-11NV: Determine what buffer to draw for each layer of each display.Subv2-13/+58
2018-01-11NV: Signal all display's vsync event 60 times per second.Subv2-1/+32
2018-01-11NV: Give each display its own vsync event.Subv2-12/+29
2018-01-11NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv4-41/+261
2018-01-11NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv4-0/+714