summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: manage resources independently of nvnflinger and refactorLiam2024-02-181-20/+11
* vi: move shared buffer management from nvnflingerLiam2024-02-181-3/+13
* nvnflinger: convert to processLiam2024-02-181-7/+11
* vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceLiam2024-02-141-34/+0
* vi: split into implementation filesLiam2024-02-141-882/+9
* vi: extract typesLiam2024-02-141-43/+1
* nvnflinger/gpu: implement layer stack compositionLiam2024-01-311-2/+3
* am: migrate global state to per-applet state structureLiam2024-01-301-0/+8
* service: properly convert buffers to stringsNarr the Reg2024-01-231-3/+2
* vi: check layer state before opening or closingLiam2024-01-181-2/+12
* vi: connect vsync event handle lifetime to application display service interfaceLiam2024-01-081-0/+7
* vi: fix name of nvnflingerLiam2024-01-081-26/+26
* vi: fix confusion between closing and destroying layersLiam2023-12-121-0/+3
* service: nvnflinger: Implement shared bufferNarr the Reg2023-10-011-9/+120
* general: Use console mode helper across projectlat9nq2023-08-231-1/+1
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-1/+1
* general: fix incorrect conversionsLiam2023-08-081-1/+1
* core: remove ResultVal typeLiam2023-08-081-13/+20
* nvnflinger: fix Parcel serializationLiam2023-05-111-4/+8
* nvnflinger: fix nameLiam2023-03-011-17/+17
* service: move hle_ipc from kernelLiam2023-03-011-32/+32
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-011-11/+13
|\
| * service: refactor server architectureLiam2023-02-211-11/+13
* | core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-0/+5
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-2/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+2
* nvflinger: Split Parcel class into InputParcel and OutputParcelameerj2022-12-251-2/+2
* vi: implement CloseDisplayLiam2022-10-271-4/+4
* General: Fix compilation for GCCLiam White2022-10-061-0/+1
* service: vi: Retrieve vsync event once per displayMorph2022-09-261-5/+9
* service: vi: Move VI results into its own fileMorph2022-09-261-16/+12
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-4/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: service: vi: Create a service thread where appropriate.bunnei2022-04-021-1/+2
* hle: vi: NativeWindow: Fix trivially copyable issues.bunnei2022-03-251-4/+4
* hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei2022-03-251-616/+74
* Settings: eliminate rescaling_factor.Fernando Sahmkow2021-11-161-19/+8
* core: Remove unused includesameerj2021-11-041-2/+0
* general: Remove MakeResult helpersMorph2021-11-021-5/+5
* service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Feng Chen2021-10-161-1/+11
* service/vi: Update to 13.0.0german772021-09-271-0/+1
* Fix crash in logging in CreateStrayLayerValeri2021-08-191-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-29/+29
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-12/+12
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-4/+2
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-2/+2
* general: Write buffers before pushing raw argumentsMorph2021-04-191-2/+6
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* vi: Update to 12.xMorph2021-04-091-0/+8
* IApplicationDisplayService: Stub GetIndirectLayerImageMapMorph2021-03-171-1/+27
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-1/+1
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* hle: service: vi: Refactor to grab buffer only once.bunnei2020-12-291-15/+4
* service: nvflinger: Improve synchronization for BufferQueue.bunnei2020-12-291-8/+11
* hle: service: nvflinger: Refactor locking and interfaces.bunnei2020-12-291-30/+16
* hle: service: vi: Remove usage of SleepClientThread.bunnei2020-12-291-34/+43
* Overwrite slots instead of queuing them, add disconnect signalameerj2020-12-171-5/+11
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-5/+5
* hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppcomex2020-12-071-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-19/+22
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-241-30/+27
* settings: Preparation for per-game input settingsMorph2020-11-161-1/+1
* hle: service: vi: Implement BufferQueue::CancelBuffer.bunnei2020-10-141-14/+38
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-1/+1
* Merge pull request #4401 from ogniK5377/GetIndirectLayerImageRequiredMemoryInfobunnei2020-08-051-1/+19
|\
| * vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfoDavid Marcec2020-07-211-1/+19
* | yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash2020-08-031-2/+2
* | nvflinger: Use return value of Lock()Lioncash2020-07-261-2/+2
|/
* Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-111-0/+2
|\
| * service: Update function tablesVolcaEM2020-06-291-0/+2
* | configuration: implement per-game configurations (#4098)lat9nq2020-07-101-10/+10
* | NVFlinger: Lock race condition between CPU, Host Timing, VSync.Fernando Sahmkow2020-06-271-0/+2
|/
* Don't fail silently for vi, sm, set and ns servicesDavid Marcec2020-04-291-0/+9
* vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec2020-04-241-1/+9
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-2/+2
* service/vi: Partially implement BufferQueue disconnectReinUsesLisp2020-04-101-10/+36
* service: vi: Implement CloseLayer.bunnei2020-01-041-1/+13
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+6
|\
| * service: Update function tablesLioncash2019-11-121-0/+6
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* | service: Resolve sign conversion errorsLioncash2019-11-121-1/+1
|/
* common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-041-1/+1
* NVServices: Address FeedbackFernando Sahmkow2019-07-051-3/+2
* nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow2019-07-051-30/+16
* nvflinger: Implement swap intervalsFernando Sahmkow2019-07-051-2/+3
* HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThreadWeiyi Wang2019-05-181-1/+1
* Merge pull request #2334 from lioncash/overridebunnei2019-04-061-4/+0
|\
| * core: Add missing override specifiers where applicableLioncash2019-04-041-4/+0
* | hle/service: Resolve unused variable warningsLioncash2019-04-041-1/+0
|/
* Merge pull request #2166 from lioncash/vi-init-servicebunnei2019-03-131-11/+27
|\
| * service/vi: Unstub GetDisplayServiceLioncash2019-02-271-1/+24
| * service/vi: Remove use of a module classLioncash2019-02-261-14/+7
* | common/math_util: Move contents into the Common namespaceLioncash2019-02-271-1/+1
* | service/vi: Update IManagerDisplayService's function tableLioncash2019-02-251-0/+1
|/
* service/nvflinger: Store BufferQueue instances as regular data membersLioncash2019-02-221-13/+13
* service/nvflinger,service/vi: Handle failure cases with exposed APILioncash2019-02-061-10/+50
* service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash2019-02-051-1/+1
* service/nvflinger: Rename Get prefix on function to FindLioncash2019-01-301-5/+5
* service/vi: Remove stubbed notifier from SetLayerVisibilityLioncash2019-01-281-2/+3
* Merge pull request #1989 from lioncash/setbunnei2019-01-071-39/+58
|\
| * service/vi: Correct scaling mode conversionsLioncash2019-01-051-15/+13
| * service/vi: Factor out scaling mode conversions from the IPC function itselfLioncash2019-01-051-17/+21
| * service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Lioncash2019-01-051-21/+38
* | service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution()Lioncash2019-01-051-12/+8
|/
* Merge pull request #1975 from lioncash/vibunnei2019-01-041-4/+15
|\
| * service/vi: Correct initial width and height valuesLioncash2019-01-021-2/+2
| * service/vi: Document unknown DisplayInfo struct membersLioncash2019-01-021-2/+13
* | Merge pull request #1976 from lioncash/displaybunnei2019-01-031-4/+17
|\ \
| * | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayLioncash2019-01-031-4/+17
| |/
* | service/vi: Implement SetDisplayEnabled()Lioncash2019-01-031-1/+10
* | Merge pull request #1977 from lioncash/vi-logbunnei2019-01-031-63/+74
|\ \
| * | service/vi: Log more information where applicableLioncash2019-01-031-63/+74
| |/
* / core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-0/+1
|/
* Merge pull request #1803 from DarkLordZach/k-able-eventbunnei2018-12-031-2/+3
|\
| * hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-1/+1
| * core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-2/+3
* | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv2018-11-301-0/+2
|/
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-13/+25
* Merge pull request #1708 from ogniK5377/res-scalebunnei2018-11-241-9/+23
|\
| * Removed hard coded values for width and heightDavid Marcec2018-11-191-2/+4
| * Report resolution scaling support for vi and amDavid Marcec2018-11-161-9/+21
* | vi: Implement TransactParcel for Disconnect and DetachBufferZach Hilman2018-11-171-0/+22
|/
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-4/+5
* Implement VI ConvertScalingMode (#1475)David2018-10-161-1/+49
* Merge pull request #1338 from raven02/service_vibunnei2018-09-301-1/+19
|\
| * Implement ISystemDisplayService::GetDisplayModeraven022018-09-301-1/+19
* | Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-15/+15
* | Merge pull request #1312 from lioncash/fwdbunnei2018-09-171-3/+6
|\ \
| * | service/vi: Replace includes with forward declarations where applicableLioncash2018-09-131-3/+6
* | | Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
| |/ |/|
* | kernel/thread: Include thread-related enums within the kernel namespaceLioncash2018-09-131-1/+1
|/
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash2018-07-231-2/+13
* vi: std::move std::vector in constructors where applicableLioncash2018-07-231-9/+9
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-2/+2
* vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.bunnei2018-07-181-1/+1
* vi: Fix size for ListDisplays default display.bunnei2018-07-181-2/+2
* vi: Partially implement buffer crop parameters.bunnei2018-07-181-4/+10
* nvflinger: Fix for BufferQueue event handling.bunnei2018-07-171-4/+4
* Update clang formatJames Rowe2018-07-031-3/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-24/+24
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-2/+2
* vi: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-26/+27
* Merge pull request #340 from mailwl/vi-updatebunnei2018-04-201-7/+27
|\
| * Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputmailwl2018-04-171-7/+27
* | Merge pull request #360 from lioncash/namespacesbunnei2018-04-201-4/+2
|\ \
| * | service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| |/
* / vi: Remove redundant initializers in the constructorsLioncash2018-04-201-9/+5
|/
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-1/+112
* Fixed normal params in GetDisplayResolutionHexagon122018-04-131-1/+1
* vi: Implement GetDisplayResolution.bunnei2018-04-031-0/+19
* Service/vi: convert services to modulemailwl2018-03-211-109/+133
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* vi: Remove DequeueBuffer and wait until next available buffer.bunnei2018-03-191-6/+24
* Parcel: Ensure we don't read past the end of the parcels in Vi.Subv2018-02-171-0/+5
* Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Subv2018-02-171-2/+2
* Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Subv2018-02-171-1/+2
* Vi: Mark the fences as valid in the DequeueBuffer response parcel.Subv2018-02-151-0/+3
* Vi: Added a missing u32 in the DequeueBuffer response parcel.Subv2018-02-151-0/+1
* Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Subv2018-02-151-4/+2
* Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.Subv2018-02-151-18/+21
* vi: Eliminate direct usage of BufferDescriptorB.bunnei2018-02-141-14/+3
* vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.bunnei2018-02-141-44/+19
* vi: Fix TransactParcelAuto to support both buffer formats.bunnei2018-02-141-25/+16
* vi: Add FENCE_HACK, which is useful for booting BOTW.bunnei2018-02-131-7/+21
* vi: Stub TransactParcel CancelBuffer.bunnei2018-02-131-0/+2
* TransactParcel: Move WriteBlock to narrowest scope.bunnei2018-02-131-10/+13
* vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei2018-02-121-5/+21
* vi: Fix OpenLayer and CreateStrayLayer.bunnei2018-02-111-6/+8
* vi: Implement TransactParcelAuto.bunnei2018-02-101-32/+46
* IGBPQueueBufferRequestParcel: Don't enforce buffer length.bunnei2018-02-101-1/+0
* IGBPRequestBufferResponseParcel: Fix response for libnx.bunnei2018-02-101-7/+4
* IApplicationDisplayService::CloseDisplay: Fix response params size.bunnei2018-02-091-1/+1
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-1/+21
* logger: Add VI service logging category.bunnei2018-02-051-18/+17
* Merge pull request #154 from mailwl/vi_create_stray_arraybunnei2018-02-021-0/+1
|\
| * vi::CreateStrayLayer : add padding to requestmailwl2018-02-021-0/+1
* | Services/vi: add vi:s and vi:u servicesmailwl2018-02-021-0/+4
|/
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-18/+18
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-4/+4
* Services: Vi shouldn't be responsible for creating nvflinger.Subv2018-01-221-2/+3
* VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv2018-01-221-234/+16
* VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.Subv2018-01-211-0/+51
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-1/+1
* Fix dispdrv typogdkchan2018-01-191-1/+1
* Merge pull request #90 from lioncash/vi-overridebunnei2018-01-181-20/+21
|\
| * vi: Make constructors explicit where applicableLioncash2018-01-181-13/+14
| * vi: Add missing override specifiersLioncash2018-01-181-7/+7
* | vi: Copy data directly into the std::vector within Parcel's ReadBlock functionLioncash2018-01-181-2/+3
|/
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv2018-01-171-3/+3
* VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv2018-01-171-3/+76
* vi: Add IManagerDisplayService::CloseDisplay functionbsaleil2018-01-151-0/+10
* renderer: Render previous frame when no new one is available.bunnei2018-01-151-1/+4
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* core: Include <algorithm> where used.bunnei2018-01-121-0/+2
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-1/+2
* VI: Use a Pulse event instead of OneShot for the vblank events.Subv2018-01-111-1/+1
* NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv2018-01-111-1/+14
* NV: Determine what buffer to draw for each layer of each display.Subv2018-01-111-5/+47
* NV: Signal all display's vsync event 60 times per second.Subv2018-01-111-0/+24
* NV: Give each display its own vsync event.Subv2018-01-111-8/+17
* NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv2018-01-111-39/+160
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv2018-01-111-0/+628