| Commit message (Expand) | Author | Age | Files | Lines |
* | service: nvnflinger: Implement shared buffer | Narr the Reg | 2023-10-01 | 1 | -9/+120 |
* | general: Use console mode helper across project | lat9nq | 2023-08-23 | 1 | -1/+1 |
* | general: Convert use_docked_mode to an enumeration | lat9nq | 2023-08-22 | 1 | -1/+1 |
* | general: fix incorrect conversions | Liam | 2023-08-08 | 1 | -1/+1 |
* | core: remove ResultVal type | Liam | 2023-08-08 | 1 | -13/+20 |
* | nvnflinger: fix Parcel serialization | Liam | 2023-05-11 | 1 | -4/+8 |
* | nvnflinger: fix name | Liam | 2023-03-01 | 1 | -17/+17 |
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -32/+32 |
* | Merge pull request #9832 from liamwhite/hle-mp | liamwhite | 2023-03-01 | 1 | -11/+13 |
|\ |
|
| * | service: refactor server architecture | Liam | 2023-02-21 | 1 | -11/+13 |
* | | core: Update service function tables to 16.0.0+ | Narr the Reg | 2023-02-25 | 1 | -0/+5 |
|/ |
|
* | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 2023-02-03 | 1 | -2/+2 |
* | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 2023-02-02 | 1 | -2/+2 |
* | nvflinger: Split Parcel class into InputParcel and OutputParcel | ameerj | 2022-12-25 | 1 | -2/+2 |
* | vi: implement CloseDisplay | Liam | 2022-10-27 | 1 | -4/+4 |
* | General: Fix compilation for GCC | Liam White | 2022-10-06 | 1 | -0/+1 |
* | service: vi: Retrieve vsync event once per display | Morph | 2022-09-26 | 1 | -5/+9 |
* | service: vi: Move VI results into its own file | Morph | 2022-09-26 | 1 | -16/+12 |
* | core: Replace all instances of ResultCode with Result | german77 | 2022-06-27 | 1 | -4/+4 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | hle: service: vi: Create a service thread where appropriate. | bunnei | 2022-04-02 | 1 | -1/+2 |
* | hle: vi: NativeWindow: Fix trivially copyable issues. | bunnei | 2022-03-25 | 1 | -4/+4 |
* | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | bunnei | 2022-03-25 | 1 | -616/+74 |
* | Settings: eliminate rescaling_factor. | Fernando Sahmkow | 2021-11-16 | 1 | -19/+8 |
* | core: Remove unused includes | ameerj | 2021-11-04 | 1 | -2/+0 |
* | general: Remove MakeResult helpers | Morph | 2021-11-02 | 1 | -5/+5 |
* | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | Feng Chen | 2021-10-16 | 1 | -1/+11 |
* | service/vi: Update to 13.0.0 | german77 | 2021-09-27 | 1 | -0/+1 |
* | Fix crash in logging in CreateStrayLayer | Valeri | 2021-08-19 | 1 | -1/+1 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -29/+29 |
* | core: Make variable shadowing a compile-time error | Lioncash | 2021-05-16 | 1 | -12/+12 |
* | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -4/+2 |
* | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 2021-05-06 | 1 | -2/+2 |
* | general: Write buffers before pushing raw arguments | Morph | 2021-04-19 | 1 | -2/+6 |
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -1/+1 |
* | vi: Update to 12.x | Morph | 2021-04-09 | 1 | -0/+8 |
* | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | 2021-03-17 | 1 | -1/+27 |
* | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 2021-02-05 | 1 | -1/+1 |
* | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 2021-02-05 | 1 | -1/+1 |
* | core: hle: kernel: Rename Thread to KThread. | bunnei | 2021-01-29 | 1 | -1/+1 |
* | hle: service: vi: Refactor to grab buffer only once. | bunnei | 2020-12-29 | 1 | -15/+4 |
* | service: nvflinger: Improve synchronization for BufferQueue. | bunnei | 2020-12-29 | 1 | -8/+11 |
* | hle: service: nvflinger: Refactor locking and interfaces. | bunnei | 2020-12-29 | 1 | -30/+16 |
* | hle: service: vi: Remove usage of SleepClientThread. | bunnei | 2020-12-29 | 1 | -34/+43 |
* | Overwrite slots instead of queuing them, add disconnect signal | ameerj | 2020-12-17 | 1 | -5/+11 |
* | core: Remove unnecessary enum casts in log calls | Lioncash | 2020-12-08 | 1 | -5/+5 |
* | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp | comex | 2020-12-07 | 1 | -2/+2 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -19/+22 |
* | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | 2020-11-24 | 1 | -30/+27 |
* | settings: Preparation for per-game input settings | Morph | 2020-11-16 | 1 | -1/+1 |
* | hle: service: vi: Implement BufferQueue::CancelBuffer. | bunnei | 2020-10-14 | 1 | -14/+38 |
* | core/CMakeLists: Make some warnings errors | Lioncash | 2020-10-13 | 1 | -1/+1 |
* | Merge pull request #4401 from ogniK5377/GetIndirectLayerImageRequiredMemoryInfo | bunnei | 2020-08-05 | 1 | -1/+19 |
|\ |
|
| * | vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo | David Marcec | 2020-07-21 | 1 | -1/+19 |
* | | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | 2020-08-03 | 1 | -2/+2 |
* | | nvflinger: Use return value of Lock() | Lioncash | 2020-07-26 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #4203 from VolcaEM/services | bunnei | 2020-07-11 | 1 | -0/+2 |
|\ |
|
| * | service: Update function tables | VolcaEM | 2020-06-29 | 1 | -0/+2 |
* | | configuration: implement per-game configurations (#4098) | lat9nq | 2020-07-10 | 1 | -10/+10 |
* | | NVFlinger: Lock race condition between CPU, Host Timing, VSync. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+2 |
|/ |
|
* | Don't fail silently for vi, sm, set and ns services | David Marcec | 2020-04-29 | 1 | -0/+9 |
* | vi: Don't let uninitialized data pass as a response for SetBufferCount | David Marcec | 2020-04-24 | 1 | -1/+9 |
* | CMakeLists: Specify -Wextra on linux builds | Lioncash | 2020-04-16 | 1 | -2/+2 |
* | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | 2020-04-10 | 1 | -10/+36 |
* | service: vi: Implement CloseLayer. | bunnei | 2020-01-04 | 1 | -1/+13 |
* | Merge pull request #3094 from lioncash/tables | bunnei | 2019-11-25 | 1 | -0/+6 |
|\ |
|
| * | service: Update function tables | Lioncash | 2019-11-12 | 1 | -0/+6 |
* | | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 1 | -1/+1 |
* | | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -1/+1 |
|/ |
|
* | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 2019-11-04 | 1 | -1/+1 |
* | NVServices: Address Feedback | Fernando Sahmkow | 2019-07-05 | 1 | -3/+2 |
* | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 2019-07-05 | 1 | -30/+16 |
* | nvflinger: Implement swap intervals | Fernando Sahmkow | 2019-07-05 | 1 | -2/+3 |
* | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread | Weiyi Wang | 2019-05-18 | 1 | -1/+1 |
* | Merge pull request #2334 from lioncash/override | bunnei | 2019-04-06 | 1 | -4/+0 |
|\ |
|
| * | core: Add missing override specifiers where applicable | Lioncash | 2019-04-04 | 1 | -4/+0 |
* | | hle/service: Resolve unused variable warnings | Lioncash | 2019-04-04 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #2166 from lioncash/vi-init-service | bunnei | 2019-03-13 | 1 | -11/+27 |
|\ |
|
| * | service/vi: Unstub GetDisplayService | Lioncash | 2019-02-27 | 1 | -1/+24 |
| * | service/vi: Remove use of a module class | Lioncash | 2019-02-26 | 1 | -14/+7 |
* | | common/math_util: Move contents into the Common namespace | Lioncash | 2019-02-27 | 1 | -1/+1 |
* | | service/vi: Update IManagerDisplayService's function table | Lioncash | 2019-02-25 | 1 | -0/+1 |
|/ |
|
* | service/nvflinger: Store BufferQueue instances as regular data members | Lioncash | 2019-02-22 | 1 | -13/+13 |
* | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 2019-02-06 | 1 | -10/+50 |
* | service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() | Lioncash | 2019-02-05 | 1 | -1/+1 |
* | service/nvflinger: Rename Get prefix on function to Find | Lioncash | 2019-01-30 | 1 | -5/+5 |
* | service/vi: Remove stubbed notifier from SetLayerVisibility | Lioncash | 2019-01-28 | 1 | -2/+3 |
* | Merge pull request #1989 from lioncash/set | bunnei | 2019-01-07 | 1 | -39/+58 |
|\ |
|
| * | service/vi: Correct scaling mode conversions | Lioncash | 2019-01-05 | 1 | -15/+13 |
| * | service/vi: Factor out scaling mode conversions from the IPC function itself | Lioncash | 2019-01-05 | 1 | -17/+21 |
| * | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() | Lioncash | 2019-01-05 | 1 | -21/+38 |
* | | service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() | Lioncash | 2019-01-05 | 1 | -12/+8 |
|/ |
|
* | Merge pull request #1975 from lioncash/vi | bunnei | 2019-01-04 | 1 | -4/+15 |
|\ |
|
| * | service/vi: Correct initial width and height values | Lioncash | 2019-01-02 | 1 | -2/+2 |
| * | service/vi: Document unknown DisplayInfo struct members | Lioncash | 2019-01-02 | 1 | -2/+13 |
* | | Merge pull request #1976 from lioncash/display | bunnei | 2019-01-03 | 1 | -4/+17 |
|\ \ |
|
| * | | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay | Lioncash | 2019-01-03 | 1 | -4/+17 |
| |/ |
|
* | | service/vi: Implement SetDisplayEnabled() | Lioncash | 2019-01-03 | 1 | -1/+10 |
* | | Merge pull request #1977 from lioncash/vi-log | bunnei | 2019-01-03 | 1 | -63/+74 |
|\ \ |
|
| * | | service/vi: Log more information where applicable | Lioncash | 2019-01-03 | 1 | -63/+74 |
| |/ |
|
* / | core/kernel: Remove unnecessary inclusions | Lioncash | 2019-01-01 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #1803 from DarkLordZach/k-able-event | bunnei | 2018-12-03 | 1 | -2/+3 |
|\ |
|
| * | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 2018-11-29 | 1 | -1/+1 |
| * | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 1 | -2/+3 |
* | | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. | Subv | 2018-11-30 | 1 | -0/+2 |
|/ |
|
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -13/+25 |
* | Merge pull request #1708 from ogniK5377/res-scale | bunnei | 2018-11-24 | 1 | -9/+23 |
|\ |
|
| * | Removed hard coded values for width and height | David Marcec | 2018-11-19 | 1 | -2/+4 |
| * | Report resolution scaling support for vi and am | David Marcec | 2018-11-16 | 1 | -9/+21 |
* | | vi: Implement TransactParcel for Disconnect and DetachBuffer | Zach Hilman | 2018-11-17 | 1 | -0/+22 |
|/ |
|
* | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 1 | -4/+5 |
* | Implement VI ConvertScalingMode (#1475) | David | 2018-10-16 | 1 | -1/+49 |
* | Merge pull request #1338 from raven02/service_vi | bunnei | 2018-09-30 | 1 | -1/+19 |
|\ |
|
| * | Implement ISystemDisplayService::GetDisplayMode | raven02 | 2018-09-30 | 1 | -1/+19 |
* | | Removed the use of rp.MakeBuilder | David Marcec | 2018-09-19 | 1 | -15/+15 |
* | | Merge pull request #1312 from lioncash/fwd | bunnei | 2018-09-17 | 1 | -3/+6 |
|\ \ |
|
| * | | service/vi: Replace includes with forward declarations where applicable | Lioncash | 2018-09-13 | 1 | -3/+6 |
* | | | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -4/+4 |
| |/
|/| |
|
* | | kernel/thread: Include thread-related enums within the kernel namespace | Lioncash | 2018-09-13 | 1 | -1/+1 |
|/ |
|
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 1 | -0/+2 |
* | vi: Add std::is_trivially_copyable checks to Read and Write functions | Lioncash | 2018-07-23 | 1 | -2/+13 |
* | vi: std::move std::vector in constructors where applicable | Lioncash | 2018-07-23 | 1 | -9/+9 |
* | hle/service: Make constructors explicit where applicable | Lioncash | 2018-07-19 | 1 | -2/+2 |
* | vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. | bunnei | 2018-07-18 | 1 | -1/+1 |
* | vi: Fix size for ListDisplays default display. | bunnei | 2018-07-18 | 1 | -2/+2 |
* | vi: Partially implement buffer crop parameters. | bunnei | 2018-07-18 | 1 | -4/+10 |
* | nvflinger: Fix for BufferQueue event handling. | bunnei | 2018-07-17 | 1 | -4/+4 |
* | Update clang format | James Rowe | 2018-07-03 | 1 | -3/+3 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -24/+24 |
* | general: Make formatting of logged hex values more straightforward | Lioncash | 2018-05-02 | 1 | -2/+2 |
* | vi: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -26/+27 |
* | Merge pull request #340 from mailwl/vi-update | bunnei | 2018-04-20 | 1 | -7/+27 |
|\ |
|
| * | Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output | mailwl | 2018-04-17 | 1 | -7/+27 |
* | | Merge pull request #360 from lioncash/namespaces | bunnei | 2018-04-20 | 1 | -4/+2 |
|\ \ |
|
| * | | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 1 | -4/+2 |
| |/ |
|
* / | vi: Remove redundant initializers in the constructors | Lioncash | 2018-04-20 | 1 | -9/+5 |
|/ |
|
* | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 2018-04-17 | 1 | -1/+112 |
* | Fixed normal params in GetDisplayResolution | Hexagon12 | 2018-04-13 | 1 | -1/+1 |
* | vi: Implement GetDisplayResolution. | bunnei | 2018-04-03 | 1 | -0/+19 |
* | Service/vi: convert services to module | mailwl | 2018-03-21 | 1 | -109/+133 |
* | Clean Warnings (?) | N00byKing | 2018-03-19 | 1 | -1/+1 |
* | vi: Remove DequeueBuffer and wait until next available buffer. | bunnei | 2018-03-19 | 1 | -6/+24 |
* | Parcel: Ensure we don't read past the end of the parcels in Vi. | Subv | 2018-02-17 | 1 | -0/+5 |
* | Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel. | Subv | 2018-02-17 | 1 | -2/+2 |
* | Vi: Always write the IGBPBuffer in the RequestBuffer response parcel. | Subv | 2018-02-17 | 1 | -1/+2 |
* | Vi: Mark the fences as valid in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 1 | -0/+3 |
* | Vi: Added a missing u32 in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 1 | -0/+1 |
* | Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel. | Subv | 2018-02-15 | 1 | -4/+2 |
* | Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 1 | -18/+21 |
* | vi: Eliminate direct usage of BufferDescriptorB. | bunnei | 2018-02-14 | 1 | -14/+3 |
* | vi: Use ReadBuffer/WriteBuffer functions for TransactParcel. | bunnei | 2018-02-14 | 1 | -44/+19 |
* | vi: Fix TransactParcelAuto to support both buffer formats. | bunnei | 2018-02-14 | 1 | -25/+16 |
* | vi: Add FENCE_HACK, which is useful for booting BOTW. | bunnei | 2018-02-13 | 1 | -7/+21 |
* | vi: Stub TransactParcel CancelBuffer. | bunnei | 2018-02-13 | 1 | -0/+2 |
* | TransactParcel: Move WriteBlock to narrowest scope. | bunnei | 2018-02-13 | 1 | -10/+13 |
* | vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. | bunnei | 2018-02-12 | 1 | -5/+21 |
* | vi: Fix OpenLayer and CreateStrayLayer. | bunnei | 2018-02-11 | 1 | -6/+8 |
* | vi: Implement TransactParcelAuto. | bunnei | 2018-02-10 | 1 | -32/+46 |
* | IGBPQueueBufferRequestParcel: Don't enforce buffer length. | bunnei | 2018-02-10 | 1 | -1/+0 |
* | IGBPRequestBufferResponseParcel: Fix response for libnx. | bunnei | 2018-02-10 | 1 | -7/+4 |
* | IApplicationDisplayService::CloseDisplay: Fix response params size. | bunnei | 2018-02-09 | 1 | -1/+1 |
* | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 1 | -1/+21 |
* | logger: Add VI service logging category. | bunnei | 2018-02-05 | 1 | -18/+17 |
* | Merge pull request #154 from mailwl/vi_create_stray_array | bunnei | 2018-02-02 | 1 | -0/+1 |
|\ |
|
| * | vi::CreateStrayLayer : add padding to request | mailwl | 2018-02-02 | 1 | -0/+1 |
* | | Services/vi: add vi:s and vi:u services | mailwl | 2018-02-02 | 1 | -0/+4 |
|/ |
|
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -18/+18 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 1 | -4/+4 |
* | Services: Vi shouldn't be responsible for creating nvflinger. | Subv | 2018-01-22 | 1 | -2/+3 |
* | VI: Move BufferQueue and NVFlinger to their own folder/namespace. | Subv | 2018-01-22 | 1 | -234/+16 |
* | VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results. | Subv | 2018-01-21 | 1 | -0/+51 |
* | Fixes some cast warnings, partial port of citra #3064 (#106) | River City Ransomware | 2018-01-20 | 1 | -1/+1 |
* | Fix dispdrv typo | gdkchan | 2018-01-19 | 1 | -1/+1 |
* | Merge pull request #90 from lioncash/vi-override | bunnei | 2018-01-18 | 1 | -20/+21 |
|\ |
|
| * | vi: Make constructors explicit where applicable | Lioncash | 2018-01-18 | 1 | -13/+14 |
| * | vi: Add missing override specifiers | Lioncash | 2018-01-18 | 1 | -7/+7 |
* | | vi: Copy data directly into the std::vector within Parcel's ReadBlock function | Lioncash | 2018-01-18 | 1 | -2/+3 |
|/ |
|
* | NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. | Subv | 2018-01-17 | 1 | -3/+3 |
* | VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplay | Subv | 2018-01-17 | 1 | -3/+76 |
* | vi: Add IManagerDisplayService::CloseDisplay function | bsaleil | 2018-01-15 | 1 | -0/+10 |
* | renderer: Render previous frame when no new one is available. | bunnei | 2018-01-15 | 1 | -1/+4 |
* | yuzu: Update license text to be consistent across project. | bunnei | 2018-01-13 | 1 | -1/+1 |
* | core: Include <algorithm> where used. | bunnei | 2018-01-12 | 1 | -0/+2 |
* | NV: Move the nv device nodes to their own directory and namespace. | Subv | 2018-01-11 | 1 | -1/+2 |
* | VI: Use a Pulse event instead of OneShot for the vblank events. | Subv | 2018-01-11 | 1 | -1/+1 |
* | NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. | Subv | 2018-01-11 | 1 | -1/+14 |
* | NV: Determine what buffer to draw for each layer of each display. | Subv | 2018-01-11 | 1 | -5/+47 |
* | NV: Signal all display's vsync event 60 times per second. | Subv | 2018-01-11 | 1 | -0/+24 |
* | NV: Give each display its own vsync event. | Subv | 2018-01-11 | 1 | -8/+17 |
* | NV: Keep track of Displays, Layers and BufferQueues in nvflinger. | Subv | 2018-01-11 | 1 | -39/+160 |
* | NV: Implemented (with stubs) the vi:m service and some of its subservices. | Subv | 2018-01-11 | 1 | -0/+628 |