| Commit message (Expand) | Author | Files | Lines |
2024-02-23 | vi: workaround conductor includes | Liam | 1 | -1/+2 |
2024-02-20 | vi: ignore shared buffer destruction failure on termination | Liam | 1 | -1/+1 |
2024-02-20 | vi: remove superfluous locking in shared buffer manager | Liam | 1 | -8/+0 |
2024-02-20 | nvnflinger/vi: don't recreate buffer queue on open/close | Liam | 4 | -39/+38 |
2024-02-18 | nvnflinger: check for layers before compose | Liam | 2 | -3/+4 |
2024-02-18 | service: vi: Implement ListDisplayMode | german77 | 3 | -12/+41 |
2024-02-18 | vi: manage resources independently of nvnflinger and refactor | Liam | 33 | -721/+1086 |
2024-02-18 | vi: move shared buffer management from nvnflinger | Liam | 15 | -37/+609 |
2024-02-18 | nvnflinger: convert to process | Liam | 18 | -189/+100 |
2024-02-14 | vi: rewrite IApplicationDisplayService | Liam | 3 | -309/+228 |
2024-02-14 | vi: rewrite ISystemDisplayService | Liam | 2 | -148/+92 |
2024-02-14 | vi: rewrite IManagerDisplayService | Liam | 2 | -61/+28 |
2024-02-14 | vi: rewrite IHOSBinderDriver | Liam | 2 | -44/+41 |
2024-02-14 | vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootService | Liam | 11 | -90/+143 |
2024-02-14 | vi: split into implementation files | Liam | 17 | -917/+1043 |
2024-02-14 | vi: extract types | Liam | 6 | -69/+77 |
2024-02-09 | nvnflinger/gpu: implement blending | Liam | 2 | -2/+17 |
2024-01-31 | nvnflinger/gpu: implement layer stack composition | Liam | 3 | -6/+18 |
2024-01-30 | core: support offline web applet | Liam | 3 | -3/+12 |
2024-01-30 | am: migrate global state to per-applet state structure | Liam | 1 | -0/+8 |
2024-01-23 | service: properly convert buffers to strings | Narr the Reg | 1 | -3/+2 |
2024-01-18 | vi: check layer state before opening or closing | Liam | 2 | -6/+17 |
2024-01-18 | nvnflinger: ensure display abandonment considers all layers and future layers | Liam | 2 | -0/+14 |
2024-01-08 | vi: connect vsync event handle lifetime to application display service interface | Liam | 3 | -23/+9 |
2024-01-08 | vi: fix name of nvnflinger | Liam | 2 | -27/+27 |
2023-12-12 | vi: fix confusion between closing and destroying layers | Liam | 5 | -16/+44 |
2023-10-30 | nvnflinger: use graphic buffer lifetime for map handle | Liam | 1 | -1/+1 |
2023-10-01 | service: nvnflinger: Implement shared buffer | Narr the Reg | 1 | -9/+120 |
2023-08-23 | general: Use console mode helper across project | lat9nq | 1 | -1/+1 |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | 1 | -1/+1 |
2023-08-08 | general: fix incorrect conversions | Liam | 1 | -1/+1 |
2023-08-08 | core: remove ResultVal type | Liam | 3 | -16/+24 |
2023-05-11 | nvnflinger: fix Parcel serialization | Liam | 1 | -4/+8 |
2023-03-01 | nvnflinger: fix name | Liam | 10 | -61/+61 |
2023-03-01 | service: move hle_ipc from kernel | Liam | 8 | -52/+40 |
2023-02-25 | core: Update service function tables to 16.0.0+ | Narr the Reg | 2 | -0/+9 |
2023-02-21 | service: refactor server architecture | Liam | 2 | -19/+15 |
2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 1 | -4/+4 |
2023-02-14 | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 1 | -4/+4 |
2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 1 | -2/+2 |
2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 1 | -2/+2 |
2022-12-25 | nvflinger: Split Parcel class into InputParcel and OutputParcel | ameerj | 1 | -2/+2 |
2022-10-27 | vi: implement CloseDisplay | Liam | 2 | -4/+10 |
2022-10-17 | general: Add missing pragma once | Morph | 1 | -0/+2 |
2022-10-13 | kernel: remove KWritableEvent | Liam | 1 | -2/+1 |
2022-10-06 | Core: Fix get nvmap object random crash | VonChenPlus | 2 | -7/+16 |
2022-10-06 | General: Fix compilation for GCC | Liam White | 1 | -0/+1 |
2022-09-26 | service: vi: Retrieve vsync event once per display | Morph | 3 | -9/+34 |
2022-09-26 | service: vi: Move VI results into its own file | Morph | 2 | -16/+25 |
2022-06-27 | core: Replace all instances of ResultCode with Result | german77 | 1 | -4/+4 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 12 | -36/+24 |
2022-04-02 | hle: service: vi: Create a service thread where appropriate. | bunnei | 1 | -1/+2 |
2022-03-25 | hle: vi: NativeWindow: Fix trivially copyable issues. | bunnei | 1 | -4/+4 |
2022-03-25 | hle: nvflinger: Migrate android namespace -> Service::android. | bunnei | 2 | -3/+3 |
2022-03-25 | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | bunnei | 12 | -668/+222 |
2022-02-02 | general: Move deleted copy/move constructor/assignment operators to public interface | Lioncash | 1 | -1/+1 |
2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | 1 | -19/+8 |
2021-11-04 | core: Remove unused includes | ameerj | 1 | -2/+0 |
2021-11-02 | general: Remove MakeResult helpers | Morph | 1 | -5/+5 |
2021-10-16 | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | Feng Chen | 1 | -1/+11 |
2021-10-07 | service: Reduce header include overhead | Morph | 1 | -1/+0 |
2021-09-27 | service/vi: Update to 13.0.0 | german77 | 1 | -0/+1 |
2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | 1 | -3/+0 |
2021-09-18 | core: Hacky TAS syncing & load pausing | MonsterDruide1 | 1 | -0/+3 |
2021-09-04 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | 2 | -10/+20 |
2021-08-26 | Revert "kernel: Various improvements to scheduler" | bunnei | 2 | -20/+10 |
2021-08-19 | Fix crash in logging in CreateStrayLayer | Valeri | 1 | -1/+1 |
2021-08-07 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | 2 | -10/+20 |
2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 1 | -29/+29 |
2021-05-16 | core: Make variable shadowing a compile-time error | Lioncash | 5 | -21/+21 |
2021-05-06 | common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. | bunnei | 1 | -2/+2 |
2021-05-06 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 3 | -7/+5 |
2021-05-06 | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 1 | -0/+1 |
2021-05-06 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 2 | -13/+10 |
2021-05-06 | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 2 | -3/+3 |
2021-04-26 | service: Eliminate cases of member shadowing | Lioncash | 2 | -21/+20 |
2021-04-19 | general: Write buffers before pushing raw arguments | Morph | 1 | -2/+6 |
2021-04-15 | common: Move settings to common from core. | bunnei | 1 | -1/+1 |
2021-04-09 | vi: Update to 12.x | Morph | 1 | -0/+8 |
2021-03-17 | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | 1 | -1/+27 |
2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 2 | -6/+11 |
2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 3 | -3/+3 |
2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 3 | -4/+4 |
2021-01-29 | core: hle: kernel: Rename Thread to KThread. | bunnei | 1 | -1/+1 |
2020-12-29 | hle: service: vi: Refactor to grab buffer only once. | bunnei | 1 | -15/+4 |
2020-12-29 | service: nvflinger: Improve synchronization for BufferQueue. | bunnei | 1 | -8/+11 |
2020-12-29 | hle: service: nvflinger: Refactor locking and interfaces. | bunnei | 1 | -30/+16 |
2020-12-29 | hle: service: vi: Remove usage of SleepClientThread. | bunnei | 1 | -34/+43 |
2020-12-17 | Overwrite slots instead of queuing them, add disconnect signal | ameerj | 1 | -5/+11 |
2020-12-08 | core: Remove unnecessary enum casts in log calls | Lioncash | 1 | -5/+5 |
2020-12-07 | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp | comex | 1 | -2/+2 |
2020-11-27 | service: Eliminate usages of the global system instance | Lioncash | 8 | -31/+54 |
2020-11-24 | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | 8 | -46/+39 |
2020-11-16 | settings: Preparation for per-game input settings | Morph | 1 | -1/+1 |
2020-10-14 | hle: service: vi: Implement BufferQueue::CancelBuffer. | bunnei | 1 | -14/+38 |
2020-10-13 | core/CMakeLists: Make some warnings errors | Lioncash | 1 | -1/+1 |
2020-08-03 | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | 1 | -2/+2 |
2020-07-26 | nvflinger: Use return value of Lock() | Lioncash | 1 | -2/+2 |
2020-07-21 | vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo | David Marcec | 1 | -1/+19 |
2020-07-10 | configuration: implement per-game configurations (#4098) | lat9nq | 1 | -10/+10 |
2020-06-29 | service: Update function tables | VolcaEM | 2 | -0/+3 |
2020-06-27 | NVFlinger: Lock race condition between CPU, Host Timing, VSync. | Fernando Sahmkow | 1 | -0/+2 |
2020-04-29 | Don't fail silently for vi, sm, set and ns services | David Marcec | 1 | -0/+9 |
2020-04-24 | vi: Don't let uninitialized data pass as a response for SetBufferCount | David Marcec | 1 | -1/+9 |
2020-04-16 | CMakeLists: Specify -Wextra on linux builds | Lioncash | 1 | -2/+2 |
2020-04-10 | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | 1 | -10/+36 |
2020-01-04 | service: vi: Implement CloseLayer. | bunnei | 3 | -11/+39 |
2019-11-25 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 3 | -3/+3 |
2019-11-12 | service: Update function tables | Lioncash | 1 | -0/+6 |
2019-11-12 | service: Resolve sign conversion errors | Lioncash | 1 | -1/+1 |
2019-11-04 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 1 | -1/+1 |
2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei | 1 | -2/+2 |
2019-09-22 | Deglobalize System: Vi | David Marcec | 2 | -3/+3 |
2019-07-05 | NVServices: Address Feedback | Fernando Sahmkow | 1 | -3/+2 |
2019-07-05 | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 1 | -30/+16 |
2019-07-05 | nvflinger: Implement swap intervals | Fernando Sahmkow | 1 | -2/+3 |
2019-05-18 | core/kernel/object: Rename ResetType enum members | Lioncash | 1 | -1/+1 |
2019-05-18 | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread | Weiyi Wang | 1 | -1/+1 |
2019-04-04 | hle/service: Resolve unused variable warnings | Lioncash | 1 | -1/+0 |
2019-04-04 | core: Add missing override specifiers where applicable | Lioncash | 1 | -4/+0 |
2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash | 1 | -1/+1 |
2019-02-27 | service/vi: Unstub GetDisplayService | Lioncash | 5 | -11/+49 |
2019-02-26 | service/vi: Remove use of a module class | Lioncash | 8 | -46/+99 |
2019-02-25 | service/vi: Update IManagerDisplayService's function table | Lioncash | 1 | -0/+1 |
2019-02-22 | service/nvflinger: Store BufferQueue instances as regular data members | Lioncash | 5 | -29/+22 |
2019-02-21 | service/vi/vi_layer: Convert Layer struct into a class | Lioncash | 4 | -5/+38 |
2019-02-21 | service/nvflinger: Move display specifics over to vi_display | Lioncash | 2 | -1/+120 |
2019-02-20 | service/nvflinger: Relocate definitions of Layer and Display to the vi service | Lioncash | 4 | -0/+89 |
2019-02-06 | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 1 | -10/+50 |
2019-02-05 | service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() | Lioncash | 1 | -1/+1 |
2019-01-30 | service/nvflinger: Rename Get prefix on function to Find | Lioncash | 1 | -5/+5 |
2019-01-28 | service/vi: Remove stubbed notifier from SetLayerVisibility | Lioncash | 1 | -2/+3 |
2019-01-05 | service/vi: Correct scaling mode conversions | Lioncash | 1 | -15/+13 |
2019-01-05 | service/vi: Factor out scaling mode conversions from the IPC function itself | Lioncash | 1 | -17/+21 |
2019-01-05 | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() | Lioncash | 1 | -21/+38 |
2019-01-05 | service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() | Lioncash | 1 | -12/+8 |
2019-01-03 | service/vi: Implement SetDisplayEnabled() | Lioncash | 1 | -1/+10 |
2019-01-03 | service/vi: Log more information where applicable | Lioncash | 1 | -63/+74 |
2019-01-03 | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay | Lioncash | 1 | -4/+17 |
2019-01-02 | service/vi: Correct initial width and height values | Lioncash | 1 | -2/+2 |
2019-01-02 | service/vi: Document unknown DisplayInfo struct members | Lioncash | 1 | -2/+13 |
2019-01-01 | core/kernel: Remove unnecessary inclusions | Lioncash | 1 | -0/+1 |
2018-11-30 | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. | Subv | 1 | -0/+2 |
2018-11-29 | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 1 | -1/+1 |
2018-11-29 | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 1 | -2/+3 |
2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 1 | -13/+25 |
2018-11-19 | Removed hard coded values for width and height | David Marcec | 1 | -2/+4 |
2018-11-17 | vi: Implement TransactParcel for Disconnect and DetachBuffer | Zach Hilman | 1 | -0/+22 |
2018-11-16 | Report resolution scaling support for vi and am | David Marcec | 1 | -9/+21 |
2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 1 | -4/+5 |
2018-10-16 | Implement VI ConvertScalingMode (#1475) | David | 1 | -1/+49 |
2018-09-30 | Implement ISystemDisplayService::GetDisplayMode | raven02 | 1 | -1/+19 |
2018-09-19 | Removed the use of rp.MakeBuilder | David Marcec | 1 | -15/+15 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 1 | -4/+4 |
2018-09-13 | service/vi: Replace includes with forward declarations where applicable | Lioncash | 2 | -6/+8 |
2018-09-13 | kernel/thread: Include thread-related enums within the kernel namespace | Lioncash | 1 | -1/+1 |
2018-09-11 | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 8 | -0/+12 |
2018-07-23 | vi: Add std::is_trivially_copyable checks to Read and Write functions | Lioncash | 1 | -2/+13 |
2018-07-23 | vi: std::move std::vector in constructors where applicable | Lioncash | 1 | -9/+9 |
2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash | 2 | -4/+4 |
2018-07-18 | vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. | bunnei | 1 | -1/+1 |
2018-07-18 | vi: Fix size for ListDisplays default display. | bunnei | 1 | -2/+2 |
2018-07-18 | vi: Partially implement buffer crop parameters. | bunnei | 1 | -4/+10 |
2018-07-17 | nvflinger: Fix for BufferQueue event handling. | bunnei | 1 | -4/+4 |
2018-07-03 | Update clang format | James Rowe | 1 | -3/+3 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 1 | -24/+24 |
2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | 1 | -2/+2 |
2018-04-24 | vi: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -26/+27 |
2018-04-20 | service: Use nested namespace specifiers where applicable | Lioncash | 8 | -32/+16 |
2018-04-20 | vi: Remove redundant initializers in the constructors | Lioncash | 1 | -9/+5 |
2018-04-17 | Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output | mailwl | 1 | -7/+27 |
2018-04-17 | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 2 | -2/+112 |
2018-04-13 | Fixed normal params in GetDisplayResolution | Hexagon12 | 1 | -1/+1 |
2018-04-03 | vi: Implement GetDisplayResolution. | bunnei | 2 | -0/+26 |
2018-03-21 | Service/vi: convert services to module | mailwl | 8 | -212/+160 |
2018-03-19 | Clean Warnings (?) | N00byKing | 1 | -1/+1 |
2018-03-19 | vi: Remove DequeueBuffer and wait until next available buffer. | bunnei | 1 | -6/+24 |
2018-02-17 | Parcel: Ensure we don't read past the end of the parcels in Vi. | Subv | 1 | -0/+5 |
2018-02-17 | Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel. | Subv | 1 | -2/+2 |
2018-02-17 | Vi: Always write the IGBPBuffer in the RequestBuffer response parcel. | Subv | 1 | -1/+2 |
2018-02-15 | Vi: Mark the fences as valid in the DequeueBuffer response parcel. | Subv | 1 | -0/+3 |
2018-02-15 | Vi: Added a missing u32 in the DequeueBuffer response parcel. | Subv | 1 | -0/+1 |
2018-02-15 | Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel. | Subv | 1 | -4/+2 |
2018-02-15 | Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel. | Subv | 1 | -18/+21 |
2018-02-14 | vi: Eliminate direct usage of BufferDescriptorB. | bunnei | 1 | -14/+3 |
2018-02-14 | vi: Use ReadBuffer/WriteBuffer functions for TransactParcel. | bunnei | 1 | -44/+19 |
2018-02-14 | vi: Fix TransactParcelAuto to support both buffer formats. | bunnei | 1 | -25/+16 |
2018-02-13 | vi: Add FENCE_HACK, which is useful for booting BOTW. | bunnei | 1 | -7/+21 |
2018-02-13 | vi: Stub TransactParcel CancelBuffer. | bunnei | 1 | -0/+2 |
2018-02-13 | TransactParcel: Move WriteBlock to narrowest scope. | bunnei | 1 | -10/+13 |
2018-02-12 | vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. | bunnei | 1 | -5/+21 |
2018-02-11 | vi: Fix OpenLayer and CreateStrayLayer. | bunnei | 1 | -6/+8 |
2018-02-10 | vi: Implement TransactParcelAuto. | bunnei | 1 | -32/+46 |
2018-02-10 | IGBPQueueBufferRequestParcel: Don't enforce buffer length. | bunnei | 1 | -1/+0 |
2018-02-10 | IGBPRequestBufferResponseParcel: Fix response for libnx. | bunnei | 1 | -7/+4 |
2018-02-09 | IApplicationDisplayService::CloseDisplay: Fix response params size. | bunnei | 1 | -1/+1 |
2018-02-07 | Service: stub some functions in am, audio, time, vi services | mailwl | 2 | -1/+22 |
2018-02-05 | logger: Add VI service logging category. | bunnei | 4 | -21/+20 |
2018-02-02 | Services/vi: add vi:s and vi:u services | mailwl | 5 | -0/+124 |
2018-02-02 | vi::CreateStrayLayer : add padding to request | mailwl | 1 | -0/+1 |
2018-01-25 | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2 | -19/+19 |
2018-01-25 | service: Fix all incorrect IPC response headers. | bunnei | 2 | -5/+6 |
2018-01-22 | Services: Vi shouldn't be responsible for creating nvflinger. | Subv | 4 | -6/+8 |
2018-01-22 | VI: Move BufferQueue and NVFlinger to their own folder/namespace. | Subv | 4 | -363/+25 |
2018-01-21 | VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results. | Subv | 2 | -0/+58 |
2018-01-20 | Fixes some cast warnings, partial port of citra #3064 (#106) | River City Ransomware | 1 | -1/+1 |
2018-01-19 | Fix dispdrv typo | gdkchan | 1 | -1/+1 |
2018-01-18 | vi: Make constructors explicit where applicable | Lioncash | 1 | -13/+14 |
2018-01-18 | vi: Add missing override specifiers | Lioncash | 1 | -7/+7 |
2018-01-18 | vi: Copy data directly into the std::vector within Parcel's ReadBlock function | Lioncash | 1 | -2/+3 |
2018-01-17 | NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. | Subv | 1 | -3/+3 |
2018-01-17 | VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplay | Subv | 2 | -3/+85 |
2018-01-15 | vi: Add IManagerDisplayService::CloseDisplay function | bsaleil | 1 | -0/+10 |
2018-01-15 | renderer: Render previous frame when no new one is available. | bunnei | 1 | -1/+4 |
2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | 4 | -4/+4 |
2018-01-12 | core: Include <algorithm> where used. | bunnei | 1 | -0/+2 |
2018-01-11 | NV: Move the nv device nodes to their own directory and namespace. | Subv | 1 | -1/+2 |
2018-01-11 | VI: Use a Pulse event instead of OneShot for the vblank events. | Subv | 1 | -1/+1 |
2018-01-11 | vi: Use new CoreTiming::EventType | bunnei | 1 | -1/+5 |
2018-01-11 | NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. | Subv | 2 | -2/+16 |
2018-01-11 | NV: Determine what buffer to draw for each layer of each display. | Subv | 2 | -13/+58 |
2018-01-11 | NV: Signal all display's vsync event 60 times per second. | Subv | 2 | -1/+32 |
2018-01-11 | NV: Give each display its own vsync event. | Subv | 2 | -12/+29 |
2018-01-11 | NV: Keep track of Displays, Layers and BufferQueues in nvflinger. | Subv | 4 | -41/+261 |
2018-01-11 | NV: Implemented (with stubs) the vi:m service and some of its subservices. | Subv | 4 | -0/+714 |