| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -6/+8 |
|\ \ |
|
| * | | service/vi: Replace includes with forward declarations where applicable | Lioncash | 2018-09-13 | 2 | -6/+8 |
* | | | 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 | 8 | -0/+12 |
* | 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 | 2 | -4/+4 |
* | 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 | 8 | -32/+16 |
|\ \ |
|
| * | | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 8 | -32/+16 |
| |/ |
|
* / | 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 | 2 | -2/+112 |
* | Fixed normal params in GetDisplayResolution | Hexagon12 | 2018-04-13 | 1 | -1/+1 |
* | vi: Implement GetDisplayResolution. | bunnei | 2018-04-03 | 2 | -0/+26 |
* | Service/vi: convert services to module | mailwl | 2018-03-21 | 8 | -212/+160 |
* | 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 | 2 | -1/+22 |
* | logger: Add VI service logging category. | bunnei | 2018-02-05 | 4 | -21/+20 |
* | 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 | 5 | -0/+124 |
|/ |
|
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 2 | -19/+19 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 2 | -5/+6 |
* | Services: Vi shouldn't be responsible for creating nvflinger. | Subv | 2018-01-22 | 4 | -6/+8 |
* | VI: Move BufferQueue and NVFlinger to their own folder/namespace. | Subv | 2018-01-22 | 4 | -363/+25 |
* | VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results. | Subv | 2018-01-21 | 2 | -0/+58 |
* | 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 | 2 | -3/+85 |
* | 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 | 4 | -4/+4 |
* | 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 |
* | vi: Use new CoreTiming::EventType | bunnei | 2018-01-11 | 1 | -1/+5 |
* | NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. | Subv | 2018-01-11 | 2 | -2/+16 |
* | NV: Determine what buffer to draw for each layer of each display. | Subv | 2018-01-11 | 2 | -13/+58 |
* | NV: Signal all display's vsync event 60 times per second. | Subv | 2018-01-11 | 2 | -1/+32 |
* | NV: Give each display its own vsync event. | Subv | 2018-01-11 | 2 | -12/+29 |
* | NV: Keep track of Displays, Layers and BufferQueues in nvflinger. | Subv | 2018-01-11 | 4 | -41/+261 |
* | NV: Implemented (with stubs) the vi:m service and some of its subservices. | Subv | 2018-01-11 | 4 | -0/+714 |